Class LRUMemoryMapState<T>

java.lang.Object
org.apache.storm.trident.testing.LRUMemoryMapState<T>
All Implemented Interfaces:
ITupleCollection, MapState<T>, ReadOnlyMapState<T>, ReadOnlySnapshottable<T>, Snapshottable<T>, State

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