|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
OpaqueMap.build(IBackingMap<OpaqueValue> backing)
|
|
static
|
NonTransactionalMap.build(IBackingMap<T> backing)
|
|
static
|
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>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||