public class ClusterConfig extends Object implements Serializable
Constructor and Description |
---|
ClusterConfig(List<ClusterNodes> clusterNodesList,
RemoteConfig remoteConfig,
int clusterNo) |
Modifier and Type | Method and Description |
---|---|
int |
getClusterNo() |
List<ClusterNodes> |
getClusterNodesList() |
RemoteConfig |
getRemoteConfig() |
void |
setClusterNo(int clusterNo) |
public ClusterConfig(List<ClusterNodes> clusterNodesList, RemoteConfig remoteConfig, int clusterNo)
public List<ClusterNodes> getClusterNodesList()
public RemoteConfig getRemoteConfig()
public int getClusterNo()
public void setClusterNo(int clusterNo)
Copyright © 2016. All rights reserved.