public class ClusterConfig extends Object
| Constructor and Description |
|---|
ClusterConfig() |
ClusterConfig(String clusterName,
String tableZooKeeperPathPrefix,
String tableReplicaName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName() |
String |
getTableReplicaName() |
String |
getTableZooKeeperPathPrefix() |
void |
setClusterName(String clusterName) |
void |
setTableReplicaName(String tableReplicaName) |
void |
setTableZooKeeperPathPrefix(String tableZooKeeperPathPrefix) |
public String getClusterName()
public void setClusterName(String clusterName)
public String getTableZooKeeperPathPrefix()
public void setTableZooKeeperPathPrefix(String tableZooKeeperPathPrefix)
public String getTableReplicaName()
public void setTableReplicaName(String tableReplicaName)
Copyright © 2020–2022 Mediarithmics. All rights reserved.