storm.trident.operation.builtin
Class SnapshotGet
java.lang.Object
storm.trident.operation.BaseOperation
storm.trident.state.BaseQueryFunction<ReadOnlySnapshottable,Object>
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnapshotGet
public SnapshotGet()
batchRetrieve
public List<Object> batchRetrieve(ReadOnlySnapshottable state,
List<TridentTuple> args)
execute
public void execute(TridentTuple tuple,
Object result,
TridentCollector collector)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.