org.apache.activemq.partition
Class ZooKeeperPartitionBrokerPlugin
java.lang.Object
org.apache.activemq.partition.PartitionBrokerPlugin
org.apache.activemq.partition.ZooKeeperPartitionBrokerPlugin
- All Implemented Interfaces:
- BrokerPlugin
public class ZooKeeperPartitionBrokerPlugin
- extends PartitionBrokerPlugin
A PartitionBrokerPlugin which gets it's configuration from ZooKeeper.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZooKeeperPartitionBrokerPlugin
public ZooKeeperPartitionBrokerPlugin()
installPlugin
public Broker installPlugin(Broker broker)
throws Exception
- Specified by:
installPlugin in interface BrokerPlugin- Overrides:
installPlugin in class PartitionBrokerPlugin
- Throws:
Exception
getZkAddress
public String getZkAddress()
setZkAddress
public void setZkAddress(String zkAddress)
getZkPassword
public String getZkPassword()
setZkPassword
public void setZkPassword(String zkPassword)
getZkPath
public String getZkPath()
setZkPath
public void setZkPath(String zkPath)
getZkSessionTmeout
public String getZkSessionTmeout()
setZkSessionTmeout
public void setZkSessionTmeout(String zkSessionTmeout)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.