- get() - Method in class org.apache.flink.client.program.ClusterClient.LazyActorSystemLoader
-
Creates a new ActorSystem or returns an existing one.
- 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.
- getActiveCustomCommandLine(CommandLine) - Method in class org.apache.flink.client.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
-
- 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
-
- getClusterDescription() - Method in interface org.apache.flink.client.deployment.ClusterDescriptor
-
Returns a String containing details about the cluster (NodeManagers, available memory, ...)
- getClusterDescription() - Method in class org.apache.flink.client.deployment.StandaloneClusterDescriptor
-
- getClusterIdentifier() - Method in class org.apache.flink.client.program.ClusterClient
-
Returns a string representation of the cluster.
- getClusterIdentifier() - Method in class org.apache.flink.client.program.StandaloneClusterClient
-
- 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.StandaloneClusterClient
-
- 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
-
- getCustomCommandLineList() - Static method in class org.apache.flink.client.CliFrontend
-
Retrieves the loaded custom command-lines.
- 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
-
- 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(PackagedProgram, FlinkPlan, SavepointRestoreSettings) - Method in class org.apache.flink.client.program.ClusterClient
-
- getJobID() - Method in class org.apache.flink.client.program.DetachedEnvironment.DetachedJobExecutionResult
-
- getJobManagerAddress() - Method in class org.apache.flink.client.cli.CommandLineOptions
-
- getJobManagerAddress() - Method in class org.apache.flink.client.program.ClusterClient
-
Gets the current JobManager address (may change in case of a HA setup).
- getJobManagerGateway(CommandLineOptions) - Method in class org.apache.flink.client.CliFrontend
-
- getJobManagerGateway() - Method in class org.apache.flink.client.program.ClusterClient
-
- 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.ClusterClient
-
The client may define an upper limit on the number of slots to use
- 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.StandaloneClusterClient
-
- 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
-
- 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.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
-
- 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.
- 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.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.
- PARALLELISM_OPTION - Static variable in class org.apache.flink.client.cli.CliFrontendParser
-
- parseCancelCommand(String[]) - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- 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.
- 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
-
- 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.
- 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() - 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.