|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryFunction | |
|---|---|
| storm.trident | |
| storm.trident.fluent | |
| storm.trident.operation.builtin | |
| storm.trident.planner.processor | |
| storm.trident.state | |
| Uses of QueryFunction in storm.trident |
|---|
| Methods in storm.trident with parameters of type QueryFunction | |
|---|---|
Stream |
Stream.stateQuery(TridentState state,
Fields inputFields,
QueryFunction function,
Fields functionFields)
|
Stream |
Stream.stateQuery(TridentState state,
QueryFunction function,
Fields functionFields)
|
| Uses of QueryFunction in storm.trident.fluent |
|---|
| Methods in storm.trident.fluent with parameters of type QueryFunction | |
|---|---|
Stream |
GroupedStream.stateQuery(TridentState state,
Fields inputFields,
QueryFunction function,
Fields functionFields)
|
Stream |
GroupedStream.stateQuery(TridentState state,
QueryFunction function,
Fields functionFields)
|
| Uses of QueryFunction in storm.trident.operation.builtin |
|---|
| Classes in storm.trident.operation.builtin that implement QueryFunction | |
|---|---|
class |
MapGet
|
class |
SnapshotGet
|
class |
TupleCollectionGet
|
| Uses of QueryFunction in storm.trident.planner.processor |
|---|
| Constructors in storm.trident.planner.processor with parameters of type QueryFunction | |
|---|---|
StateQueryProcessor(String stateId,
Fields inputFields,
QueryFunction function)
|
|
| Uses of QueryFunction in storm.trident.state |
|---|
| Classes in storm.trident.state that implement QueryFunction | |
|---|---|
class |
BaseQueryFunction<S extends State,T>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||