storm.trident.state.snapshot
Interface ReadOnlySnapshottable<T>

All Superinterfaces:
State
All Known Subinterfaces:
Snapshottable<T>
All Known Implementing Classes:
SnapshottableMap

public interface ReadOnlySnapshottable<T>
extends State


Method Summary
 T get()
           
 
Methods inherited from interface storm.trident.state.State
beginCommit, commit
 

Method Detail

get

T get()