Skip navigation links
A B C D E F G H I J K L M N O P R S T U W Y Z 

A

AbstractCustomCommandLine<T> - Class in org.apache.flink.client.cli
Base class for CustomCommandLine implementations which specify a JobManager address and a ZooKeeper namespace.
AbstractCustomCommandLine(Configuration) - Constructor for class org.apache.flink.client.cli.AbstractCustomCommandLine
 
ActorSystemLoader - Interface in org.apache.flink.client.program
Interface which allows to load an ActorSystem.
actorSystemLoader - Variable in class org.apache.flink.client.program.ClusterClient
The actor system used to communicate with the JobManager.
addGeneralOptions(Options) - Method in class org.apache.flink.client.cli.AbstractCustomCommandLine
 
addGeneralOptions(Options) - Method in interface org.apache.flink.client.cli.CustomCommandLine
Adds custom options to the existing general options.
addGeneralOptions(Options) - Method in class org.apache.flink.client.cli.DefaultCLI
 
ADDRESS_OPTION - Static variable in class org.apache.flink.client.cli.CliFrontendParser
 
addressOption - Variable in class org.apache.flink.client.cli.AbstractCustomCommandLine
 
addRunOptions(Options) - Method in class org.apache.flink.client.cli.AbstractCustomCommandLine
 
addRunOptions(Options) - Method in interface org.apache.flink.client.cli.CustomCommandLine
Adds custom options to the existing run options.
applyCommandLineOptionsToConfiguration(CommandLine) - Method in class org.apache.flink.client.cli.AbstractCustomCommandLine
Override configuration settings by specified command line options.

B

buildUserCodeClassLoader(List<URL>, List<URL>, ClassLoader) - Static method in class org.apache.flink.client.program.JobWithJars
 

C

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
Description of the cluster to start by the ClusterDescriptor.
ClusterSpecification.ClusterSpecificationBuilder - Class in org.apache.flink.client.deployment
Builder for the ClusterSpecification instance.
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
Creates a JobGraph with a specified JobID from the given PackagedProgram.
createJobGraph(PackagedProgram, Configuration, int) - Static method in class org.apache.flink.client.program.PackagedProgramUtils
Creates a JobGraph with a random JobID from the given PackagedProgram.
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.

D

DefaultActorSystemLoader - Class in org.apache.flink.client.program
ActorSystemLoader which simply returns the given ActorSystem at construction time.
DefaultActorSystemLoader(ActorSystem) - Constructor for class org.apache.flink.client.program.DefaultActorSystemLoader
 
DefaultCLI - Class in org.apache.flink.client.cli
The default CLI which is used for interaction with standalone clusters.
DefaultCLI(Configuration) - Constructor for class org.apache.flink.client.cli.DefaultCLI
 
deleteExtractedLibraries() - Method in class org.apache.flink.client.program.PackagedProgram
Deletes all temporary files created for contained packaged libraries.
deleteExtractedLibraries(List<File>) - Static method in class org.apache.flink.client.program.PackagedProgram
 
deployJobCluster(ClusterSpecification, JobGraph, boolean) - Method in interface org.apache.flink.client.deployment.ClusterDescriptor
Deploys a per-job cluster with the given job on the cluster.
deployJobCluster(ClusterSpecification, JobGraph, boolean) - Method in class org.apache.flink.client.deployment.LegacyStandaloneClusterDescriptor
 
deployJobCluster(ClusterSpecification, JobGraph, boolean) - Method in class org.apache.flink.client.deployment.StandaloneClusterDescriptor
 
deploySessionCluster(ClusterSpecification) - Method in interface org.apache.flink.client.deployment.ClusterDescriptor
Triggers deployment of a cluster.
deploySessionCluster(ClusterSpecification) - Method in class org.apache.flink.client.deployment.LegacyStandaloneClusterDescriptor
 
deploySessionCluster(ClusterSpecification) - Method in class org.apache.flink.client.deployment.StandaloneClusterDescriptor
 
DETACHED_OPTION - Static variable in class org.apache.flink.client.cli.CliFrontendParser
 
