storm.trident.spout
Interface IOpaquePartitionedTridentSpout.Coordinator<Partitions>

Enclosing interface:
IOpaquePartitionedTridentSpout<Partitions,Partition extends ISpoutPartition,M>

public static interface IOpaquePartitionedTridentSpout.Coordinator<Partitions>


Method Summary
 void close()
           
 Partitions getPartitionsForBatch()
           
 boolean isReady(long txid)
           
 

Method Detail

isReady

boolean isReady(long txid)

getPartitionsForBatch

Partitions getPartitionsForBatch()

close

void close()


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