Class SessionClusterEntrypoint
- java.lang.Object
-
- org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- org.apache.flink.runtime.entrypoint.SessionClusterEntrypoint
-
- All Implemented Interfaces:
AutoCloseable
,FatalErrorHandler
,AutoCloseableAsync
- Direct Known Subclasses:
KubernetesSessionClusterEntrypoint
,StandaloneSessionClusterEntrypoint
,YarnSessionClusterEntrypoint
public abstract class SessionClusterEntrypoint extends ClusterEntrypoint
Base class for session 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 SessionClusterEntrypoint(Configuration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExecutionGraphInfoStore
createSerializableExecutionGraphStore(Configuration configuration, ScheduledExecutor scheduledExecutor)
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.util.AutoCloseableAsync
close
-
-
-
-
Constructor Detail
-
SessionClusterEntrypoint
public SessionClusterEntrypoint(Configuration configuration)
-
-
Method Detail
-
createSerializableExecutionGraphStore
protected ExecutionGraphInfoStore createSerializableExecutionGraphStore(Configuration configuration, ScheduledExecutor scheduledExecutor) throws IOException
- Specified by:
createSerializableExecutionGraphStore
in classClusterEntrypoint
- Throws:
IOException
-
-