public static final class ContextQuery.BoundQueryNamedByFieldContext extends Object implements ContextQuery
Default ContextQuery.BoundQueryNamedByFieldContext
implementation to retrieve a bound query named by the value of a specified tuple field.
ContextQuery.BoundQueryContext, ContextQuery.BoundQueryNamedByFieldContext, ContextQuery.StaticContextQuery
Constructor and Description |
---|
BoundQueryNamedByFieldContext(String fieldName) |
Modifier and Type | Method and Description |
---|---|
String |
resolves(Map<String,Object> config,
ITuple tuple)
Resolves a cassandra bound query.
|
public BoundQueryNamedByFieldContext(String fieldName)
public String resolves(Map<String,Object> config, ITuple tuple)
ContextQuery
Resolves a cassandra bound query.
resolves
in interface ContextQuery
config
- the storm configurationtuple
- the tuple being proceed.Copyright © 2022 The Apache Software Foundation. All rights reserved.