storm.trident.testing
Class FixedBatchSpout
java.lang.Object
storm.trident.testing.FixedBatchSpout
- All Implemented Interfaces:
- Serializable, IBatchSpout
public class FixedBatchSpout
- extends Object
- implements IBatchSpout
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedBatchSpout
public FixedBatchSpout(Fields fields,
int maxBatchSize,
List<Object>... outputs)
setCycle
public void setCycle(boolean cycle)
open
public void open(Map conf,
TopologyContext context)
- Specified by:
open in interface IBatchSpout
emitBatch
public void emitBatch(long batchId,
TridentCollector collector)
- Specified by:
emitBatch in interface IBatchSpout
ack
public void ack(long batchId)
- Specified by:
ack in interface IBatchSpout
close
public void close()
- Specified by:
close in interface IBatchSpout
getComponentConfiguration
public Map getComponentConfiguration()
- Specified by:
getComponentConfiguration in interface IBatchSpout
getOutputFields
public Fields getOutputFields()
- Specified by:
getOutputFields in interface IBatchSpout
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.