public static final class ContextQuery.BoundQueryContext extends Object implements ContextQuery
Default ContextQuery.BoundQueryContext
implementation to retrieve a bound query identified by the provided key.
ContextQuery.BoundQueryContext, ContextQuery.BoundQueryNamedByFieldContext, ContextQuery.StaticContextQuery
Constructor and Description |
---|
BoundQueryContext(String key) |
Modifier and Type | Method and Description |
---|---|
String |
resolves(Map<String,Object> config,
ITuple tuple)
Resolves a cassandra bound query.
|
public BoundQueryContext(String key)
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.