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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterInformation(String blobServerHostname, int blobServerPort)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBlobServerHostname()
int
getBlobServerPort()
String
toString()
-
-
-
Constructor Detail
-
ClusterInformation
public ClusterInformation(String blobServerHostname, int blobServerPort)
-
-