Uses of Interface
org.apache.storm.trident.state.map.MapState
Packages that use MapState
Package
Description
-
Uses of MapState in org.apache.storm.starter.trident
Classes in org.apache.storm.starter.trident that implement MapState -
Uses of MapState in org.apache.storm.trident.state.map
Classes in org.apache.storm.trident.state.map that implement MapStateMethods in org.apache.storm.trident.state.map that return MapStateModifier 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) Methods in org.apache.storm.trident.state.map with parameters of type MapStateModifier and TypeMethodDescriptionvoid
MapCombinerAggStateUpdater.updateState
(MapState map, List<TridentTuple> tuples, TridentCollector collector) void
MapReducerAggStateUpdater.updateState
(MapState map, List<TridentTuple> tuples, TridentCollector collector) Constructors in org.apache.storm.trident.state.map with parameters of type MapState -
Uses of MapState in org.apache.storm.trident.testing
Classes in org.apache.storm.trident.testing that implement MapState