Class ClusterInformation

java.lang.Object
org.apache.flink.runtime.entrypoint.ClusterInformation
All Implemented Interfaces:
Serializable

public class ClusterInformation extends Object implements Serializable
Information about the cluster which is shared with the cluster components.
See Also:
  • Constructor Details

    • ClusterInformation

      public ClusterInformation(String blobServerHostname, int blobServerPort)
  • Method Details

    • getBlobServerHostname

      public String getBlobServerHostname()
    • getBlobServerPort

      public int getBlobServerPort()
    • toString

      public String toString()
      Overrides:
      toString in class Object