Package org.gcube.portal.databook.server
Class RunningCluster
- java.lang.Object
-
- org.gcube.portal.databook.server.RunningCluster
-
- All Implemented Interfaces:
Serializable
public class RunningCluster extends Object implements Serializable
- Version:
- 0.1 Dec 2012
- Author:
- Massimiliano Assante ISTI-CNR
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterName()StringgetHost()static RunningClustergetInstance(String infrastructureName)StringgetKeyspaceName()voidsetClusterName(String clusterName)voidsetHost(String host)voidsetKeyspaceName(String keyspaceName)StringtoString()
-
-
-
Method Detail
-
getInstance
public static RunningCluster getInstance(String infrastructureName)
- Parameters:
infrastructureName- could be null- Returns:
- an instance of the RunningCluster
-
getHost
public String getHost()
-
setHost
public void setHost(String host)
-
getClusterName
public String getClusterName()
-
setClusterName
public void setClusterName(String clusterName)
-
getKeyspaceName
public String getKeyspaceName()
-
setKeyspaceName
public void setKeyspaceName(String keyspaceName)
-
-