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

java.lang.Object
  extended by storm.trident.operation.BaseOperation
      extended by storm.trident.state.BaseStateUpdater<HBaseState>
          extended by org.apache.storm.hbase.trident.state.HBaseUpdater
All Implemented Interfaces:
Serializable, Operation, StateUpdater<HBaseState>

public class HBaseUpdater
extends BaseStateUpdater<HBaseState>

See Also:
Serialized Form

Constructor Summary
HBaseUpdater()
           
 
Method Summary
 void updateState(HBaseState hBaseState, List<TridentTuple> tuples, TridentCollector collector)
           
 
Methods inherited from class storm.trident.operation.BaseOperation
cleanup, prepare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface storm.trident.operation.Operation
cleanup, prepare
 

Constructor Detail

HBaseUpdater

public HBaseUpdater()
Method Detail

updateState

public void updateState(HBaseState hBaseState,
                        List<TridentTuple> tuples,
                        TridentCollector collector)


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