public interface IBatchSpout extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
ack(long batchId) |
void |
close() |
void |
emitBatch(long batchId,
TridentCollector collector) |
Map |
getComponentConfiguration() |
Fields |
getOutputFields() |
void |
open(Map conf,
TopologyContext context) |
void open(Map conf, TopologyContext context)
void emitBatch(long batchId,
TridentCollector collector)
void ack(long batchId)
void close()
Map getComponentConfiguration()
Fields getOutputFields()
Copyright © 2015. All rights reserved.