Class ClusterSpecification

java.lang.Object
org.apache.flink.client.deployment.ClusterSpecification

public final class ClusterSpecification extends Object
Description of the cluster to start by the ClusterDescriptor.
  • Method Details

    • getMasterMemoryMB

      public int getMasterMemoryMB()
    • getTaskManagerMemoryMB

      public int getTaskManagerMemoryMB()
    • getSlotsPerTaskManager

      public int getSlotsPerTaskManager()
    • toString

      public String toString()
      Overrides:
      toString in class Object