Class Cluster
java.lang.Object
com.netflix.genie.common.internal.dtos.CommonResource
com.netflix.genie.common.internal.dtos.Cluster
- All Implemented Interfaces:
Serializable
An immutable V4 Cluster resource.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionCluster
(String id, Instant created, Instant updated, ExecutionEnvironment resources, ClusterMetadata metadata) Constructor. -
Method Summary
-
Constructor Details
-
Cluster
public Cluster(String id, Instant created, Instant updated, @Nullable ExecutionEnvironment resources, ClusterMetadata metadata) Constructor.- Parameters:
id
- The unique identifier of this clustercreated
- The time this cluster was created in the systemupdated
- The last time this cluster was updated in the systemresources
- The execution resources associated with this clustermetadata
- The metadata associated with this cluster
-