org.apache.storm.hdfs.trident
Class HdfsStateFactory

java.lang.Object
  extended by org.apache.storm.hdfs.trident.HdfsStateFactory
All Implemented Interfaces:
Serializable, StateFactory

public class HdfsStateFactory
extends Object
implements StateFactory

See Also:
Serialized Form

Constructor Summary
HdfsStateFactory()
           
 
Method Summary
 State makeState(Map conf, IMetricsContext metrics, int partitionIndex, int numPartitions)
           
 HdfsStateFactory withOptions(HdfsState.Options options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HdfsStateFactory

public HdfsStateFactory()
Method Detail

withOptions

public HdfsStateFactory withOptions(HdfsState.Options options)

makeState

public State makeState(Map conf,
                       IMetricsContext metrics,
                       int partitionIndex,
                       int numPartitions)
Specified by:
makeState in interface StateFactory


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