Class SnapshottableMap<T>
java.lang.Object
org.apache.storm.trident.state.map.SnapshottableMap<T>
- All Implemented Interfaces:
MapState<T>
,ReadOnlyMapState<T>
,ReadOnlySnapshottable<T>
,Snapshottable<T>
,State
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
beginCommit
(Long txid) void
get()
void
multiUpdate
(List<List<Object>> keys, List<ValueUpdater> updaters) void
update
(ValueUpdater updater)
-
Constructor Details
-
SnapshottableMap
-
-
Method Details
-
multiGet
- Specified by:
multiGet
in interfaceReadOnlyMapState<T>
-
multiUpdate
- Specified by:
multiUpdate
in interfaceMapState<T>
-
multiPut
-
beginCommit
- Specified by:
beginCommit
in interfaceState
-
commit
-
get
- Specified by:
get
in interfaceReadOnlySnapshottable<T>
-
update
- Specified by:
update
in interfaceSnapshottable<T>
-
set
- Specified by:
set
in interfaceSnapshottable<T>
-