Class EntrypointClusterConfiguration
- java.lang.Object
-
- org.apache.flink.runtime.entrypoint.ClusterConfiguration
-
- org.apache.flink.runtime.entrypoint.EntrypointClusterConfiguration
-
public class EntrypointClusterConfiguration extends ClusterConfiguration
BasicClusterConfigurationfor entry points.
-
-
Constructor Summary
Constructors Constructor Description EntrypointClusterConfiguration(String configDir, Properties dynamicProperties, String[] args, String hostname, int restPort)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHostname()intgetRestPort()-
Methods inherited from class org.apache.flink.runtime.entrypoint.ClusterConfiguration
getArgs, getConfigDir, getDynamicProperties
-
-