- cancel(String[]) - Method in class org.apache.flink.client.cli.CliFrontend
-
Executes the CANCEL action.
- cancel() - Method in class org.apache.flink.client.deployment.application.EmbeddedJobClient
-
- cancel() - Method in class org.apache.flink.client.deployment.application.WebSubmissionJobClient
-
- cancel() - Method in class org.apache.flink.client.deployment.ClusterClientJobClientAdapter
-
- cancel(JobID) - Method in interface org.apache.flink.client.program.ClusterClient
-
Cancels a job identified by the job id.
- cancel(JobID) - Method in class org.apache.flink.client.program.MiniClusterClient
-
- cancel(JobID) - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
- CancelOptions - Class in org.apache.flink.client.cli
-
Command line options for the CANCEL command.
- CancelOptions(CommandLine) - Constructor for class org.apache.flink.client.cli.CancelOptions
-
- cancelWithSavepoint(JobID, String, SavepointFormatType) - Method in interface org.apache.flink.client.program.ClusterClient
-
Cancels a job identified by the job id and triggers a savepoint.
- cancelWithSavepoint(JobID, String, SavepointFormatType) - Method in class org.apache.flink.client.program.MiniClusterClient
-
- cancelWithSavepoint(JobID, String, SavepointFormatType) - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
- canTranslate(Pipeline) - Method in interface org.apache.flink.client.FlinkPipelineTranslator
-
- canTranslate(Pipeline) - Method in class org.apache.flink.client.PlanTranslator
-
- canTranslate(Pipeline) - Method in class org.apache.flink.client.StreamGraphTranslator
-
- cleanupDirectories(ClusterEntrypoint.ShutdownBehaviour) - Method in class org.apache.flink.client.deployment.application.ApplicationClusterEntryPoint
-
- CliArgsException - Exception in org.apache.flink.client.cli
-
Special exception that is thrown when the command line parsing fails.
- CliArgsException(String) - Constructor for exception org.apache.flink.client.cli.CliArgsException
-
- CliArgsException(String, Throwable) - Constructor for exception org.apache.flink.client.cli.CliArgsException
-
- CLIENT_HEARTBEAT_INTERVAL - Static variable in class org.apache.flink.client.cli.ClientOptions
-
Time interval for job client to report its heartbeat.
- CLIENT_HEARTBEAT_TIMEOUT - Static variable in class org.apache.flink.client.cli.ClientOptions
-
Timeout for job client to report its heartbeat.
- CLIENT_RETRY_PERIOD - Static variable in class org.apache.flink.client.cli.ClientOptions
-
- CLIENT_TIMEOUT - Static variable in class org.apache.flink.client.cli.ClientOptions
-
- ClientOptions - Class in org.apache.flink.client.cli
-
Describes a client configuration parameter.
- ClientOptions() - Constructor for class org.apache.flink.client.cli.ClientOptions
-
- ClientUtils - Enum in org.apache.flink.client
-
Utility functions for Flink client.
- CliFrontend - Class in org.apache.flink.client.cli
-
Implementation of a simple command line frontend for executing programs.
- CliFrontend(Configuration, List<CustomCommandLine>) - Constructor for class org.apache.flink.client.cli.CliFrontend
-
- CliFrontend(Configuration, ClusterClientServiceLoader, List<CustomCommandLine>) - Constructor for class org.apache.flink.client.cli.CliFrontend
-
- CliFrontendParser - Class in org.apache.flink.client.cli
-
A simple command line parser (based on Apache Commons CLI) that extracts command line options.
- CliFrontendParser() - Constructor for class org.apache.flink.client.cli.CliFrontendParser
-
- close() - Method in interface org.apache.flink.client.deployment.ClusterDescriptor
-
- close() - Method in class org.apache.flink.client.deployment.StandaloneClusterDescriptor
-
- close() - Method in interface org.apache.flink.client.program.ClusterClient
-
- close() - Method in class org.apache.flink.client.program.MiniClusterClient
-
- close() - Method in class org.apache.flink.client.program.PackagedProgram
-
- close() - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
- ClusterClient<T> - Interface in org.apache.flink.client.program
-
Encapsulates the functionality necessary to submit a program to a remote cluster.
- ClusterClientFactory<ClusterID> - Interface in org.apache.flink.client.deployment
-
A factory containing all the necessary information for creating clients to Flink clusters.
- ClusterClientJobClientAdapter<ClusterID> - Class in org.apache.flink.client.deployment
-
An implementation of the
JobClient interface that uses a
ClusterClient
underneath..
- ClusterClientJobClientAdapter(ClusterClientProvider<ClusterID>, JobID, ClassLoader) - Constructor for class org.apache.flink.client.deployment.ClusterClientJobClientAdapter
-
- ClusterClientProvider<T> - Interface in org.apache.flink.client.program
-
- ClusterClientServiceLoader - Interface in org.apache.flink.client.deployment
-
- ClusterDeploymentException - Exception in org.apache.flink.client.deployment
-
Class which indicates a problem when deploying a Flink cluster.
- ClusterDeploymentException(String) - Constructor for exception org.apache.flink.client.deployment.ClusterDeploymentException
-
- ClusterDeploymentException(Throwable) - Constructor for exception org.apache.flink.client.deployment.ClusterDeploymentException
-
- ClusterDeploymentException(String, Throwable) - Constructor for exception org.apache.flink.client.deployment.ClusterDeploymentException
-
- ClusterDescriptor<T> - Interface in org.apache.flink.client.deployment
-
A descriptor to deploy a cluster (e.g.
- ClusterRetrieveException - Exception in org.apache.flink.client.deployment
-
Exception which indicates that a cluster could not be retrieved.
- ClusterRetrieveException(String) - Constructor for exception org.apache.flink.client.deployment.ClusterRetrieveException
-
- ClusterRetrieveException(Throwable) - Constructor for exception org.apache.flink.client.deployment.ClusterRetrieveException
-
- ClusterRetrieveException(String, Throwable) - Constructor for exception org.apache.flink.client.deployment.ClusterRetrieveException
-
- ClusterSpecification - Class in org.apache.flink.client.deployment
-
- ClusterSpecification.ClusterSpecificationBuilder - Class in org.apache.flink.client.deployment
-
- ClusterSpecificationBuilder() - Constructor for class org.apache.flink.client.deployment.ClusterSpecification.ClusterSpecificationBuilder
-
- CommandLineOptions - Class in org.apache.flink.client.cli
-
Base class for all options parsed from the command line.
- CommandLineOptions(CommandLine) - Constructor for class org.apache.flink.client.cli.CommandLineOptions
-
- configureExecution(Configuration, PackagedProgram) - Static method in class org.apache.flink.client.deployment.application.ApplicationClusterEntryPoint
-
- configurePythonExecution(Configuration, PackagedProgram) - Static method in enum org.apache.flink.client.cli.ProgramOptionsUtils
-
- containsPythonDependencyOptions(CommandLine) - Static method in enum org.apache.flink.client.cli.ProgramOptionsUtils
-
- ContextEnvironment - Class in org.apache.flink.client.program
-
Execution Environment for remote execution with the Client.
- ContextEnvironment(PipelineExecutorServiceLoader, Configuration, ClassLoader, boolean, boolean) - Constructor for class org.apache.flink.client.program.ContextEnvironment
-
- create(CommandLine) - Static method in class org.apache.flink.client.cli.ProgramOptions
-
- create(DispatcherId, Collection<JobGraph>, Collection<JobResult>, JobGraphWriter, JobResultStore) - Method in class org.apache.flink.client.deployment.application.ApplicationDispatcherGatewayServiceFactory
-
- create(Configuration, DispatcherFactory, PackagedProgram) - Static method in class org.apache.flink.client.deployment.application.ApplicationDispatcherLeaderProcessFactoryFactory
-
- create(String, Iterable<URL>) - Static method in class org.apache.flink.client.deployment.application.FromClasspathEntryClassInformationProvider
-
Creates a FromClasspathEntryClassInformationProvider based on the passed job class
and classpath.
- create(Configuration) - Static method in class org.apache.flink.client.deployment.executors.LocalExecutor
-
- create(File, String, String[], Configuration) - Static method in class org.apache.flink.client.program.DefaultPackagedProgramRetriever
-
Creates a PackageProgramRetrieverImpl with the given parameters.
- create(File, File, String, String[], Configuration) - Static method in class org.apache.flink.client.program.DefaultPackagedProgramRetriever
-
Creates a PackageProgramRetrieverImpl with the given parameters.
- create() - Static method in class org.apache.flink.client.program.PerJobMiniClusterFactory
-
- createClusterDescriptor(Configuration) - Method in interface org.apache.flink.client.deployment.ClusterClientFactory
-
- createClusterDescriptor(Configuration) - Method in class org.apache.flink.client.deployment.StandaloneClientFactory
-
- createClusterSpecification() - Method in class org.apache.flink.client.deployment.ClusterSpecification.ClusterSpecificationBuilder
-
- createDispatcherResourceManagerComponentFactory(Configuration) - Method in class org.apache.flink.client.deployment.application.ApplicationClusterEntryPoint
-
- createFactory(JobPersistenceComponentFactory, Executor, RpcService, PartialDispatcherServices, FatalErrorHandler) - Method in class org.apache.flink.client.deployment.application.ApplicationDispatcherLeaderProcessFactoryFactory
-
- createFromClasspath(Iterable<URL>) - Static method in class org.apache.flink.client.deployment.application.FromClasspathEntryClassInformationProvider
-
Creates a FromClasspathEntryClassInformationProvider looking for the entry class
providing the main method on the passed classpath.
- createFromCustomJar(File, String) - Static method in class org.apache.flink.client.deployment.application.FromJarEntryClassInformationProvider
-
Creates a FromJarEntryClassInformationProvider for a custom Jar archive.
- createFromPythonJar() - Static method in class org.apache.flink.client.deployment.application.FromJarEntryClassInformationProvider
-
Creates a FromJarEntryClassInformationProvider for a job implemented in Python.
- createFromSystemClasspath() - Static method in class org.apache.flink.client.deployment.application.FromClasspathEntryClassInformationProvider
-
Creates a FromClasspathEntryClassInformationProvider looking for the entry class
providing the main method on the system classpath.
- createJobGraph(PackagedProgram, Configuration, int, JobID, boolean) - Static method in enum org.apache.flink.client.program.PackagedProgramUtils
-
- createJobGraph(PackagedProgram, Configuration, int, boolean) - Static method in enum org.apache.flink.client.program.PackagedProgramUtils
-
- createPythonProgramOptions(CommandLine) - Static method in enum org.apache.flink.client.cli.ProgramOptionsUtils
-
- createSavepointRestoreSettings(CommandLine) - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- createSerializableExecutionGraphStore(Configuration, ScheduledExecutor) - Method in class org.apache.flink.client.deployment.application.ApplicationClusterEntryPoint
-
- createWithFactory(Configuration, Function<MiniClusterConfiguration, MiniCluster>) - Static method in class org.apache.flink.client.deployment.executors.LocalExecutor
-
- createWithFactory(Configuration, Function<? super MiniClusterConfiguration, ? extends MiniCluster>) - Static method in class org.apache.flink.client.program.PerJobMiniClusterFactory
-
- createWithJobClassAssumingOnSystemClasspath(String) - Static method in class org.apache.flink.client.deployment.application.FromClasspathEntryClassInformationProvider
-
Creates a FromClasspathEntryClassInformationProvider assuming that the passed job
class is available on the system classpath.
- CustomCommandLine - Interface in org.apache.flink.client.cli
-
Custom command-line interface to load hooks for the command-line interface.
- GenericCLI - Class in org.apache.flink.client.cli
-
A generic implementation of the
CustomCommandLine that only expects the execution.target
parameter to be explicitly specified and simply forwards the rest of the options specified with
-D to the corresponding
PipelineExecutor for further parsing.
- GenericCLI(Configuration, String) - Constructor for class org.apache.flink.client.cli.GenericCLI
-
- getAccumulators() - Method in class org.apache.flink.client.deployment.application.EmbeddedJobClient
-
- getAccumulators() - Method in class org.apache.flink.client.deployment.application.WebSubmissionJobClient
-
- getAccumulators() - Method in class org.apache.flink.client.deployment.ClusterClientJobClientAdapter
-
- getAccumulators(JobID) - Method in interface org.apache.flink.client.program.ClusterClient
-
Requests and returns the accumulators for the given job identifier.
- getAccumulators(JobID, ClassLoader) - Method in interface org.apache.flink.client.program.ClusterClient
-
Requests and returns the accumulators for the given job identifier.
- getAccumulators(JobID, ClassLoader) - Method in class org.apache.flink.client.program.MiniClusterClient
-
- getAccumulators(JobID, ClassLoader) - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
- getApplicationClassName() - Method in class org.apache.flink.client.deployment.application.ApplicationConfiguration
-
- getApplicationModeTargetNames() - Method in interface org.apache.flink.client.deployment.ClusterClientServiceLoader
-
Loads and returns a stream of the names of all available execution target names for Application Mode.
- getApplicationModeTargetNames() - Method in class org.apache.flink.client.deployment.DefaultClusterClientServiceLoader
-
- getApplicationTargetName() - Method in interface org.apache.flink.client.deployment.ClusterClientFactory
-
Returns the option to be used when trying to execute an application in Application Mode using
this cluster client factory, or an
Optional.empty() if the environment of this
cluster client factory does not support Application Mode.
- getArgs() - Method in class org.apache.flink.client.cli.CancelOptions
-
- getArgs() - Method in class org.apache.flink.client.cli.SavepointOptions
-
- getArguments() - Method in class org.apache.flink.client.program.PackagedProgram
-
- getAwaitLeaderTimeout() - Method in class org.apache.flink.client.program.rest.RestClusterClientConfiguration
-
- getClasspaths() - Method in class org.apache.flink.client.cli.ExecutionConfigAccessor
-
- getClasspaths() - Method in class org.apache.flink.client.cli.ProgramOptions
-
- getClasspaths() - Method in class org.apache.flink.client.program.PackagedProgram
-
Returns the classpaths that are required by the program.
- getClusterClient() - Method in interface org.apache.flink.client.program.ClusterClientProvider
-
- getClusterClientFactory(Configuration) - Method in interface org.apache.flink.client.deployment.ClusterClientServiceLoader
-
- getClusterClientFactory(Configuration) - Method in class org.apache.flink.client.deployment.DefaultClusterClientServiceLoader
-
- getClusterDescription() - Method in interface org.apache.flink.client.deployment.ClusterDescriptor
-
Returns a String containing details about the cluster (NodeManagers, available memory, ...).
- getClusterDescription() - Method in class org.apache.flink.client.deployment.StandaloneClusterDescriptor
-
- getClusterId(Configuration) - Method in interface org.apache.flink.client.deployment.ClusterClientFactory
-
Returns the cluster id if a cluster id is specified in the provided configuration, otherwise
it returns null.
- getClusterId(Configuration) - Method in class org.apache.flink.client.deployment.StandaloneClientFactory
-
- getClusterId() - Method in interface org.apache.flink.client.program.ClusterClient
-
Returns the cluster id identifying the cluster to which the client is connected.
- getClusterId() - Method in class org.apache.flink.client.program.MiniClusterClient
-
- getClusterId() - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
- getClusterOverview() - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
Get an overview of the Flink cluster.
- getClusterSpecification(Configuration) - Method in class org.apache.flink.client.deployment.AbstractContainerizedClusterClientFactory
-
- getClusterSpecification(Configuration) - Method in interface org.apache.flink.client.deployment.ClusterClientFactory
-
- getClusterSpecification(Configuration) - Method in class org.apache.flink.client.deployment.StandaloneClientFactory
-
- getCommandLine(Options, String[], boolean) - Method in class org.apache.flink.client.cli.CliFrontend
-
- getConfiguration() - Method in class org.apache.flink.client.cli.CliFrontend
-
Getter which returns a copy of the associated configuration.
- getConfigurationDirectoryFromEnv() - Static method in class org.apache.flink.client.cli.CliFrontend
-
- getCustomCommandLineOptions() - Method in class org.apache.flink.client.cli.CliFrontend
-
- getDescription() - Method in class org.apache.flink.client.program.PackagedProgram
-
Returns the description provided by the Program class.
- getDetachedMode() - Method in class org.apache.flink.client.cli.ExecutionConfigAccessor
-
- getDetachedMode() - Method in class org.apache.flink.client.cli.ProgramOptions
-
- getEntryPointClassName() - Method in class org.apache.flink.client.cli.ProgramOptions
-
- getExecutor(Configuration) - Method in class org.apache.flink.client.deployment.application.executors.EmbeddedExecutorFactory
-
- getExecutor(Configuration) - Method in class org.apache.flink.client.deployment.application.executors.WebSubmissionExecutorFactory
-
- getExecutor(Configuration) - Method in class org.apache.flink.client.deployment.executors.LocalExecutorFactory
-
- getExecutor(Configuration) - Method in class org.apache.flink.client.deployment.executors.RemoteExecutorFactory
-
- getExecutorFactory(Configuration) - Method in class org.apache.flink.client.deployment.application.executors.EmbeddedExecutorServiceLoader
-
- getExecutorFactory(Configuration) - Method in class org.apache.flink.client.deployment.application.executors.WebSubmissionExecutorServiceLoader
-
- getExecutorNames() - Method in class org.apache.flink.client.deployment.application.executors.EmbeddedExecutorServiceLoader
-
- getExecutorNames() - Method in class org.apache.flink.client.deployment.application.executors.WebSubmissionExecutorServiceLoader
-
- getFlinkConfiguration() - Method in interface org.apache.flink.client.program.ClusterClient
-
Return the Flink configuration object.
- getFlinkConfiguration() - Method in class org.apache.flink.client.program.MiniClusterClient
-
- getFlinkConfiguration() - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
- getFormatType() - Method in class org.apache.flink.client.cli.CancelOptions
-
- getFormatType() - Method in class org.apache.flink.client.cli.SavepointOptions
-
- getId() - Method in interface org.apache.flink.client.cli.CustomCommandLine
-
Gets the unique identifier of this CustomCommandLine.
- getId() - Method in class org.apache.flink.client.cli.DefaultCLI
-
- getId() - Method in class org.apache.flink.client.cli.GenericCLI
-
- getInstance() - Static method in class org.apache.flink.client.deployment.StandaloneClusterId
-
- getJarFile() - Method in interface org.apache.flink.client.deployment.application.EntryClassInformationProvider
-
Returns the
File referring to the Jar file that contains the job class or no
File if the job class is located on the classpath.
- getJarFile() - Method in class org.apache.flink.client.deployment.application.FromClasspathEntryClassInformationProvider
-
Always returns an empty Optional because this implementation relies on the JAR
archive being available on either the user or the system classpath.
- getJarFile() - Method in class org.apache.flink.client.deployment.application.FromJarEntryClassInformationProvider
-
Returns the specified jarFile.
- getJarFilePath() - Method in class org.apache.flink.client.cli.ProgramOptions
-
- getJarFilePath() - Method in class org.apache.flink.client.cli.SavepointOptions
-
- getJars() - Method in class org.apache.flink.client.cli.ExecutionConfigAccessor
-
- getJobClassName() - Method in interface org.apache.flink.client.deployment.application.EntryClassInformationProvider
-
Returns the name of the job class or an empty Optional if the job class name cannot
be provided.
- getJobClassName() - Method in class org.apache.flink.client.deployment.application.FromClasspathEntryClassInformationProvider
-
Returns the job class name if it could be derived from the specified classpath or was
explicitly specified.
- getJobClassName() - Method in class org.apache.flink.client.deployment.application.FromJarEntryClassInformationProvider
-
Returns the specified job class name that is either available in the corresponding jarFile.
- getJobClient(JobID, ClassLoader) - Method in interface org.apache.flink.client.deployment.application.executors.EmbeddedJobClientCreator
-
Creates a JobClient that is adequate for the context in which the job is executed.
- getJobDetails(JobID) - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
Requests the job details.
- getJobExecutionResult() - Method in class org.apache.flink.client.deployment.application.EmbeddedJobClient
-
- getJobExecutionResult() - Method in class org.apache.flink.client.deployment.application.WebSubmissionJobClient
-
- getJobExecutionResult() - Method in class org.apache.flink.client.deployment.ClusterClientJobClientAdapter
-
- getJobGraph(Pipeline, Configuration, ClassLoader) - Static method in class org.apache.flink.client.deployment.executors.PipelineExecutorUtils
-
Creates the JobGraph corresponding to the provided Pipeline.
- getJobGraph(ClassLoader, Pipeline, Configuration, int) - Static method in class org.apache.flink.client.FlinkPipelineTranslationUtil
-
Transmogrifies the given Pipeline to a JobGraph.
- getJobGraphUnderUserClassLoader(ClassLoader, Pipeline, Configuration, int) - Static method in class org.apache.flink.client.FlinkPipelineTranslationUtil
-
Transmogrifies the given Pipeline under the userClassloader to a JobGraph.
- getJobID() - Method in class org.apache.flink.client.deployment.application.EmbeddedJobClient
-
- getJobID() - Method in class org.apache.flink.client.deployment.application.WebSubmissionJobClient
-
- getJobID() - Method in class org.apache.flink.client.deployment.ClusterClientJobClientAdapter
-
- getJobJarAndDependencies() - Method in class org.apache.flink.client.program.PackagedProgram
-
Returns all provided libraries needed to run the program.
- getJobJarAndDependencies(File, String) - Static method in class org.apache.flink.client.program.PackagedProgram
-
Returns all provided libraries needed to run the program.
- getJobStatus() - Method in class org.apache.flink.client.deployment.application.EmbeddedJobClient
-
- getJobStatus() - Method in class org.apache.flink.client.deployment.application.WebSubmissionJobClient
-
- getJobStatus() - Method in class org.apache.flink.client.deployment.ClusterClientJobClientAdapter
-
- getJobStatus(JobID) - Method in interface org.apache.flink.client.program.ClusterClient
-
Requests the JobStatus of the job with the given JobID.
- getJobStatus(JobID) - Method in class org.apache.flink.client.program.MiniClusterClient
-
- getJobStatus(JobID) - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
- getMainClassName() - Method in class org.apache.flink.client.program.PackagedProgram
-
- getMasterMemoryMB() - Method in class org.apache.flink.client.deployment.ClusterSpecification
-
- getName() - Method in class org.apache.flink.client.deployment.application.executors.EmbeddedExecutorFactory
-
- getName() - Method in class org.apache.flink.client.deployment.application.executors.WebSubmissionExecutorFactory
-
- getName() - Method in class org.apache.flink.client.deployment.executors.LocalExecutorFactory
-
- getName() - Method in class org.apache.flink.client.deployment.executors.RemoteExecutorFactory
-
- getPackagedProgram() - Method in class org.apache.flink.client.program.DefaultPackagedProgramRetriever
-
- getPackagedProgram() - Method in interface org.apache.flink.client.program.PackagedProgramRetriever
-
- getParallelism() - Method in class org.apache.flink.client.cli.ExecutionConfigAccessor
-
- getParallelism() - Method in class org.apache.flink.client.cli.ProgramOptions
-
- getPipeline() - Method in class org.apache.flink.client.program.OptimizerPlanEnvironment
-
- getPipeline() - Method in class org.apache.flink.client.program.StreamPlanEnvironment
-
- getPipelineFromProgram(PackagedProgram, Configuration, int, boolean) - Static method in enum org.apache.flink.client.program.PackagedProgramUtils
-
- getProgramArgs() - Method in class org.apache.flink.client.cli.ProgramOptions
-
- getProgramArguments() - Method in class org.apache.flink.client.deployment.application.ApplicationConfiguration
-
- getPythonDriverClassName() - Static method in enum org.apache.flink.client.program.PackagedProgramUtils
-
- getPythonJar() - Static method in enum org.apache.flink.client.program.PackagedProgramUtils
-
- getRestClientConfiguration() - Method in class org.apache.flink.client.program.rest.RestClusterClientConfiguration
-
- getRetryDelay() - Method in class org.apache.flink.client.program.rest.RestClusterClientConfiguration
-
- getRetryMaxAttempts() - Method in class org.apache.flink.client.program.rest.RestClusterClientConfiguration
-
- getRunCommandOptions() - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- getSavepointPath() - Method in class org.apache.flink.client.cli.SavepointOptions
-
- getSavepointRestoreSettings() - Method in class org.apache.flink.client.cli.ExecutionConfigAccessor
-
- getSavepointRestoreSettings() - Method in class org.apache.flink.client.cli.ProgramOptions
-
- getSavepointSettings() - Method in class org.apache.flink.client.program.PackagedProgram
-
- getSavepointTargetDirectory() - Method in class org.apache.flink.client.cli.CancelOptions
-
- getSlotsPerTaskManager() - Method in class org.apache.flink.client.deployment.ClusterSpecification
-
- getStatus() - Method in exception org.apache.flink.client.deployment.application.UnsuccessfulExecutionException
-
- getTaskManagerMemoryMB() - Method in class org.apache.flink.client.deployment.ClusterSpecification
-
- getUserCodeClassLoader() - Method in class org.apache.flink.client.program.PackagedProgram
-
Gets the
ClassLoader that must be used to load user code classes.
- getWebInterfaceURL() - Method in interface org.apache.flink.client.program.ClusterClient
-
Returns an URL (as a string) to the cluster web interface.
- getWebInterfaceURL() - Method in class org.apache.flink.client.program.MiniClusterClient
-
- getWebInterfaceURL() - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
- PackagedProgram - Class in org.apache.flink.client.program
-
This class encapsulates represents a program, packaged in a jar file.
- PackagedProgram.Builder - Class in org.apache.flink.client.program
-
- PackagedProgramRetriever - Interface in org.apache.flink.client.program
-
- PackagedProgramUtils - Enum in org.apache.flink.client.program
-
- PARALLELISM_OPTION - Static variable in class org.apache.flink.client.cli.CliFrontendParser
-
- parse(Options, String[], boolean) - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- parseAndRun(String[]) - Method in class org.apache.flink.client.cli.CliFrontend
-
Parses the command line arguments and starts the requested action.
- parseCommandLineOptions(String[], boolean) - Method in interface org.apache.flink.client.cli.CustomCommandLine
-
- PerJobMiniClusterFactory - Class in org.apache.flink.client.program
-
Starts a MiniCluster for every submitted job.
- PipelineExecutorUtils - Class in org.apache.flink.client.deployment.executors
-
Utility class with method related to job execution.
- PipelineExecutorUtils() - Constructor for class org.apache.flink.client.deployment.executors.PipelineExecutorUtils
-
- PlanTranslator - Class in org.apache.flink.client
-
- PlanTranslator() - Constructor for class org.apache.flink.client.PlanTranslator
-
- printHelp(Collection<CustomCommandLine>) - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
Prints the help for the client.
- printHelpForCancel(Collection<CustomCommandLine>) - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- printHelpForInfo() - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- printHelpForList(Collection<CustomCommandLine>) - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- printHelpForRun(Collection<CustomCommandLine>) - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- printHelpForRunApplication(Collection<CustomCommandLine>) - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- printHelpForSavepoint(Collection<CustomCommandLine>) - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- printHelpForStop(Collection<CustomCommandLine>) - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- printUsage() - Method in class org.apache.flink.client.cli.AbstractCustomCommandLine
-
- ProgramAbortException - Error in org.apache.flink.client.program
-
A special exception used to abort programs when the caller is only interested in the program
plan, rather than in the full execution.
- ProgramAbortException() - Constructor for error org.apache.flink.client.program.ProgramAbortException
-
- ProgramAbortException(Throwable) - Constructor for error org.apache.flink.client.program.ProgramAbortException
-
Creates a ProgramAbortException for the given exception.
- ProgramInvocationException - Exception in org.apache.flink.client.program
-
Exception used to indicate that there is an error during the invocation of a Flink program.
- ProgramInvocationException(String) - Constructor for exception org.apache.flink.client.program.ProgramInvocationException
-
Creates a ProgramInvocationException with the given message.
- ProgramInvocationException(String, JobID) - Constructor for exception org.apache.flink.client.program.ProgramInvocationException
-
Creates a ProgramInvocationException with the given message which contains job id.
- ProgramInvocationException(Throwable) - Constructor for exception org.apache.flink.client.program.ProgramInvocationException
-
Creates a ProgramInvocationException for the given exception.
- ProgramInvocationException(String, Throwable) - Constructor for exception org.apache.flink.client.program.ProgramInvocationException
-
Creates a ProgramInvocationException for the given exception with an additional
message.
- ProgramInvocationException(String, JobID, Throwable) - Constructor for exception org.apache.flink.client.program.ProgramInvocationException
-
Creates a ProgramInvocationException for the given exception with an additional
message which contains job id.
- ProgramMissingJobException - Exception in org.apache.flink.client.program
-
Exception used to indicate that no job was executed during the invocation of a Flink program.
- ProgramMissingJobException(String) - Constructor for exception org.apache.flink.client.program.ProgramMissingJobException
-
- ProgramOptions - Class in org.apache.flink.client.cli
-
Base class for command line options that refer to a JAR file program.
- ProgramOptions(CommandLine) - Constructor for class org.apache.flink.client.cli.ProgramOptions
-
- ProgramOptionsUtils - Enum in org.apache.flink.client.cli
-
- ProgramParametrizationException - Exception in org.apache.flink.client.program
-
Exception used to indicate that there is an error in the parametrization of a Flink program.
- ProgramParametrizationException(String) - Constructor for exception org.apache.flink.client.program.ProgramParametrizationException
-
Creates a ProgramParametrizationException with the given message.
- PY_OPTION - Static variable in class org.apache.flink.client.cli.CliFrontendParser
-
- PYARCHIVE_OPTION - Static variable in class org.apache.flink.client.cli.CliFrontendParser
-
- PYCLIENTEXEC_OPTION - Static variable in class org.apache.flink.client.cli.CliFrontendParser
-
- PYEXEC_OPTION - Static variable in class org.apache.flink.client.cli.CliFrontendParser
-
- PYFILES_OPTION - Static variable in class org.apache.flink.client.cli.CliFrontendParser
-
- PYMODULE_OPTION - Static variable in class org.apache.flink.client.cli.CliFrontendParser
-
- PYREQUIREMENTS_OPTION - Static variable in class org.apache.flink.client.cli.CliFrontendParser
-
- PYTHON_PATH - Static variable in class org.apache.flink.client.cli.CliFrontendParser
-