public class CorfuClusterParams extends Object implements Group.GroupParams
Constructor and Description |
---|
CorfuClusterParams() |
Modifier and Type | Method and Description |
---|---|
CorfuClusterParams |
add(CorfuServerParams nodeParams) |
List<String> |
getClusterNodes() |
String |
getFullNodeName(String nodeName) |
CorfuServerParams |
getNode(String serverName) |
com.google.common.collect.ImmutableSortedSet<CorfuServerParams> |
getNodesParams() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, getNodeType
public com.google.common.collect.ImmutableSortedSet<CorfuServerParams> getNodesParams()
getNodesParams
in interface Group.GroupParams
public CorfuServerParams getNode(String serverName)
public CorfuClusterParams add(CorfuServerParams nodeParams)
public int size()
Copyright © 2019 CorfuDB. All rights reserved.