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 Modifier and Type Class Description static class
TridentReach.StaticSingleKeyMapState.Factory
-
Constructor Summary
Constructors Constructor Description StaticSingleKeyMapState(Map map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>
multiGet(List<List<Object>> keys)
-
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
-
-