org.gcube.portal.databook.server
Class RunningCluster

java.lang.Object
  extended by 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
 String getClusterName()
           
 String getHost()
           
static RunningCluster getInstance()
           
 String getKeyspaceName()
           
 void setClusterName(String clusterName)
           
 void setHost(String host)
           
 void setKeyspaceName(String keyspaceName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static RunningCluster getInstance()
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)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.