Package org.apache.storm.trident.state
Class StateSpec
- java.lang.Object
-
- org.apache.storm.trident.state.StateSpec
-
- All Implemented Interfaces:
Serializable
public class StateSpec extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Integer
requiredNumPartitions
StateFactory
stateFactory
-
Constructor Summary
Constructors Constructor Description StateSpec(StateFactory stateFactory)
-
-
-
Field Detail
-
stateFactory
public StateFactory stateFactory
-
requiredNumPartitions
public Integer requiredNumPartitions
-
-
Constructor Detail
-
StateSpec
public StateSpec(StateFactory stateFactory)
-
-