Class ClusterInfo

java.lang.Object
org.apache.ignite.client.handler.ClusterInfo

public class ClusterInfo extends Object
Information about the cluster.
  • Constructor Details

    • ClusterInfo

      public ClusterInfo(org.apache.ignite.internal.cluster.management.ClusterTag tag, List<UUID> idHistory)
      Constructor.
  • Method Details

    • name

      public String name()
      Returns cluster name.
    • idHistory

      public List<UUID> idHistory()
      Returns history of cluster IDs (oldest to newest). Last element is the current ID. Contains at least one element.