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

A

ACTION_INFO - Static variable in class org.apache.flink.client.CliFrontend
 
ACTION_RUN - Static variable in class org.apache.flink.client.CliFrontend
 

B

buildProgram(ProgramOptions) - Method in class org.apache.flink.client.CliFrontend
Creates a Packaged program from the given command line options.
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.CliFrontend
Executes the CANCEL action.
cancel(JobID) - Method in class org.apache.flink.client.program.Client
Cancels a job identified by the job id.
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
 
checkJarFile(URL) - Static method in class org.apache.flink.client.program.JobWithJars
 
CLASS_OPTION - Static variable in class org.apache.flink.client.cli.CliFrontendParser
 
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
 
Client - Class in org.apache.flink.client.program
Encapsulates the functionality necessary to submit a program to a remote cluster.
Client(Configuration) - Constructor for class org.apache.flink.client.program.Client
Creates a instance that submits the programs to the JobManager defined in the configuration.
Client(Configuration, int) - Constructor for class org.apache.flink.client.program.Client
Creates a new instance of the class that submits the jobs to a job-manager.
client - Variable in class org.apache.flink.client.program.ContextEnvironment
 
CliFrontend - Class in org.apache.flink.client
Implementation of a simple command line frontend for executing programs.
CliFrontend() - Constructor for class org.apache.flink.client.CliFrontend
 
CliFrontend(String) - Constructor for class org.apache.flink.client.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
 
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
 
CONFIG_FILE_LOG4J_NAME - Static variable in class org.apache.flink.client.FlinkYarnSessionCli
 
CONFIG_FILE_LOGBACK_NAME - Static variable in class org.apache.flink.client.FlinkYarnSessionCli
 
ContextEnvironment - Class in org.apache.flink.client.program
Execution Environment for remote execution with the Client.
ContextEnvironment(Client, List<URL>, List<URL>, ClassLoader, String) - 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(Client, List<URL>, List<URL>, ClassLoader, int, boolean, String) - Constructor for class org.apache.flink.client.program.ContextEnvironmentFactory
 
createExecutionEnvironment() - Method in class org.apache.flink.client.program.ContextEnvironmentFactory
 
createFlinkYarnClient(CommandLine) - Method in class org.apache.flink.client.FlinkYarnSessionCli
Creates a new Yarn Client.

D

deleteExtractedLibraries() - Method in class org.apache.flink.client.program.PackagedProgram
Deletes all temporary files created for contained packaged libraries.
DetachedEnvironment - Class in org.apache.flink.client.program
Execution Environment for remote execution with the Client in detached mode.
DetachedEnvironment(Client, List<URL>, List<URL>, ClassLoader, String) - Constructor for class org.apache.flink.client.program.DetachedEnvironment
 
DetachedEnvironment.DetachedJobExecutionResult - Class in org.apache.flink.client.program
 

E

endSession(JobID) - Method in class org.apache.flink.client.LocalExecutor
 
endSession(JobID) - Method in class org.apache.flink.client.program.Client
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.Client
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
 
executeProgramBlocking(PackagedProgram, Client, int) - Method in class org.apache.flink.client.CliFrontend
 
executeProgramDetached(PackagedProgram, Client, int) - Method in class org.apache.flink.client.CliFrontend
 

F

FlinkYarnSessionCli - Class in org.apache.flink.client
Class handling the command line interface to the YARN session.
FlinkYarnSessionCli(String, String) - Constructor for class org.apache.flink.client.FlinkYarnSessionCli
 

G

getAccumulatorResult(String) - Method in class org.apache.flink.client.program.DetachedEnvironment.DetachedJobExecutionResult
 
getAccumulators(JobID) - Method in class org.apache.flink.client.program.Client
Requests and returns the accumulators for the given job identifier.
getAccumulators(JobID, ClassLoader) - Method in class org.apache.flink.client.program.Client
Requests and returns the accumulators for the given job identifier.
getAllAccumulatorResults() - Method in class org.apache.flink.client.program.DetachedEnvironment.DetachedJobExecutionResult
 
getAllLibraries() - Method in class org.apache.flink.client.program.PackagedProgram
 
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
 
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(CommandLineOptions, String, int, boolean) - Method in class org.apache.flink.client.CliFrontend
Retrieves a Client object from the given command line options and other parameters.
getClient() - Method in class org.apache.flink.client.program.ContextEnvironment
 
getCommandLine() - Method in class org.apache.flink.client.cli.CommandLineOptions
 
getConfiguration() - Method in class org.apache.flink.client.CliFrontend
Getter which returns a copy of the associated configuration
getConfigurationDirectoryFromEnv() - Static method in class org.apache.flink.client.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
 
getDisposeSavepointPath() - Method in class org.apache.flink.client.cli.SavepointOptions
 
