Package com.netflix.genie.common.dto
Class Cluster
- java.lang.Object
-
- com.netflix.genie.common.dto.BaseDTO
-
- com.netflix.genie.common.dto.CommonDTO
-
- com.netflix.genie.common.dto.ExecutionEnvironmentDTO
-
- com.netflix.genie.common.dto.Cluster
-
- All Implemented Interfaces:
java.io.Serializable
public class Cluster extends ExecutionEnvironmentDTO
Cluster DTO object. Read only after construction.- Since:
- 3.0.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Cluster.Builder
A builder to create clusters.
-
Constructor Summary
Constructors Modifier Constructor Description protected
Cluster(Cluster.Builder builder)
Constructor used only by the build() method of the builder.
-
Method Summary
-
Methods inherited from class com.netflix.genie.common.dto.ExecutionEnvironmentDTO
getSetupFile
-
Methods inherited from class com.netflix.genie.common.dto.CommonDTO
getDescription, getMetadata
-
Methods inherited from class com.netflix.genie.common.dto.BaseDTO
getCreated, getId, getUpdated, toString
-
-
-
-
Constructor Detail
-
Cluster
protected Cluster(Cluster.Builder builder)
Constructor used only by the build() method of the builder.- Parameters:
builder
- The builder to get data from
-
-