Class 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.
    • Constructor Detail

      • JobClusterEntrypoint

        public JobClusterEntrypoint​(org.apache.flink.configuration.Configuration configuration)
        Deprecated.