Package org.apache.ignite.client.handler
Class ClusterInfo
java.lang.Object
org.apache.ignite.client.handler.ClusterInfo
Information about the cluster.
-
Constructor Summary
ConstructorsConstructorDescriptionClusterInfo(org.apache.ignite.internal.cluster.management.ClusterTag tag, List<UUID> idHistory) Constructor. -
Method Summary
-
Constructor Details
-
Method Details
-
name
Returns cluster name. -
idHistory
Returns history of cluster IDs (oldest to newest). Last element is the current ID. Contains at least one element.
-