Package org.apache.flink.yarn.entrypoint
Class YarnApplicationClusterEntryPoint
- java.lang.Object
-
- org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- org.apache.flink.client.deployment.application.ApplicationClusterEntryPoint
-
- org.apache.flink.yarn.entrypoint.YarnApplicationClusterEntryPoint
-
- All Implemented Interfaces:
AutoCloseable,org.apache.flink.runtime.rpc.FatalErrorHandler,org.apache.flink.util.AutoCloseableAsync
@Internal public final class YarnApplicationClusterEntryPoint extends org.apache.flink.client.deployment.application.ApplicationClusterEntryPointAnApplicationClusterEntryPointfor Yarn.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetRPCPortRange(org.apache.flink.configuration.Configuration configuration)static voidmain(String[] args)-
Methods inherited from class org.apache.flink.client.deployment.application.ApplicationClusterEntryPoint
cleanupDirectories, configureExecution, createDispatcherResourceManagerComponentFactory, createSerializableExecutionGraphStore
-
Methods inherited from class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
closeAsync, createHaServices, createHeartbeatServices, createMetricRegistry, getRestPort, getRpcPort, getTerminationFuture, initializeServices, installSecurityContext, loadConfiguration, onFatalError, parseArguments, runClusterEntrypoint, startCluster, stopClusterServices, supportsReactiveMode
-
-