Uses of Interface
org.apache.storm.trident.state.map.MapState
Packages that use MapState
Package
Description
- 
Uses of MapState in org.apache.storm.starter.tridentClasses in org.apache.storm.starter.trident that implement MapState
- 
Uses of MapState in org.apache.storm.trident.state.mapClasses 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 TypeMethodDescriptionvoidMapCombinerAggStateUpdater.updateState(MapState map, List<TridentTuple> tuples, TridentCollector collector) voidMapReducerAggStateUpdater.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.testingClasses in org.apache.storm.trident.testing that implement MapState