storm.trident.operation.builtin
Class TupleCollectionGet
java.lang.Object
storm.trident.operation.BaseOperation
storm.trident.state.BaseQueryFunction<State,Iterator<List<Object>>>
storm.trident.operation.builtin.TupleCollectionGet
- All Implemented Interfaces:
- Serializable, EachOperation, Operation, QueryFunction<State,Iterator<List<Object>>>
public class TupleCollectionGet
- extends BaseQueryFunction<State,Iterator<List<Object>>>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TupleCollectionGet
public TupleCollectionGet()
batchRetrieve
public List<Iterator<List<Object>>> batchRetrieve(State state,
List<TridentTuple> args)
execute
public void execute(TridentTuple tuple,
Iterator<List<Object>> tuplesIterator,
TridentCollector collector)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.