public class ZooKeeperPartitionBrokerPlugin extends PartitionBrokerPlugin
config, minTransferCount| Constructor and Description |
|---|
ZooKeeperPartitionBrokerPlugin() |
| Modifier and Type | Method and Description |
|---|---|
String |
getZkAddress() |
String |
getZkPassword() |
String |
getZkPath() |
String |
getZkSessionTmeout() |
Broker |
installPlugin(Broker broker) |
void |
setZkAddress(String zkAddress) |
void |
setZkPassword(String zkPassword) |
void |
setZkPath(String zkPath) |
void |
setZkSessionTmeout(String zkSessionTmeout) |
getBrokerURL, getConfig, getMinTransferCount, setConfig, setConfigAsJson, setMinTransferCountpublic ZooKeeperPartitionBrokerPlugin()
public Broker installPlugin(Broker broker) throws Exception
installPlugin in interface BrokerPlugininstallPlugin in class PartitionBrokerPluginExceptionpublic String getZkAddress()
public void setZkAddress(String zkAddress)
public String getZkPassword()
public void setZkPassword(String zkPassword)
public String getZkSessionTmeout()
public void setZkSessionTmeout(String zkSessionTmeout)
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.