Class SnapshotGet
java.lang.Object
org.apache.storm.trident.operation.BaseOperation
org.apache.storm.trident.state.BaseQueryFunction<ReadOnlySnapshottable,Object>
 
org.apache.storm.trident.operation.builtin.SnapshotGet
- All Implemented Interfaces:
- Serializable,- EachOperation,- Operation,- QueryFunction<ReadOnlySnapshottable,- Object> 
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbatchRetrieve(ReadOnlySnapshottable state, List<TridentTuple> args) voidexecute(TridentTuple tuple, Object result, TridentCollector collector) Methods inherited from class org.apache.storm.trident.operation.BaseOperationcleanup, prepare
- 
Constructor Details- 
SnapshotGetpublic SnapshotGet()
 
- 
- 
Method Details- 
batchRetrieve
- 
execute
 
-