- cancel(String[]) - Method in class org.apache.flink.client.cli.CliFrontend
-
Executes the CANCEL action.
- 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) - Method in interface org.apache.flink.client.program.ClusterClient
-
Cancels a job identified by the job id and triggers a savepoint.
- cancelWithSavepoint(JobID, String) - Method in class org.apache.flink.client.program.MiniClusterClient
-
- cancelWithSavepoint(JobID, String) - 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
-
- 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
-
- 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.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) - 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
-
- configuration - Variable in class org.apache.flink.client.cli.AbstractCustomCommandLine
-
- ContextEnvironment - Class in org.apache.flink.client.program
-
Execution Environment for remote execution with the Client.
- ContextEnvironmentFactory - Class in org.apache.flink.client.program
-
The factory that instantiates the environment to be used when running jobs that are
submitted through a pre-configured client connection.
- ContextEnvironmentFactory(PipelineExecutorServiceLoader, Configuration, ClassLoader) - Constructor for class org.apache.flink.client.program.ContextEnvironmentFactory
-
- 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
-
- createExecutionEnvironment() - Method in class org.apache.flink.client.program.ContextEnvironmentFactory
-
- createJobGraph(PackagedProgram, Configuration, int, JobID, boolean) - Static method in class org.apache.flink.client.program.PackagedProgramUtils
-
- createJobGraph(PackagedProgram, Configuration, int, boolean) - Static method in class org.apache.flink.client.program.PackagedProgramUtils
-
- createSavepointRestoreSettings(CommandLine) - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- CustomCommandLine - Interface in org.apache.flink.client.cli
-
Custom command-line interface to load hooks for the command-line interface.
- getAccumulators(ClassLoader) - 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
-
- getActiveCustomCommandLine(CommandLine) - Method in class org.apache.flink.client.cli.CliFrontend
-
Gets the custom command-line for the arguments.
- 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
-
- 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
-
- getConfiguration() - Method in class org.apache.flink.client.cli.AbstractCustomCommandLine
-
- 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.executors.LocalExecutorFactory
-
- getExecutor(Configuration) - Method in class org.apache.flink.client.deployment.executors.RemoteExecutorFactory
-
- 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
-
- 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.ExecutorCLI
-
- getInstance() - Static method in class org.apache.flink.client.deployment.StandaloneClusterId
-
- 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
-
- getJobDetails(JobID) - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
Requests the job details.
- getJobExecutionResult(ClassLoader) - Method in class org.apache.flink.client.deployment.ClusterClientJobClientAdapter
-
- getJobGraph(Pipeline, Configuration) - Static method in class org.apache.flink.client.deployment.executors.ExecutorUtils
-
Creates the JobGraph corresponding to the provided Pipeline.
- getJobGraph(Pipeline, Configuration, int) - Static method in class org.apache.flink.client.FlinkPipelineTranslationUtil
-
Transmogrifies the given Pipeline to a JobGraph.
- 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.
- 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.executors.LocalExecutorFactory
-
- getName() - Method in class org.apache.flink.client.deployment.executors.RemoteExecutorFactory
-
- getParallelism() - Method in class org.apache.flink.client.cli.ExecutionConfigAccessor
-
- getParallelism() - Method in class org.apache.flink.client.cli.ProgramOptions
-
- getPipeline(PackagedProgram, boolean) - Method in class org.apache.flink.client.program.OptimizerPlanEnvironment
-
Retrieves the JobGraph from a PackagedProgram.
- getPipelineFromProgram(PackagedProgram, int, boolean) - Static method in class org.apache.flink.client.program.PackagedProgramUtils
-
- getProgramArgs() - Method in class org.apache.flink.client.cli.ProgramOptions
-
- 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
-
- 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
-