org.apache.storm.hbase.trident.state
Class HBaseMapState.Factory

java.lang.Object
  extended by org.apache.storm.hbase.trident.state.HBaseMapState.Factory
All Implemented Interfaces:
Serializable, StateFactory
Enclosing class:
HBaseMapState<T>

protected static class HBaseMapState.Factory
extends Object
implements StateFactory

See Also:
Serialized Form

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

Constructor Detail

HBaseMapState.Factory

public HBaseMapState.Factory(StateType stateType,
                             HBaseMapState.Options options)
Method Detail

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.