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>
public class SnapshotGet extends BaseQueryFunction<ReadOnlySnapshottable,Object>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnapshotGet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>
batchRetrieve(ReadOnlySnapshottable state, List<TridentTuple> args)
void
execute(TridentTuple tuple, Object result, TridentCollector collector)
-
Methods inherited from class org.apache.storm.trident.operation.BaseOperation
cleanup, prepare
-
-
-
-
Method Detail
-
batchRetrieve
public List<Object> batchRetrieve(ReadOnlySnapshottable state, List<TridentTuple> args)
-
execute
public void execute(TridentTuple tuple, Object result, TridentCollector collector)
-
-