Package org.apache.storm.starter.trident
Class TridentReach.StaticSingleKeyMapState
java.lang.Object
org.apache.storm.trident.state.ReadOnlyState
org.apache.storm.starter.trident.TridentReach.StaticSingleKeyMapState
- All Implemented Interfaces:
ReadOnlyMapState<Object>
,State
- Enclosing class:
- TridentReach
public static class TridentReach.StaticSingleKeyMapState
extends ReadOnlyState
implements ReadOnlyMapState<Object>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.storm.trident.state.ReadOnlyState
beginCommit, commit
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.storm.trident.state.State
beginCommit, commit
-
Constructor Details
-
StaticSingleKeyMapState
-
-
Method Details
-
multiGet
- Specified by:
multiGet
in interfaceReadOnlyMapState<Object>
-