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

All Superinterfaces:
ReadOnlySnapshottable<T>, State
All Known Implementing Classes:
SnapshottableMap

public interface Snapshottable<T>
extends ReadOnlySnapshottable<T>


Method Summary
 void set(T o)
           
 T update(ValueUpdater updater)
           
 
Methods inherited from interface storm.trident.state.snapshot.ReadOnlySnapshottable
get
 
Methods inherited from interface storm.trident.state.State
beginCommit, commit
 

Method Detail

update

T update(ValueUpdater updater)

set

void set(T o)