Uses of Interface
org.apache.storm.trident.state.map.MapState
Package
Description
-
Uses of MapState in org.apache.storm.starter.trident
-
Uses of MapState in org.apache.storm.trident.state.map
Modifier and TypeMethodDescriptionstatic <T> MapState<T>
NonTransactionalMap.build
(IBackingMap<T> backing) static <T> MapState<T>
OpaqueMap.build
(IBackingMap<OpaqueValue> backing) static <T> MapState<T>
TransactionalMap.build
(IBackingMap<TransactionalValue> backing) Modifier and TypeMethodDescriptionvoid
MapCombinerAggStateUpdater.updateState
(MapState map, List<TridentTuple> tuples, TridentCollector collector) void
MapReducerAggStateUpdater.updateState
(MapState map, List<TridentTuple> tuples, TridentCollector collector) -
Uses of MapState in org.apache.storm.trident.testing