getDynamicProperties(String) - Static method in class org.apache.flink.client.CliFrontend
 
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
 
getFlinkYarnClient() - Static method in class org.apache.flink.client.FlinkYarnSessionCli
 
getFlinkYarnSessionCli() - Static method in class org.apache.flink.client.cli.CliFrontendParser
 
getIntCounterResult(String) - Method in class org.apache.flink.client.program.DetachedEnvironment.DetachedJobExecutionResult
 
getJarFilePath() - Method in class org.apache.flink.client.cli.ProgramOptions
 
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(PackagedProgram, FlinkPlan) - Method in class org.apache.flink.client.program.Client
 
getJobGraph(PackagedProgram, FlinkPlan, String) - Method in class org.apache.flink.client.program.Client
 
getJobID() - Method in class org.apache.flink.client.program.DetachedEnvironment.DetachedJobExecutionResult
 
getJobManagerAddress() - Method in class org.apache.flink.client.cli.CommandLineOptions
 
getJobManagerGateway(CommandLineOptions) - Method in class org.apache.flink.client.CliFrontend
Retrieves the ActorGateway for the JobManager.
getLastEnvCreated() - Method in class org.apache.flink.client.program.ContextEnvironmentFactory
 
getMainClassName() - Method in class org.apache.flink.client.program.PackagedProgram
 
getMaxSlots() - Method in class org.apache.flink.client.program.Client
 
getNetRuntime() - Method in class org.apache.flink.client.program.DetachedEnvironment.DetachedJobExecutionResult
 
getOptimizedPlan(Optimizer, PackagedProgram, int) - Static method in class org.apache.flink.client.program.Client
 
getOptimizedPlan(Optimizer, Plan, int) - Static method in class org.apache.flink.client.program.Client
 
getOptimizedPlan(PackagedProgram) - Method in class org.apache.flink.client.program.OptimizerPlanEnvironment
 
getOptimizedPlanAsJson(Optimizer, PackagedProgram, int) - Static method in class org.apache.flink.client.program.Client
 
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.
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.Client
 
getProgramArgs() - Method in class org.apache.flink.client.cli.ProgramOptions
 
getProgramSpecificOptions(Options) - Static method in class org.apache.flink.client.cli.CliFrontendParser
 
getRunning() - Method in class org.apache.flink.client.cli.ListOptions
 
getSavepointPath() - Method in class org.apache.flink.client.cli.ProgramOptions
 
getSavepointPath() - Method in class org.apache.flink.client.program.ContextEnvironment
 
getSavepointPath() - Method in class org.apache.flink.client.program.PackagedProgram
 
getScheduled() - Method in class org.apache.flink.client.cli.ListOptions
 
getStdoutLogging() - Method in class org.apache.flink.client.cli.ProgramOptions
 
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.
getYARNSessionCLIOptions(Options) - Method in class org.apache.flink.client.FlinkYarnSessionCli
 

I

info(String[]) - Method in class org.apache.flink.client.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.
isDefaultOverwriteFiles() - Method in class org.apache.flink.client.LocalExecutor
 
isDispose() - Method in class org.apache.flink.client.cli.SavepointOptions
 
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
 
isUsingInteractiveMode() - Method in class org.apache.flink.client.program.PackagedProgram
 
isUsingProgramEntryPoint() - Method in class org.apache.flink.client.program.PackagedProgram
 

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
 

L

list(String[]) - Method in class org.apache.flink.client.CliFrontend
Executes the list action.
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
 
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
 

M

main(String[]) - Static method in class org.apache.flink.client.CliFrontend
Submits the job based on the arguments
main(String[]) - Static method in class org.apache.flink.client.FlinkYarnSessionCli
 
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.

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
 
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.program - package org.apache.flink.client.program
 

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.
parseCancelCommand(String[]) - Static method in class org.apache.flink.client.cli.CliFrontendParser
 
parseInfoCommand(String[]) - Static method in class org.apache.flink.client.cli.CliFrontendParser
 
parseListCommand(String[]) - Static method in class org.apache.flink.client.cli.CliFrontendParser
 
parseParameters(String[]) - Method in class org.apache.flink.client.CliFrontend
Parses the command line arguments and starts the requested action.
parseRunCommand(String[]) - Static method in class org.apache.flink.client.cli.CliFrontendParser
 
parseSavepointCommand(String[]) - Static method in class org.apache.flink.client.cli.CliFrontendParser
 
