storm.trident.spout
Interface IBatchSpout

All Superinterfaces:
Serializable
All Known Implementing Classes:
FixedBatchSpout

public interface IBatchSpout
extends Serializable


Method Summary
 void ack(long batchId)
           
 void close()
           
 void emitBatch(long batchId, TridentCollector collector)
           
 Map getComponentConfiguration()
           
 Fields getOutputFields()
           
 void open(Map conf, TopologyContext context)
           
 

Method Detail

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.