storm.trident.state
Class StateSpec

java.lang.Object
  extended by storm.trident.state.StateSpec
All Implemented Interfaces:
java.io.Serializable

public class StateSpec
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.Integer requiredNumPartitions
           
 StateFactory stateFactory
           
 
Constructor Summary
StateSpec(StateFactory stateFactory)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stateFactory

public StateFactory stateFactory

requiredNumPartitions

public java.lang.Integer requiredNumPartitions
Constructor Detail

StateSpec

public StateSpec(StateFactory stateFactory)