org.apache.storm.hdfs.trident
Class HdfsUpdater

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

public class HdfsUpdater
extends BaseStateUpdater<HdfsState>

See Also:
Serialized Form

Constructor Summary
HdfsUpdater()
           
 
Method Summary
 void updateState(HdfsState state, 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

HdfsUpdater

public HdfsUpdater()
Method Detail

updateState

public void updateState(HdfsState state,
                        List<TridentTuple> tuples,
                        TridentCollector collector)


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