Class KubernetesSessionClusterEntrypoint
- java.lang.Object
-
- org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- org.apache.flink.runtime.entrypoint.SessionClusterEntrypoint
-
- org.apache.flink.kubernetes.entrypoint.KubernetesSessionClusterEntrypoint
-
- All Implemented Interfaces:
AutoCloseable,org.apache.flink.runtime.rpc.FatalErrorHandler,org.apache.flink.util.AutoCloseableAsync
public class KubernetesSessionClusterEntrypoint extends org.apache.flink.runtime.entrypoint.SessionClusterEntrypointEntry point for a Kubernetes session cluster.
-
-
Constructor Summary
Constructors Constructor Description KubernetesSessionClusterEntrypoint(org.apache.flink.configuration.Configuration configuration)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.flink.runtime.entrypoint.component.DispatcherResourceManagerComponentFactorycreateDispatcherResourceManagerComponentFactory(org.apache.flink.configuration.Configuration configuration)static voidmain(String[] args)-
Methods inherited from class org.apache.flink.runtime.entrypoint.SessionClusterEntrypoint
createSerializableExecutionGraphStore
-
Methods inherited from class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
cleanupDirectories, closeAsync, createHaServices, createHeartbeatServices, createMetricRegistry, getRestPort, getRpcPort, getRPCPortRange, getTerminationFuture, initializeServices, installSecurityContext, loadConfiguration, onFatalError, parseArguments, runClusterEntrypoint, startCluster, stopClusterServices, supportsReactiveMode
-
-
-
-
Method Detail
-
createDispatcherResourceManagerComponentFactory
protected org.apache.flink.runtime.entrypoint.component.DispatcherResourceManagerComponentFactory createDispatcherResourceManagerComponentFactory(org.apache.flink.configuration.Configuration configuration)
- Specified by:
createDispatcherResourceManagerComponentFactoryin classorg.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
main
public static void main(String[] args)
-
-