public interface QueryFunction<S extends State,T> extends EachOperation
Modifier and Type | Method and Description |
---|---|
List<T> |
batchRetrieve(S state,
List<TridentTuple> args) |
void |
execute(TridentTuple tuple,
T result,
TridentCollector collector) |
List<T> batchRetrieve(S state, List<TridentTuple> args)
void execute(TridentTuple tuple, T result, TridentCollector collector)
Copyright © 2022 The Apache Software Foundation. All rights reserved.