storm.trident.testing
Class LRUMemoryMapState.Factory

java.lang.Object
  extended by storm.trident.testing.LRUMemoryMapState.Factory
All Implemented Interfaces:
java.io.Serializable, StateFactory
Enclosing class:
LRUMemoryMapState<T>

public static class LRUMemoryMapState.Factory
extends java.lang.Object
implements StateFactory

See Also:
Serialized Form

Constructor Summary
LRUMemoryMapState.Factory(int maxSize)
           
 
Method Summary
 State makeState(java.util.Map conf, int partitionIndex, int numPartitions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRUMemoryMapState.Factory

public LRUMemoryMapState.Factory(int maxSize)
Method Detail

makeState

public State makeState(java.util.Map conf,
                       int partitionIndex,
                       int numPartitions)
Specified by:
makeState in interface StateFactory