public class MapGet extends BaseQueryFunction<ReadOnlyMapState,Object>
| Constructor and Description | 
|---|
| MapGet() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Object> | batchRetrieve(ReadOnlyMapState map,
             List<TridentTuple> keys) | 
| void | execute(TridentTuple tuple,
       Object result,
       TridentCollector collector) | 
cleanup, preparepublic List<Object> batchRetrieve(ReadOnlyMapState map, List<TridentTuple> keys)
public void execute(TridentTuple tuple, Object result, TridentCollector collector)
Copyright © 2019 The Apache Software Foundation. All rights reserved.