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

    Modifier and Type
    Method
    Description
    get()
     

    Methods inherited from interface org.apache.storm.trident.state.State

    beginCommit, commit
  • Method Details

    • get

      T get()