Class RunningCluster

java.lang.Object
org.gcube.portal.databook.server.RunningCluster
All Implemented Interfaces:
Serializable

public class RunningCluster extends Object implements Serializable
Version:
2.0.0 October 2023
Author:
Massimiliano Assante ISTI-CNR, Ahmed Salah Tawfik Ibrahim ISTI-CNR
See Also:
  • Method Details

    • 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)
    • getKeyspaceName

      public String getKeyspaceName()
    • setKeyspaceName

      public void setKeyspaceName(String keyspaceName)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setDatacenterName

      public void setDatacenterName(String datacenterName)
    • getDatacenterName

      public String getDatacenterName()
    • getHosts

      public List<InetSocketAddress> getHosts()