Interface ReadOnlySnapshottable<T>
-
- All Superinterfaces:
State
- All Known Subinterfaces:
Snapshottable<T>
- All Known Implementing Classes:
DebugMemoryMapState
,LRUMemoryMapState
,MemoryMapState
,SnapshottableMap
public interface ReadOnlySnapshottable<T> extends State
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get()
-
Methods inherited from interface org.apache.storm.trident.state.State
beginCommit, commit
-
-
-
-
Method Detail
-
get
T get()
-
-