Class MapGet
java.lang.Object
org.apache.storm.trident.operation.BaseOperation
org.apache.storm.trident.state.BaseQueryFunction<ReadOnlyMapState,Object>
org.apache.storm.trident.operation.builtin.MapGet
- All Implemented Interfaces:
Serializable
,EachOperation
,Operation
,QueryFunction<ReadOnlyMapState,
Object>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbatchRetrieve
(ReadOnlyMapState map, List<TridentTuple> keys) void
execute
(TridentTuple tuple, Object result, TridentCollector collector) Methods inherited from class org.apache.storm.trident.operation.BaseOperation
cleanup, prepare
-
Constructor Details
-
MapGet
public MapGet()
-
-
Method Details
-
batchRetrieve
-
execute
-