DetachedEnvironment - Class in org.apache.flink.client.program
Execution Environment for remote execution with the Client in detached mode.
DetachedEnvironment(ClusterClient<?>, List<URL>, List<URL>, ClassLoader, SavepointRestoreSettings) - Constructor for class org.apache.flink.client.program.DetachedEnvironment
 
DetachedEnvironment.DetachedJobExecutionResult - Class in org.apache.flink.client.program
The JobExecutionResult returned by a DetachedEnvironment.
disposeSavepoint(String) - Method in class org.apache.flink.client.program.ClusterClient
 
disposeSavepoint(String) - Method in class org.apache.flink.client.program.MiniClusterClient
 
disposeSavepoint(String) - Method in class org.apache.flink.client.program.rest.RestClusterClient
 

E

endSession(JobID) - Method in class org.apache.flink.client.LocalExecutor
 
endSession(JobID) - Method in class org.apache.flink.client.program.ClusterClient
Tells the JobManager to finish the session (job) defined by the given ID.
endSession(JobID) - Method in class org.apache.flink.client.RemoteExecutor
 
endSessions(List<JobID>) - Method in class org.apache.flink.client.program.ClusterClient
Tells the JobManager to finish the sessions (jobs) defined by the given IDs.
execute(Program, String...) - Static method in class org.apache.flink.client.LocalExecutor
Executes the given program.
execute(Plan) - Static method in class org.apache.flink.client.LocalExecutor
Executes the given dataflow plan.
execute(String) - Method in class org.apache.flink.client.program.ContextEnvironment
 
execute(String) - Method in class org.apache.flink.client.program.DetachedEnvironment
 
execute(String) - Method in class org.apache.flink.client.program.OptimizerPlanEnvironment
 
execute(String) - Method in class org.apache.flink.client.program.PreviewPlanEnvironment
 
executePlan(Plan) - Method in class org.apache.flink.client.LocalExecutor
Executes the given program on a local runtime and waits for the job to finish.
executePlan(Plan) - Method in class org.apache.flink.client.RemoteExecutor
 
executePlanWithJars(JobWithJars) - Method in class org.apache.flink.client.RemoteExecutor
 
executeProgram(PackagedProgram, ClusterClient<?>, int) - Method in class org.apache.flink.client.cli.CliFrontend
 
ExponentialWaitStrategy - Class in org.apache.flink.client.program.rest.retry
WaitStrategy with exponentially increasing sleep time.
ExponentialWaitStrategy(long, long) - Constructor for class org.apache.flink.client.program.rest.retry.ExponentialWaitStrategy
 
extractContainedLibraries(URL) - Static method in class org.apache.flink.client.program.PackagedProgram
Takes all JAR files that are contained in this program's JAR file and extracts them to the system's temp directory.

F

flinkConfig - Variable in class org.apache.flink.client.program.ClusterClient
Configuration of the client.
fromConfiguration(Configuration) - Static method in class org.apache.flink.client.deployment.ClusterSpecification
 
fromConfiguration(Configuration) - Static method in class org.apache.flink.client.program.rest.RestClusterClientConfiguration
 

G

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
Returns the ClusterSpecification specified by the configuration and the command line options.
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
 

H

hasUserJarsInClassPath(List<URL>) - Method in class org.apache.flink.client.program.ClusterClient
Returns true if the client already has the user jar and providing it again would result in duplicate uploading of the jar.
hasUserJarsInClassPath(List<URL>) - Method in class org.apache.flink.client.program.MiniClusterClient
 
hasUserJarsInClassPath(List<URL>) - Method in class org.apache.flink.client.program.rest.RestClusterClient
 
hasUserJarsInClassPath(List<URL>) - Method in class org.apache.flink.client.program.StandaloneClusterClient
 
highAvailabilityServices - Variable in class org.apache.flink.client.program.ClusterClient
Service factory for high available.

I

info(String[]) - Method in class org.apache.flink.client.cli.CliFrontend
Executes the info action.
InfoOptions - Class in org.apache.flink.client.cli
Command line options for the INFO command.
InfoOptions(CommandLine) - Constructor for class org.apache.flink.client.cli.InfoOptions
 
INSTANCE - Static variable in class org.apache.flink.client.program.DetachedEnvironment.DetachedJobExecutionResult
 
