storm.kafka.trident
Class StaticBrokerReader

java.lang.Object
  extended by storm.kafka.trident.StaticBrokerReader
All Implemented Interfaces:
IBrokerReader

public class StaticBrokerReader
extends Object
implements IBrokerReader


Constructor Summary
StaticBrokerReader(GlobalPartitionInformation partitionInformation)
           
 
Method Summary
 void close()
           
 GlobalPartitionInformation getCurrentBrokers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticBrokerReader

public StaticBrokerReader(GlobalPartitionInformation partitionInformation)
Method Detail

getCurrentBrokers

public GlobalPartitionInformation getCurrentBrokers()
Specified by:
getCurrentBrokers in interface IBrokerReader

close

public void close()
Specified by:
close in interface IBrokerReader


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