Package org.apache.flink.yarn.entrypoint
Class YarnJobClusterEntrypoint
- java.lang.Object
-
- org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- org.apache.flink.runtime.entrypoint.JobClusterEntrypoint
-
- org.apache.flink.yarn.entrypoint.YarnJobClusterEntrypoint
-
- All Implemented Interfaces:
AutoCloseable,org.apache.flink.runtime.rpc.FatalErrorHandler,org.apache.flink.util.AutoCloseableAsync
@Deprecated public class YarnJobClusterEntrypoint extends org.apache.flink.runtime.entrypoint.JobClusterEntrypoint
Deprecated.Per-mode has been deprecated in Flink 1.15 and will be removed in the future. Please use application mode instead.Entry point for Yarn per-job clusters.
-
-
Constructor Summary
Constructors Constructor Description YarnJobClusterEntrypoint(org.apache.flink.configuration.Configuration configuration)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected org.apache.flink.runtime.entrypoint.component.DefaultDispatcherResourceManagerComponentFactorycreateDispatcherResourceManagerComponentFactory(org.apache.flink.configuration.Configuration configuration)Deprecated.protected StringgetRPCPortRange(org.apache.flink.configuration.Configuration configuration)Deprecated.static voidmain(String[] args)Deprecated.-
Methods inherited from class org.apache.flink.runtime.entrypoint.JobClusterEntrypoint
createSerializableExecutionGraphStore
-
Methods inherited from class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
cleanupDirectories, closeAsync, createHaServices, createHeartbeatServices, createMetricRegistry, getRestPort, getRpcPort, getTerminationFuture, initializeServices, installSecurityContext, loadConfiguration, onFatalError, parseArguments, runClusterEntrypoint, startCluster, stopClusterServices, supportsReactiveMode
-
-
-
-
Method Detail
-
getRPCPortRange
protected String getRPCPortRange(org.apache.flink.configuration.Configuration configuration)
Deprecated.- Overrides:
getRPCPortRangein classorg.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
createDispatcherResourceManagerComponentFactory
protected org.apache.flink.runtime.entrypoint.component.DefaultDispatcherResourceManagerComponentFactory createDispatcherResourceManagerComponentFactory(org.apache.flink.configuration.Configuration configuration) throws IOExceptionDeprecated.- Specified by:
createDispatcherResourceManagerComponentFactoryin classorg.apache.flink.runtime.entrypoint.ClusterEntrypoint- Throws:
IOException
-
main
public static void main(String[] args)
Deprecated.
-
-