invokeInteractiveModeForExecution() - Method in class org.apache.flink.client.program.PackagedProgram
This method assumes that the context environment is prepared, or the execution will be a local execution by default.
isActive(CommandLine) - Method in interface org.apache.flink.client.cli.CustomCommandLine
Signals whether the custom command-line wants to execute or not.
isActive(CommandLine) - Method in class org.apache.flink.client.cli.DefaultCLI
 
isActive(CommandLine) - Method in class org.apache.flink.client.cli.LegacyCLI
 
isDefaultOverwriteFiles() - Method in class org.apache.flink.client.LocalExecutor
 
isDetached() - Method in class org.apache.flink.client.program.ClusterClient
A flag to indicate whether this clients submits jobs detached.
isDispose() - Method in class org.apache.flink.client.cli.SavepointOptions
 
isLoaded() - Method in class org.apache.flink.client.program.ClusterClient.LazyActorSystemLoader
Indicates whether the ActorSystem has already been instantiated.
isPrintHelp() - Method in class org.apache.flink.client.cli.CommandLineOptions
 
isRunning() - Method in class org.apache.flink.client.LocalExecutor
 
isRunning() - Method in class org.apache.flink.client.RemoteExecutor
 
isShutdownOnAttachedExit() - Method in class org.apache.flink.client.cli.ProgramOptions
 
isUsingInteractiveMode() - Method in class org.apache.flink.client.program.PackagedProgram
 
isUsingProgramEntryPoint() - Method in class org.apache.flink.client.program.PackagedProgram
 
isWithSavepoint() - Method in class org.apache.flink.client.cli.CancelOptions
 

J

jarFilesToAttach - Variable in class org.apache.flink.client.program.ContextEnvironment
 
JobWithJars - Class in org.apache.flink.client.program
A JobWithJars is a Flink dataflow plan, together with a bunch of JAR files that contain the classes of the functions and libraries necessary for the execution.
JobWithJars(Plan, List<URL>, List<URL>) - Constructor for class org.apache.flink.client.program.JobWithJars
 
JobWithJars(Plan, URL) - Constructor for class org.apache.flink.client.program.JobWithJars
 

K

killCluster(T) - Method in interface org.apache.flink.client.deployment.ClusterDescriptor
Terminates the cluster with the given cluster id.
killCluster(StandaloneClusterId) - Method in class org.apache.flink.client.deployment.LegacyStandaloneClusterDescriptor
 
killCluster(StandaloneClusterId) - Method in class org.apache.flink.client.deployment.StandaloneClusterDescriptor
 

L

lastJobExecutionResult - Variable in class org.apache.flink.client.program.ClusterClient
For interactive invocations, the job results are only available after the ContextEnvironment has been run inside the user JAR.
LegacyCLI - Class in org.apache.flink.client.cli
The CLI which is used for interaction with the legacy standalone clusters.
LegacyCLI(Configuration) - Constructor for class org.apache.flink.client.cli.LegacyCLI
 
LegacyStandaloneClusterDescriptor - Class in org.apache.flink.client.deployment
A deployment descriptor for an existing cluster.
LegacyStandaloneClusterDescriptor(Configuration) - Constructor for class org.apache.flink.client.deployment.LegacyStandaloneClusterDescriptor
 
list(String[]) - Method in class org.apache.flink.client.cli.CliFrontend
Executes the list action.
listJobs() - Method in class org.apache.flink.client.program.ClusterClient
Lists the currently running and finished jobs on the cluster.
listJobs() - Method in class org.apache.flink.client.program.MiniClusterClient
 
listJobs() - Method in class org.apache.flink.client.program.rest.RestClusterClient
 
ListOptions - Class in org.apache.flink.client.cli
Command line options for the LIST command.
ListOptions(CommandLine) - Constructor for class org.apache.flink.client.cli.ListOptions
 
loadCustomCommandLines(Configuration, String) - Static method in class org.apache.flink.client.cli.CliFrontend
 
LocalExecutor - Class in org.apache.flink.client
A PlanExecutor that runs Flink programs on a local embedded Flink runtime instance.
LocalExecutor() - Constructor for class org.apache.flink.client.LocalExecutor
 
