Class JobClusterEntrypoint
- java.lang.Object
-
- org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- org.apache.flink.runtime.entrypoint.JobClusterEntrypoint
-
- All Implemented Interfaces:
AutoCloseable
,org.apache.flink.runtime.rpc.FatalErrorHandler
,org.apache.flink.util.AutoCloseableAsync
@Deprecated public abstract class JobClusterEntrypoint extends ClusterEntrypoint
Deprecated.Per-job mode has been deprecated in Flink 1.15 and will be removed in the future. Please use application mode instead.Base class for per-job cluster entry points.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
ClusterEntrypoint.ExecutionMode, ClusterEntrypoint.ShutdownBehaviour
-
-
Field Summary
-
Fields inherited from class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
INTERNAL_CLUSTER_EXECUTION_MODE, LOG, RUNTIME_FAILURE_RETURN_CODE, STARTUP_FAILURE_RETURN_CODE
-
-
Constructor Summary
Constructors Constructor Description JobClusterEntrypoint(org.apache.flink.configuration.Configuration configuration)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected ExecutionGraphInfoStore
createSerializableExecutionGraphStore(org.apache.flink.configuration.Configuration configuration, org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor)
Deprecated.-
Methods inherited from class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
cleanupDirectories, closeAsync, createDispatcherResourceManagerComponentFactory, createHaServices, createHeartbeatServices, createMetricRegistry, getRestPort, getRpcPort, getRPCPortRange, getTerminationFuture, initializeServices, installSecurityContext, loadConfiguration, onFatalError, parseArguments, runClusterEntrypoint, startCluster, stopClusterServices, supportsReactiveMode
-
-
-
-
Method Detail
-
createSerializableExecutionGraphStore
protected ExecutionGraphInfoStore createSerializableExecutionGraphStore(org.apache.flink.configuration.Configuration configuration, org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor)
Deprecated.- Specified by:
createSerializableExecutionGraphStore
in classClusterEntrypoint
-
-