Class StandaloneApplicationClusterEntryPoint
- java.lang.Object
-
- org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- org.apache.flink.client.deployment.application.ApplicationClusterEntryPoint
-
- org.apache.flink.container.entrypoint.StandaloneApplicationClusterEntryPoint
-
- All Implemented Interfaces:
AutoCloseable,org.apache.flink.runtime.rpc.FatalErrorHandler,org.apache.flink.util.AutoCloseableAsync
@Internal public final class StandaloneApplicationClusterEntryPoint extends org.apache.flink.client.deployment.application.ApplicationClusterEntryPointAnApplicationClusterEntryPointwhich is started with a job in a predefined location.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)protected booleansupportsReactiveMode()-
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, getRPCPortRange, getTerminationFuture, initializeServices, installSecurityContext, loadConfiguration, onFatalError, parseArguments, runClusterEntrypoint, startCluster, stopClusterServices
-
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
supportsReactiveMode
protected boolean supportsReactiveMode()
- Overrides:
supportsReactiveModein classorg.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
-