Uses of Interface
storm.trident.state.map.MapState

Packages that use MapState
storm.trident.state.map   
storm.trident.testing   
 

Uses of MapState in storm.trident.state.map
 

Classes in storm.trident.state.map that implement MapState
 class NonTransactionalMap<T>
           
 class OpaqueMap<T>
           
 class SnapshottableMap<T>
           
 class TransactionalMap<T>
           
 

Methods in storm.trident.state.map that return MapState
static
<T> MapState<T>
OpaqueMap.build(IBackingMap<OpaqueValue> backing)
           
static
<T> MapState<T>
NonTransactionalMap.build(IBackingMap<T> backing)
           
static
<T> MapState<T>
TransactionalMap.build(IBackingMap<TransactionalValue> backing)
           
 

Methods in storm.trident.state.map with parameters of type MapState
 void MapReducerAggStateUpdater.updateState(MapState map, List<TridentTuple> tuples, TridentCollector collector)
           
 void MapCombinerAggStateUpdater.updateState(MapState map, List<TridentTuple> tuples, TridentCollector collector)
           
 

Constructors in storm.trident.state.map with parameters of type MapState
SnapshottableMap(MapState<T> delegate, List<Object> snapshotKey)
           
 

Uses of MapState in storm.trident.testing
 

Classes in storm.trident.testing that implement MapState
 class LRUMemoryMapState<T>
           
 class MemoryMapState<T>
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.