storm.trident.state
Interface StateFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
LRUMemoryMapState.Factory, MemoryMapState.Factory

public interface StateFactory
extends java.io.Serializable


Method Summary
 State makeState(java.util.Map conf, int partitionIndex, int numPartitions)
           
 

Method Detail

makeState

State makeState(java.util.Map conf,
                int partitionIndex,
                int numPartitions)