Class MemoryMapState<T>

java.lang.Object
org.apache.storm.trident.testing.MemoryMapState<T>
All Implemented Interfaces:
ITupleCollection, MapState<T>, ReadOnlyMapState<T>, RemovableMapState<T>, ReadOnlySnapshottable<T>, Snapshottable<T>, State
Direct Known Subclasses:
DebugMemoryMapState

public class MemoryMapState<T> extends Object implements Snapshottable<T>, ITupleCollection, MapState<T>, RemovableMapState<T>