LocalExecutor(Configuration) - Constructor for class org.apache.flink.client.LocalExecutor
 
log - Variable in class org.apache.flink.client.program.ClusterClient
 
logAndSysout(String) - Method in class org.apache.flink.client.program.ClusterClient
Logs and prints to sysout if printing to stdout is enabled.

M

main(String[]) - Static method in class org.apache.flink.client.cli.CliFrontend
Submits the job based on the arguments.
MANIFEST_ATTRIBUTE_ASSEMBLER_CLASS - Static variable in class org.apache.flink.client.program.PackagedProgram
Property name of the entry in JAR manifest file that describes the Flink specific entry point.
MANIFEST_ATTRIBUTE_MAIN_CLASS - Static variable in class org.apache.flink.client.program.PackagedProgram
Property name of the entry in JAR manifest file that describes the class with the main method.
MAX_SLOTS_UNKNOWN - Static variable in class org.apache.flink.client.program.ClusterClient
Value returned by ClusterClient.getMaxSlots() if the number of maximum slots is unknown.
mergeOptions(Options, Options) - Static method in class org.apache.flink.client.cli.CliFrontendParser
Merges the given Options into a new Options object.
MiniClusterClient - Class in org.apache.flink.client.program
Client to interact with a MiniCluster.
MiniClusterClient(Configuration, MiniCluster) - Constructor for class org.apache.flink.client.program.MiniClusterClient
 
modify(String[]) - Method in class org.apache.flink.client.cli.CliFrontend
 

N

NewClusterClient - Interface in org.apache.flink.client.program
Interface for the new cluster client.

O

optimizerPlanAsJSON(Plan) - Static method in class org.apache.flink.client.LocalExecutor
Creates a JSON representation of the given dataflow's execution plan.
OptimizerPlanEnvironment - Class in org.apache.flink.client.program
An ExecutionEnvironment that never executes a job but only creates the optimized plan.
OptimizerPlanEnvironment(Optimizer) - Constructor for class org.apache.flink.client.program.OptimizerPlanEnvironment
 
OptimizerPlanEnvironment.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.
org.apache.flink.client - package org.apache.flink.client
 
org.apache.flink.client.cli - package org.apache.flink.client.cli
 
org.apache.flink.client.deployment - package org.apache.flink.client.deployment
 
org.apache.flink.client.program - package org.apache.flink.client.program
 
org.apache.flink.client.program.rest - package org.apache.flink.client.program.rest
 
org.apache.flink.client.program.rest.retry - package org.apache.flink.client.program.rest.retry
 

P

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
Utility class for PackagedProgram related operations.
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.

R

RemoteExecutor - Class in org.apache.flink.client
The RemoteExecutor is a PlanExecutor that takes the program and ships it to a remote Flink cluster for execution.
RemoteExecutor(String, int) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteExecutor(String, int, URL) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteExecutor(String, URL) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteExecutor(String, int, List<URL>) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteExecutor(String, int, Configuration) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteExecutor(String, int, Configuration, URL) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteExecutor(String, Configuration, URL) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteExecutor(String, int, Configuration, List<URL>, List<URL>) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteExecutor(InetSocketAddress, Configuration, List<URL>, List<URL>) - Constructor for class org.apache.flink.client.RemoteExecutor
 
requestJobResult(JobID) - Method in class org.apache.flink.client.program.MiniClusterClient
 
requestJobResult(JobID) - Method in interface org.apache.flink.client.program.NewClusterClient
Request the JobResult for the given JobID.
requestJobResult(JobID) - Method in class org.apache.flink.client.program.rest.RestClusterClient
Requests the JobResult for the given JobID.
rescaleJob(JobID, int) - Method in class org.apache.flink.client.program.ClusterClient
Rescales the specified job such that it will have the new parallelism.
rescaleJob(JobID, int) - Method in class org.apache.flink.client.program.rest.RestClusterClient
 
RestClusterClient<T> - Class in org.apache.flink.client.program.rest
A ClusterClient implementation that communicates via HTTP REST requests.
RestClusterClient(Configuration, T) - Constructor for class org.apache.flink.client.program.rest.RestClusterClient
 
