Package org.apache.storm.hdfs.trident
Class HdfsStateFactory
java.lang.Object
org.apache.storm.hdfs.trident.HdfsStateFactory
- All Implemented Interfaces:
- Serializable,- StateFactory
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmakeState(Map<String, Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions) withOptions(HdfsState.Options options) 
- 
Constructor Details- 
HdfsStateFactorypublic HdfsStateFactory()
 
- 
- 
Method Details- 
withOptions
- 
makeStatepublic State makeState(Map<String, Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions) - Specified by:
- makeStatein interface- StateFactory
 
 
-