public class TupleCollectionGet extends BaseQueryFunction<State,Iterator<List<Object>>>
Constructor and Description |
---|
TupleCollectionGet() |
Modifier and Type | Method and Description |
---|---|
List<Iterator<List<Object>>> |
batchRetrieve(State state,
List<TridentTuple> args) |
void |
execute(TridentTuple tuple,
Iterator<List<Object>> tuplesIterator,
TridentCollector collector) |
cleanup, prepare
public List<Iterator<List<Object>>> batchRetrieve(State state, List<TridentTuple> args)
public void execute(TridentTuple tuple, Iterator<List<Object>> tuplesIterator, TridentCollector collector)
Copyright © 2022 The Apache Software Foundation. All rights reserved.