public class MongoStateQuery extends BaseQueryFunction<MongoState,List<Values>>
| Constructor and Description | 
|---|
MongoStateQuery()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<List<Values>> | 
batchRetrieve(MongoState mongoState,
             List<TridentTuple> tridentTuples)  | 
void | 
execute(TridentTuple tuples,
       List<Values> values,
       TridentCollector tridentCollector)  | 
cleanup, preparepublic List<List<Values>> batchRetrieve(MongoState mongoState, List<TridentTuple> tridentTuples)
public void execute(TridentTuple tuples, List<Values> values, TridentCollector tridentCollector)
Copyright © 2022 The Apache Software Foundation. All rights reserved.