Class ClusterSpecification
- java.lang.Object
-
- org.apache.flink.client.deployment.ClusterSpecification
-
public final class ClusterSpecification extends Object
Description of the cluster to start by theClusterDescriptor
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClusterSpecification.ClusterSpecificationBuilder
Builder for theClusterSpecification
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMasterMemoryMB()
int
getSlotsPerTaskManager()
int
getTaskManagerMemoryMB()
String
toString()
-