storm.trident.spout
Interface IBatchSpout
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- FixedBatchSpout
public interface IBatchSpout
- extends Serializable
open
void open(Map conf,
TopologyContext context)
emitBatch
void emitBatch(long batchId,
TridentCollector collector)
ack
void ack(long batchId)
close
void close()
getComponentConfiguration
Map getComponentConfiguration()
getOutputFields
Fields getOutputFields()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.