- cancel(String[]) - Method in class org.apache.flink.client.cli.CliFrontend
-
Executes the CANCEL action.
- cancel(JobID) - Method in class 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 class 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
-
- checkJarFile(URL) - Static method in class org.apache.flink.client.program.JobWithJars
-
- classpathsToAttach - Variable in class org.apache.flink.client.program.ContextEnvironment
-
- 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 - Variable in class org.apache.flink.client.program.ContextEnvironment
-
- ClientUtils - Class in org.apache.flink.client
-
A class that provides some utility methods.
- ClientUtils() - Constructor for class org.apache.flink.client.ClientUtils
-
- 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
-
- 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 class org.apache.flink.client.deployment.LegacyStandaloneClusterDescriptor
-
- close() - Method in class org.apache.flink.client.deployment.StandaloneClusterDescriptor
-
- close() - Method in class org.apache.flink.client.program.ClusterClient.LazyActorSystemLoader
-
- close() - Method in class org.apache.flink.client.program.DefaultActorSystemLoader
-
- ClusterClient<T> - Class in org.apache.flink.client.program
-
Encapsulates the functionality necessary to submit a program to a remote cluster.
- ClusterClient(Configuration) - Constructor for class org.apache.flink.client.program.ClusterClient
-
Creates a instance that submits the programs to the JobManager defined in the
configuration.
- ClusterClient(Configuration, HighAvailabilityServices, boolean) - Constructor for class org.apache.flink.client.program.ClusterClient
-
Creates a instance that submits the programs to the JobManager defined in the
configuration.
- ClusterClient(Configuration, HighAvailabilityServices, boolean, ActorSystemLoader) - Constructor for class org.apache.flink.client.program.ClusterClient
-
- ClusterClient.LazyActorSystemLoader - Class in org.apache.flink.client.program
-
Utility class to lazily instantiate an ActorSystem.
- 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
-
- connectToJob(JobID) - Method in class org.apache.flink.client.program.ClusterClient
-
Reattaches to a running job with the given job id.
- ContextEnvironment - Class in org.apache.flink.client.program
-
Execution Environment for remote execution with the Client.
- ContextEnvironment(ClusterClient<?>, List<URL>, List<URL>, ClassLoader, SavepointRestoreSettings) - Constructor for class org.apache.flink.client.program.ContextEnvironment
-
- 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(ClusterClient<?>, List<URL>, List<URL>, ClassLoader, int, boolean, SavepointRestoreSettings) - Constructor for class org.apache.flink.client.program.ContextEnvironmentFactory
-
- createClusterDescriptor(CommandLine) - Method in interface org.apache.flink.client.cli.CustomCommandLine
-
Create a
ClusterDescriptor from the given configuration, configuration directory
and the command line.
- createClusterDescriptor(CommandLine) - Method in class org.apache.flink.client.cli.DefaultCLI
-
- createClusterDescriptor(CommandLine) - Method in class org.apache.flink.client.cli.LegacyCLI
-
- 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) - Static method in class org.apache.flink.client.program.PackagedProgramUtils
-
- createJobGraph(PackagedProgram, Configuration, int) - Static method in class org.apache.flink.client.program.PackagedProgramUtils
-
- createSavepointRestoreSettings(CommandLine) - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- CustomCommandLine<T> - Interface in org.apache.flink.client.cli
-
Custom command-line interface to load hooks for the command-line interface.
- get() - Method in interface org.apache.flink.client.program.ActorSystemLoader
-
Get an ActorSystem.
- get() - Method in class org.apache.flink.client.program.ClusterClient.LazyActorSystemLoader
-
Creates a new ActorSystem or returns an existing one.
- get() - Method in class org.apache.flink.client.program.DefaultActorSystemLoader
-
- getAccumulatorResult(String) - Method in class org.apache.flink.client.program.DetachedEnvironment.DetachedJobExecutionResult
-
- getAccumulators(JobID) - Method in class 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.ClusterClient
-
Requests and returns the accumulators for the given job identifier.
- getAccumulators(JobID) - Method in class org.apache.flink.client.program.MiniClusterClient
-
- 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.
- getAllAccumulatorResults() - Method in class org.apache.flink.client.program.DetachedEnvironment.DetachedJobExecutionResult
-
- getAllLibraries() - Method in class org.apache.flink.client.program.PackagedProgram
-
Returns all provided libraries needed to run the program.
- getArgs() - Method in class org.apache.flink.client.cli.CancelOptions
-
- getArgs() - Method in class org.apache.flink.client.cli.SavepointOptions
-
- getArgs() - Method in class org.apache.flink.client.cli.StopOptions
-
- 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.ProgramOptions
-
- getClasspaths() - Method in class org.apache.flink.client.program.ContextEnvironment
-
- getClasspaths() - Method in class org.apache.flink.client.program.JobWithJars
-
Returns list of classpaths that need to be submitted with the plan.
- getClasspaths() - Method in class org.apache.flink.client.program.PackagedProgram
-
Returns the classpaths that are required by the program.
- getClient() - Method in class org.apache.flink.client.program.ContextEnvironment
-
- getClusterConnectionInfo() - Method in class org.apache.flink.client.program.ClusterClient
-
Gets the current cluster connection info (may change in case of a HA setup).
- getClusterConnectionInfo() - Method in class org.apache.flink.client.program.MiniClusterClient
-
- getClusterConnectionInfo() - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
- 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.LegacyStandaloneClusterDescriptor
-
- getClusterDescription() - Method in class org.apache.flink.client.deployment.StandaloneClusterDescriptor
-
- getClusterId(CommandLine) - Method in interface org.apache.flink.client.cli.CustomCommandLine
-
Returns the cluster id if a cluster id was specified on the command line, otherwise it
returns null.
- getClusterId(CommandLine) - Method in class org.apache.flink.client.cli.DefaultCLI
-
- getClusterId(CommandLine) - Method in class org.apache.flink.client.cli.LegacyCLI
-
- getClusterId() - Method in class 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
-
- getClusterId() - Method in class org.apache.flink.client.program.StandaloneClusterClient
-
- getClusterSpecification(CommandLine) - Method in interface org.apache.flink.client.cli.CustomCommandLine
-
- getClusterSpecification(CommandLine) - Method in class org.apache.flink.client.cli.DefaultCLI
-
- getClusterSpecification(CommandLine) - Method in class org.apache.flink.client.cli.LegacyCLI
-
- getClusterStatus() - Method in class org.apache.flink.client.program.ClusterClient
-
Returns the latest cluster status, with number of Taskmanagers and slots.
- getClusterStatus() - Method in class org.apache.flink.client.program.MiniClusterClient
-
- getClusterStatus() - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
- getClusterStatus() - Method in class org.apache.flink.client.program.StandaloneClusterClient
-
- 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
-
- getDefaultParallelism() - Method in class org.apache.flink.client.RemoteExecutor
-
Gets the parallelism that will be used when neither the program does not define
any parallelism at all.
- 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.ProgramOptions
-
- getEntryPointClassName() - Method in class org.apache.flink.client.cli.ProgramOptions
-
- getExecutionPlan() - Method in class org.apache.flink.client.program.ContextEnvironment
-
- getExecutionPlan() - Method in class org.apache.flink.client.program.OptimizerPlanEnvironment
-
- getExecutionPlan() - Method in class org.apache.flink.client.program.PreviewPlanEnvironment
-
- getFlinkConfiguration() - Method in class org.apache.flink.client.program.ClusterClient
-
Return the Flink configuration object.
- 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.LegacyCLI
-
- getInstance() - Static method in class org.apache.flink.client.deployment.StandaloneClusterId
-
- getIntCounterResult(String) - Method in class org.apache.flink.client.program.DetachedEnvironment.DetachedJobExecutionResult
-
- getJarFilePath() - Method in class org.apache.flink.client.cli.ProgramOptions
-
- getJarFilePath() - Method in class org.apache.flink.client.cli.SavepointOptions
-
- getJarFiles() - Method in class org.apache.flink.client.program.JobWithJars
-
Returns list of jar files that need to be submitted with the plan.
- getJars() - Method in class org.apache.flink.client.program.ContextEnvironment
-
- getJobGraph(Configuration, PackagedProgram, FlinkPlan, SavepointRestoreSettings) - Static method in class org.apache.flink.client.program.ClusterClient
-
- getJobGraph(Configuration, FlinkPlan, List<URL>, List<URL>, SavepointRestoreSettings) - Static method in class org.apache.flink.client.program.ClusterClient
-
- getJobID() - Method in class org.apache.flink.client.program.DetachedEnvironment.DetachedJobExecutionResult
-
- getJobManagerGateway() - Method in class org.apache.flink.client.program.ClusterClient
-
Returns the ActorGateway of the current job manager leader using
the LeaderRetrievalService.
- getJobStatus(JobID) - Method in class 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
-
- getLastEnvCreated() - Method in class org.apache.flink.client.program.ContextEnvironmentFactory
-
- getMainClassName() - Method in class org.apache.flink.client.program.PackagedProgram
-
- getMasterMemoryMB() - Method in class org.apache.flink.client.deployment.ClusterSpecification
-
- getMaxSlots() - Method in class org.apache.flink.client.program.ClusterClient
-
The client may define an upper limit on the number of slots to use.
- getMaxSlots() - Method in class org.apache.flink.client.program.MiniClusterClient
-
- getMaxSlots() - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
- getMaxSlots() - Method in class org.apache.flink.client.program.StandaloneClusterClient
-
- getNetRuntime() - Method in class org.apache.flink.client.program.DetachedEnvironment.DetachedJobExecutionResult
-
- getNewMessages() - Method in class org.apache.flink.client.program.ClusterClient
-
May return new messages from the cluster.
- getNewMessages() - Method in class org.apache.flink.client.program.MiniClusterClient
-
- getNewMessages() - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
- getNewMessages() - Method in class org.apache.flink.client.program.StandaloneClusterClient
-
- getNumberTaskManagers() - Method in class org.apache.flink.client.deployment.ClusterSpecification
-
- getOptimizedPlan(Optimizer, PackagedProgram, int) - Static method in class org.apache.flink.client.program.ClusterClient
-
- getOptimizedPlan(Optimizer, Plan, int) - Static method in class org.apache.flink.client.program.ClusterClient
-
- getOptimizedPlan(PackagedProgram) - Method in class org.apache.flink.client.program.OptimizerPlanEnvironment
-
- getOptimizedPlanAsJson(Optimizer, PackagedProgram, int) - Static method in class org.apache.flink.client.program.ClusterClient
-
- getOptimizerPlanAsJSON(Plan) - Method in class org.apache.flink.client.LocalExecutor
-
Creates a JSON representation of the given dataflow's execution plan.
- getOptimizerPlanAsJSON(Plan) - Method in class org.apache.flink.client.RemoteExecutor
-
- getParallelism() - Method in class org.apache.flink.client.cli.ProgramOptions
-
- getPlan() - Method in class org.apache.flink.client.program.JobWithJars
-
Returns the plan.
- getPlan() - Method in class org.apache.flink.client.program.PreviewPlanEnvironment
-
- getPlanAsJSON(Plan) - Static method in class org.apache.flink.client.LocalExecutor
-
Creates a JSON representation of the given dataflow plan.
- getPlanWithJars() - Method in class org.apache.flink.client.program.PackagedProgram
-
Returns the plan with all required jars.
- getPlanWithoutJars() - Method in class org.apache.flink.client.program.PackagedProgram
-
Returns the plan without the required jars when the files are already provided by the cluster.
- getPreviewPlan() - Method in class org.apache.flink.client.program.PackagedProgram
-
Returns the analyzed plan without any optimizations.
- getPrintStatusDuringExecution() - Method in class org.apache.flink.client.program.ClusterClient
-
- 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.ProgramOptions
-
- getSavepointRestoreSettings() - Method in class org.apache.flink.client.program.ContextEnvironment
-
- 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
-
- getStdoutLogging() - Method in class org.apache.flink.client.cli.ProgramOptions
-
- getTaskManagerMemoryMB() - Method in class org.apache.flink.client.deployment.ClusterSpecification
-
- getTaskManagerNumSlots() - Method in class org.apache.flink.client.LocalExecutor
-
- getUserCodeClassLoader() - Method in class org.apache.flink.client.program.ContextEnvironment
-
- getUserCodeClassLoader() - Method in class org.apache.flink.client.program.JobWithJars
-
Gets the
ClassLoader that must be used to load user code classes.
- 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 class org.apache.flink.client.program.ClusterClient
-
Returns an URL (as a string) to the JobManager web interface.
- getWebInterfaceURL() - Method in class org.apache.flink.client.program.MiniClusterClient
-
- getWebInterfaceURL() - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
- getWebInterfaceURL() - Method in class org.apache.flink.client.program.StandaloneClusterClient
-
- PackagedProgram - Class in org.apache.flink.client.program
-
This class encapsulates represents a program, packaged in a jar file.
- PackagedProgram(File, String...) - Constructor for class org.apache.flink.client.program.PackagedProgram
-
Creates an instance that wraps the plan defined in the jar file using the given
argument.
- PackagedProgram(File, List<URL>, String...) - Constructor for class org.apache.flink.client.program.PackagedProgram
-
Creates an instance that wraps the plan defined in the jar file using the given
argument.
- PackagedProgram(File, String, String...) - Constructor for class org.apache.flink.client.program.PackagedProgram
-
Creates an instance that wraps the plan defined in the jar file using the given
arguments.
- PackagedProgram(File, List<URL>, String, String...) - Constructor for class org.apache.flink.client.program.PackagedProgram
-
Creates an instance that wraps the plan defined in the jar file using the given
arguments.
- PackagedProgram(Class<?>, String...) - Constructor for class org.apache.flink.client.program.PackagedProgram
-
- PackagedProgramUtils - Class 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
-
- parseCommandLineOptions(String[], boolean) - Method in interface org.apache.flink.client.cli.CustomCommandLine
-
- parseHostPortAddress(String) - Static method in class org.apache.flink.client.ClientUtils
-
Utility method that converts a string of the form "host:port" into an
InetSocketAddress.
- parseParameters(String[]) - Method in class org.apache.flink.client.cli.CliFrontend
-
Parses the command line arguments and starts the requested action.
- parseRunCommand(String[]) - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- PreviewPlanEnvironment - Class in org.apache.flink.client.program
-
Environment to extract the pre-optimized plan.
- PreviewPlanEnvironment() - Constructor for class org.apache.flink.client.program.PreviewPlanEnvironment
-
- 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
-
- printHelpForModify(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
-
- 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
-
- ProgramAbortException() - Constructor for error org.apache.flink.client.program.OptimizerPlanEnvironment.ProgramAbortException
-
- 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
-
- 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.
- savepoint(String[]) - Method in class org.apache.flink.client.cli.CliFrontend
-
Executes the SAVEPOINT action.
- SAVEPOINT_ALLOW_NON_RESTORED_OPTION - Static variable in class org.apache.flink.client.cli.CliFrontendParser
-
- SAVEPOINT_PATH_OPTION - Static variable in class org.apache.flink.client.cli.CliFrontendParser
-
- SavepointOptions - Class in org.apache.flink.client.cli
-
Command line options for the SAVEPOINT command.
- SavepointOptions(CommandLine) - Constructor for class org.apache.flink.client.cli.SavepointOptions
-
- savepointSettings - Variable in class org.apache.flink.client.program.ContextEnvironment
-
- setAsContext() - Method in class org.apache.flink.client.program.PreviewPlanEnvironment
-
- setDefaultOverwriteFiles(boolean) - Method in class org.apache.flink.client.LocalExecutor
-
- setDefaultParallelism(int) - Method in class org.apache.flink.client.RemoteExecutor
-
Sets the parallelism that will be used when neither the program does not define
any parallelism at all.
- setDetached(boolean) - Method in class org.apache.flink.client.program.ClusterClient
-
Set the mode of this client (detached or blocking job execution).
- setDetachedPlan(FlinkPlan) - Method in class org.apache.flink.client.program.DetachedEnvironment
-
- setMasterMemoryMB(int) - Method in class org.apache.flink.client.deployment.ClusterSpecification.ClusterSpecificationBuilder
-
- setNumberTaskManagers(int) - Method in class org.apache.flink.client.deployment.ClusterSpecification.ClusterSpecificationBuilder
-
- setPlan(FlinkPlan) - Method in class org.apache.flink.client.program.OptimizerPlanEnvironment
-
- setPreview(String) - Method in class org.apache.flink.client.program.PreviewPlanEnvironment
-
- setPrintStatusDuringExecution(boolean) - Method in class org.apache.flink.client.program.ClusterClient
-
Configures whether the client should print progress updates during the execution to System.out.
- setSavepointRestoreSettings(SavepointRestoreSettings) - Method in class org.apache.flink.client.program.PackagedProgram
-
- setSlotsPerTaskManager(int) - Method in class org.apache.flink.client.deployment.ClusterSpecification.ClusterSpecificationBuilder
-
- setTaskManagerMemoryMB(int) - Method in class org.apache.flink.client.deployment.ClusterSpecification.ClusterSpecificationBuilder
-
- setTaskManagerNumSlots(int) - Method in class org.apache.flink.client.LocalExecutor
-
- showAll() - Method in class org.apache.flink.client.cli.ListOptions
-
- showRunning() - Method in class org.apache.flink.client.cli.ListOptions
-
- showScheduled() - Method in class org.apache.flink.client.cli.ListOptions
-
- shutdown() - Method in class org.apache.flink.client.program.ClusterClient
-
Shuts down the client.
- shutdown() - Method in class org.apache.flink.client.program.MiniClusterClient
-
- shutdown() - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
- SHUTDOWN_IF_ATTACHED_OPTION - Static variable in class org.apache.flink.client.cli.CliFrontendParser
-
- shutDownCluster() - Method in class org.apache.flink.client.program.ClusterClient
-
- shutDownCluster() - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
- sleepTime(long) - Method in class org.apache.flink.client.program.rest.retry.ExponentialWaitStrategy
-
- sleepTime(long) - Method in interface org.apache.flink.client.program.rest.retry.WaitStrategy
-
Returns the time to wait until the next attempt.
- StandaloneClusterClient - Class in org.apache.flink.client.program
-
Cluster client for communication with an standalone (on-premise) cluster or an existing cluster that has been
brought up independently of a specific job.
- StandaloneClusterClient(Configuration) - Constructor for class org.apache.flink.client.program.StandaloneClusterClient
-
- StandaloneClusterClient(Configuration, HighAvailabilityServices, boolean) - Constructor for class org.apache.flink.client.program.StandaloneClusterClient
-
- StandaloneClusterClient(Configuration, HighAvailabilityServices, boolean, ActorSystemLoader) - Constructor for class org.apache.flink.client.program.StandaloneClusterClient
-
- StandaloneClusterDescriptor - Class in org.apache.flink.client.deployment
-
A deployment descriptor for an existing cluster.
- StandaloneClusterDescriptor(Configuration) - Constructor for class org.apache.flink.client.deployment.StandaloneClusterDescriptor
-
- StandaloneClusterId - Class in org.apache.flink.client.deployment
-
Identifier for standalone clusters.
- start() - Method in class org.apache.flink.client.LocalExecutor
-
- start() - Method in class org.apache.flink.client.RemoteExecutor
-
- startNewSession() - Method in class org.apache.flink.client.program.ContextEnvironment
-
- startNewSession() - Method in class org.apache.flink.client.program.OptimizerPlanEnvironment
-
- startNewSession() - Method in class org.apache.flink.client.program.PreviewPlanEnvironment
-
- stop(String[]) - Method in class org.apache.flink.client.cli.CliFrontend
-
Executes the STOP action.
- stop() - Method in class org.apache.flink.client.LocalExecutor
-
- stop(JobID) - Method in class org.apache.flink.client.program.ClusterClient
-
Stops a program on Flink cluster whose job-manager is configured in this client's configuration.
- stop(JobID) - Method in class org.apache.flink.client.program.MiniClusterClient
-
- stop(JobID) - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
- stop() - Method in class org.apache.flink.client.RemoteExecutor
-
- StopOptions - Class in org.apache.flink.client.cli
-
Command line options for the STOP command.
- StopOptions(CommandLine) - Constructor for class org.apache.flink.client.cli.StopOptions
-
- submitJob(JobGraph, ClassLoader) - Method in class org.apache.flink.client.program.ClusterClient
-
Calls the subclasses' submitJob method.
- submitJob(JobGraph, ClassLoader) - Method in class org.apache.flink.client.program.MiniClusterClient
-
- submitJob(JobGraph) - Method in class org.apache.flink.client.program.MiniClusterClient
-
- submitJob(JobGraph) - Method in interface org.apache.flink.client.program.NewClusterClient
-
Submit the given JobGraph to the cluster.
- submitJob(JobGraph, ClassLoader) - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
- submitJob(JobGraph) - Method in class org.apache.flink.client.program.rest.RestClusterClient
-
Submits the given JobGraph to the dispatcher.
- submitJob(JobGraph, ClassLoader) - Method in class org.apache.flink.client.program.StandaloneClusterClient
-