RestClusterClient(Configuration, T, LeaderRetrievalService) - Constructor for class org.apache.flink.client.program.rest.RestClusterClient
 
RestClusterClientConfiguration - Class in org.apache.flink.client.program.rest
A configuration object for RestClusterClients.
retrieve(T) - Method in interface org.apache.flink.client.deployment.ClusterDescriptor
Retrieves an existing Flink Cluster.
retrieve(StandaloneClusterId) - Method in class org.apache.flink.client.deployment.LegacyStandaloneClusterDescriptor
 
retrieve(StandaloneClusterId) - Method in class org.apache.flink.client.deployment.StandaloneClusterDescriptor
 
retrieveJob(JobID) - Method in class org.apache.flink.client.program.ClusterClient
Reattaches to a running from the supplied job id.
run(String[]) - Method in class org.apache.flink.client.cli.CliFrontend
Executions the run action.
run(PackagedProgram, int) - Method in class org.apache.flink.client.program.ClusterClient
General purpose method to run a user jar from the CliFrontend in either blocking or detached mode, depending on whether setDetached(true) or setDetached(false).
run(JobWithJars, int) - Method in class org.apache.flink.client.program.ClusterClient
 
run(JobWithJars, int, SavepointRestoreSettings) - Method in class org.apache.flink.client.program.ClusterClient
Runs a program on the Flink cluster to which this client is connected.
run(FlinkPlan, List<URL>, List<URL>, ClassLoader) - Method in class org.apache.flink.client.program.ClusterClient
 
run(FlinkPlan, List<URL>, List<URL>, ClassLoader, SavepointRestoreSettings) - Method in class org.apache.flink.client.program.ClusterClient
 
run(JobGraph, ClassLoader) - Method in class org.apache.flink.client.program.ClusterClient
Submits a JobGraph blocking.
runDetached(JobGraph, ClassLoader) - Method in class org.apache.flink.client.program.ClusterClient
Submits a JobGraph detached.
RunOptions - Class in org.apache.flink.client.cli
Command line options for the RUN command.
RunOptions(CommandLine) - Constructor for class org.apache.flink.client.cli.RunOptions
 

S

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
 

T

timeout - Variable in class org.apache.flink.client.program.ClusterClient
Timeout for futures.
toString() - Method in class org.apache.flink.client.deployment.ClusterSpecification
 
toString() - Method in class org.apache.flink.client.program.ContextEnvironment
 
triggerSavepoint(JobID, String) - Method in class org.apache.flink.client.program.ClusterClient
Triggers a savepoint for the job identified by the job id.
triggerSavepoint(JobID, String) - Method in class org.apache.flink.client.program.MiniClusterClient
 
triggerSavepoint(JobID, String) - Method in class org.apache.flink.client.program.rest.RestClusterClient
 

U

unsetAsContext() - Method in class org.apache.flink.client.program.PreviewPlanEnvironment
 
userCodeClassLoader - Variable in class org.apache.flink.client.program.ContextEnvironment
 

W

waitForClusterToBeReady() - Method in class org.apache.flink.client.program.ClusterClient
Blocks until the client has determined that the cluster is ready for Job submission.
waitForClusterToBeReady() - Method in class org.apache.flink.client.program.MiniClusterClient
 
waitForClusterToBeReady() - Method in class org.apache.flink.client.program.rest.RestClusterClient
 
waitForClusterToBeReady() - Method in class org.apache.flink.client.program.StandaloneClusterClient
 
WaitStrategy - Interface in org.apache.flink.client.program.rest.retry
Operations that are polling for a result to arrive require a waiting time between consecutive polls.

Y

YARN_DETACHED_OPTION - Static variable in class org.apache.flink.client.cli.CliFrontendParser
Deprecated.
use non-prefixed variant CliFrontendParser.DETACHED_OPTION for both YARN and non-YARN deployments

Z

zookeeperNamespaceOption - Variable in class org.apache.flink.client.cli.AbstractCustomCommandLine
 
A B C D E F G H I J K L M N O P R S T U W Y Z 
Skip navigation links

Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.