storm.trident.testing
Class MemoryMapState.Factory

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

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

See Also:
Serialized Form

Constructor Summary
MemoryMapState.Factory()
           
 
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

MemoryMapState.Factory

public MemoryMapState.Factory()
Method Detail

makeState

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