Package | Description |
---|---|
storm.trident | |
storm.trident.fluent | |
storm.trident.operation.builtin | |
storm.trident.planner.processor | |
storm.trident.state |
Modifier and Type | Method and Description |
---|---|
Stream |
Stream.stateQuery(TridentState state,
Fields inputFields,
QueryFunction function,
Fields functionFields) |
Stream |
Stream.stateQuery(TridentState state,
QueryFunction function,
Fields functionFields) |
Modifier and Type | Method and Description |
---|---|
Stream |
GroupedStream.stateQuery(TridentState state,
Fields inputFields,
QueryFunction function,
Fields functionFields) |
Stream |
GroupedStream.stateQuery(TridentState state,
QueryFunction function,
Fields functionFields) |
Modifier and Type | Class and Description |
---|---|
class |
MapGet |
class |
SnapshotGet |
class |
TupleCollectionGet |
Constructor and Description |
---|
StateQueryProcessor(String stateId,
Fields inputFields,
QueryFunction function) |
Modifier and Type | Class and Description |
---|---|
class |
BaseQueryFunction<S extends State,T> |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.