parseStopCommand(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() - Static method in class org.apache.flink.client.cli.CliFrontendParser
Prints the help for the client.
printHelpForCancel() - Static method in class org.apache.flink.client.cli.CliFrontendParser
 
printHelpForInfo() - Static method in class org.apache.flink.client.cli.CliFrontendParser
 
printHelpForList() - Static method in class org.apache.flink.client.cli.CliFrontendParser
 
printHelpForRun() - Static method in class org.apache.flink.client.cli.CliFrontendParser
 
printHelpForSavepoint() - Static method in class org.apache.flink.client.cli.CliFrontendParser
 
printHelpForStop() - 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(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.
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
 

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
 
run(String[]) - Method in class org.apache.flink.client.CliFrontend
Executions the run action.
run(String[]) - Method in class org.apache.flink.client.FlinkYarnSessionCli
 
runBlocking(PackagedProgram, int) - Method in class org.apache.flink.client.program.Client
 
runBlocking(JobWithJars, int) - Method in class org.apache.flink.client.program.Client
 
runBlocking(JobWithJars, int, String) - Method in class org.apache.flink.client.program.Client
Runs a program on the Flink cluster to which this client is connected.
runBlocking(FlinkPlan, List<URL>, List<URL>, ClassLoader) - Method in class org.apache.flink.client.program.Client
 
runBlocking(FlinkPlan, List<URL>, List<URL>, ClassLoader, String) - Method in class org.apache.flink.client.program.Client
 
runBlocking(JobGraph, ClassLoader) - Method in class org.apache.flink.client.program.Client
 
runDetached(PackagedProgram, int) - Method in class org.apache.flink.client.program.Client
 
runDetached(JobWithJars, int) - Method in class org.apache.flink.client.program.Client
 
runDetached(JobWithJars, int, String) - Method in class org.apache.flink.client.program.Client
Submits a program to the Flink cluster to which this client is connected.
runDetached(FlinkPlan, List<URL>, List<URL>, ClassLoader) - Method in class org.apache.flink.client.program.Client
 
runDetached(FlinkPlan, List<URL>, List<URL>, ClassLoader, String) - Method in class org.apache.flink.client.program.Client
 
runDetached(JobGraph, ClassLoader) - Method in class org.apache.flink.client.program.Client
 
runInteractiveCli(AbstractFlinkYarnCluster) - Static method in class org.apache.flink.client.FlinkYarnSessionCli
 
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.CliFrontend
Executes the SAVEPOINT action.
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
 
savepointPath - 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.
setDetachedPlan(FlinkPlan) - Method in class org.apache.flink.client.program.DetachedEnvironment
 
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.Client
Configures whether the client should print progress updates during the execution to System.out.
setSavepointPath(String) - Method in class org.apache.flink.client.program.PackagedProgram
 
setTaskManagerNumSlots(int) - Method in class org.apache.flink.client.LocalExecutor
 
shutdown() - Method in class org.apache.flink.client.CliFrontend
 
shutdown() - Method in class org.apache.flink.client.program.Client
Shuts down the client.
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.CliFrontend
Executes the STOP action.
stop() - Method in class org.apache.flink.client.FlinkYarnSessionCli
Utility method for tests.
stop() - Method in class org.apache.flink.client.LocalExecutor
 
stop(JobID) - Method in class org.apache.flink.client.program.Client
Stops a program on Flink cluster whose job-manager is configured in this client's configuration.
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
 

T

toString() - Method in class org.apache.flink.client.program.ContextEnvironment
 

U

unsetAsContext() - Method in class org.apache.flink.client.program.PreviewPlanEnvironment
 
updateConfig(CommandLineOptions) - Method in class org.apache.flink.client.CliFrontend
Updates the associated configuration with the given command line options
userCodeClassLoader - Variable in class org.apache.flink.client.program.ContextEnvironment
 

W

withDefaultApplicationName(String) - Method in class org.apache.flink.client.FlinkYarnSessionCli
Sets the default Yarn Application Name.
writeJobManagerAddressToConfig(InetSocketAddress) - Method in class org.apache.flink.client.CliFrontend
Writes the given job manager address to the associated configuration object

Y

YARN_DEPLOY_JOBMANAGER - Static variable in class org.apache.flink.client.CliFrontend
A special host name used to run a job by deploying Flink into a YARN cluster, if this string is specified as the JobManager address
YARN_DYNAMIC_PROPERTIES_SEPARATOR - Static variable in class org.apache.flink.client.CliFrontend
 
YARN_PROPERTIES_DYNAMIC_PROPERTIES_STRING - Static variable in class org.apache.flink.client.CliFrontend
 
YARN_PROPERTIES_FILE - Static variable in class org.apache.flink.client.CliFrontend
 
YARN_PROPERTIES_JOBMANAGER_KEY - Static variable in class org.apache.flink.client.CliFrontend
 
YARN_PROPERTIES_PARALLELISM - Static variable in class org.apache.flink.client.CliFrontend
 
A B C D E F G I J L M O P R S T U W Y 
Skip navigation links

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