public class RunningCluster extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName() |
String |
getHost() |
static RunningCluster |
getInstance(String infrastructureName) |
String |
getKeyspaceName() |
void |
setClusterName(String clusterName) |
void |
setHost(String host) |
void |
setKeyspaceName(String keyspaceName) |
String |
toString() |
public static RunningCluster getInstance(String infrastructureName)
infrastructureName - could be nullpublic String getHost()
public void setHost(String host)
public String getClusterName()
public void setClusterName(String clusterName)
public String getKeyspaceName()
public void setKeyspaceName(String keyspaceName)
Copyright © 2018. All Rights Reserved.