storm.kafka
Class ZkHosts

java.lang.Object
  extended by storm.kafka.ZkHosts
All Implemented Interfaces:
Serializable, BrokerHosts

public class ZkHosts
extends Object
implements BrokerHosts

See Also:
Serialized Form

Field Summary
 String brokerZkPath
           
 String brokerZkStr
           
 int refreshFreqSecs
           
 
Constructor Summary
ZkHosts(String brokerZkStr)
           
ZkHosts(String brokerZkStr, String brokerZkPath)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

brokerZkStr

public String brokerZkStr

brokerZkPath

public String brokerZkPath

refreshFreqSecs

public int refreshFreqSecs
Constructor Detail

ZkHosts

public ZkHosts(String brokerZkStr,
               String brokerZkPath)

ZkHosts

public ZkHosts(String brokerZkStr)


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