Class SnapshottableMap<T>

java.lang.Object
org.apache.storm.trident.state.map.SnapshottableMap<T>
All Implemented Interfaces:
MapState<T>, ReadOnlyMapState<T>, ReadOnlySnapshottable<T>, Snapshottable<T>, State

public class SnapshottableMap<T> extends Object implements MapState<T>, Snapshottable<T>