org.apache.storm.hbase.trident.state
Class HBaseStateFactory

java.lang.Object
  extended by org.apache.storm.hbase.trident.state.HBaseStateFactory
All Implemented Interfaces:
Serializable, StateFactory

public class HBaseStateFactory
extends Object
implements StateFactory

See Also:
Serialized Form

Constructor Summary
HBaseStateFactory(HBaseState.Options options)
           
 
Method Summary
 State makeState(Map map, IMetricsContext iMetricsContext, int partitionIndex, int numPartitions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HBaseStateFactory

public HBaseStateFactory(HBaseState.Options options)
Method Detail

makeState

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


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