Class Cluster

java.lang.Object
com.mapr.client.impl.Cluster

public class Cluster extends Object
  • Constructor Details

    • Cluster

      public Cluster(String serviceAddresses)
    • Cluster

      public Cluster(String clusterName, String serviceAddresses, boolean isSecure)
    • Cluster

      public Cluster(String clusterName, ServiceHosts serviceAddresses, boolean isSecure)
  • Method Details

    • isSecure

      public boolean isSecure()
    • getClusterName

      public String getClusterName()
    • getCldbHosts

      public ServiceHosts getCldbHosts()
    • parseLine

      public static Cluster parseLine(String clusterLine)
    • asClusterConfFileString

      public String asClusterConfFileString()
    • toString

      public String toString()
      Overrides:
      toString in class Object