storm.trident.state
Class StateSpec

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

public class StateSpec
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 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 Integer requiredNumPartitions
Constructor Detail

StateSpec

public StateSpec(StateFactory stateFactory)


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.