Class Cluster

  • All Implemented Interfaces:
    java.io.Serializable

    public class Cluster
    extends CommonResource
    An immutable V4 Cluster resource.
    Since:
    4.0.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Cluster​(java.lang.String id, java.time.Instant created, java.time.Instant updated, ExecutionEnvironment resources, ClusterMetadata metadata)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Cluster

        public Cluster​(java.lang.String id,
                       java.time.Instant created,
                       java.time.Instant updated,
                       @Nullable
                       ExecutionEnvironment resources,
                       ClusterMetadata metadata)
        Constructor.
        Parameters:
        id - The unique identifier of this cluster
        created - The time this cluster was created in the system
        updated - The last time this cluster was updated in the system
        resources - The execution resources associated with this cluster
        metadata - The metadata associated with this cluster