跳过导航链接
A B C D E F G H I K L M N O P R S T U V W Y Z 

A

AbstractContainerizedClusterClientFactory<ClusterID> - org.apache.flink.client.deployment中的类
An abstract ClusterClientFactory containing some common implementations for different containerized deployment clusters.
AbstractContainerizedClusterClientFactory() - 类 的构造器org.apache.flink.client.deployment.AbstractContainerizedClusterClientFactory
 
AbstractCustomCommandLine - org.apache.flink.client.cli中的类
Base class for CustomCommandLine implementations which specify a JobManager address and a ZooKeeper namespace.
AbstractCustomCommandLine(Configuration) - 类 的构造器org.apache.flink.client.cli.AbstractCustomCommandLine
 
AbstractJobClusterExecutor<ClusterID,ClientFactory extends ClusterClientFactory<ClusterID>> - org.apache.flink.client.deployment.executors中的类
An abstract PipelineExecutor used to execute pipelines on dedicated (per-job) clusters.
AbstractJobClusterExecutor(ClientFactory) - 类 的构造器org.apache.flink.client.deployment.executors.AbstractJobClusterExecutor
 
AbstractSessionClusterExecutor<ClusterID,ClientFactory extends ClusterClientFactory<ClusterID>> - org.apache.flink.client.deployment.executors中的类
An abstract PipelineExecutor used to execute pipelines on an existing (session) cluster.
AbstractSessionClusterExecutor(ClientFactory) - 类 的构造器org.apache.flink.client.deployment.executors.AbstractSessionClusterExecutor
 
addGeneralOptions(Options) - 类 中的方法org.apache.flink.client.cli.AbstractCustomCommandLine
 
addGeneralOptions(Options) - 接口 中的方法org.apache.flink.client.cli.CustomCommandLine
Adds custom options to the existing general options.
addGeneralOptions(Options) - 类 中的方法org.apache.flink.client.cli.DefaultCLI
 
addGeneralOptions(Options) - 类 中的方法org.apache.flink.client.cli.ExecutorCLI
 
ADDRESS_OPTION - 类 中的静态变量org.apache.flink.client.cli.CliFrontendParser
 
addressOption - 类 中的变量org.apache.flink.client.cli.AbstractCustomCommandLine
 
addRunOptions(Options) - 类 中的方法org.apache.flink.client.cli.AbstractCustomCommandLine
 
addRunOptions(Options) - 接口 中的方法org.apache.flink.client.cli.CustomCommandLine
Adds custom options to the existing run options.
addRunOptions(Options) - 类 中的方法org.apache.flink.client.cli.ExecutorCLI
 
applyCommandLineOptionsToConfiguration(CommandLine) - 类 中的方法org.apache.flink.client.cli.AbstractCustomCommandLine
 
applyCommandLineOptionsToConfiguration(CommandLine) - 接口 中的方法org.apache.flink.client.cli.CustomCommandLine
Override configuration settings by specified command line options.
applyCommandLineOptionsToConfiguration(CommandLine) - 类 中的方法org.apache.flink.client.cli.ExecutorCLI
 
applyToConfiguration(Configuration) - 类 中的方法org.apache.flink.client.cli.ExecutionConfigAccessor
 

B

build() - 类 中的方法org.apache.flink.client.program.PackagedProgram.Builder
 
buildUserCodeClassLoader(List<URL>, List<URL>, ClassLoader, Configuration) - 枚举 中的静态方法org.apache.flink.client.ClientUtils
 

C

cancel(String[]) - 类 中的方法org.apache.flink.client.cli.CliFrontend
Executes the CANCEL action.
cancel() - 类 中的方法org.apache.flink.client.deployment.ClusterClientJobClientAdapter
 
cancel(JobID) - 接口 中的方法org.apache.flink.client.program.ClusterClient
Cancels a job identified by the job id.
cancel(JobID) - 类 中的方法org.apache.flink.client.program.MiniClusterClient
 
cancel(JobID) - 类 中的方法org.apache.flink.client.program.rest.RestClusterClient
 
CancelOptions - org.apache.flink.client.cli中的类
Command line options for the CANCEL command.
CancelOptions(CommandLine) - 类 的构造器org.apache.flink.client.cli.CancelOptions
 
cancelWithSavepoint(JobID, String) - 接口 中的方法org.apache.flink.client.program.ClusterClient
Cancels a job identified by the job id and triggers a savepoint.
cancelWithSavepoint(JobID, String) - 类 中的方法org.apache.flink.client.program.MiniClusterClient
 
cancelWithSavepoint(JobID, String) - 类 中的方法org.apache.flink.client.program.rest.RestClusterClient
 
canTranslate(Pipeline) - 接口 中的方法org.apache.flink.client.FlinkPipelineTranslator
 
canTranslate(Pipeline) - 类 中的方法org.apache.flink.client.PlanTranslator
 
CliArgsException - org.apache.flink.client.cli中的异常错误
Special exception that is thrown when the command line parsing fails.
CliArgsException(String) - 异常错误 的构造器org.apache.flink.client.cli.CliArgsException
 
CliArgsException(String, Throwable) - 异常错误 的构造器org.apache.flink.client.cli.CliArgsException
 
ClientUtils - org.apache.flink.client中的枚举
Utility functions for Flink client.
CliFrontend - org.apache.flink.client.cli中的类
Implementation of a simple command line frontend for executing programs.
CliFrontend(Configuration, List<CustomCommandLine>) - 类 的构造器org.apache.flink.client.cli.CliFrontend
 
CliFrontend(Configuration, ClusterClientServiceLoader, List<CustomCommandLine>) - 类 的构造器org.apache.flink.client.cli.CliFrontend
 
CliFrontendParser - org.apache.flink.client.cli中的类
A simple command line parser (based on Apache Commons CLI) that extracts command line options.
CliFrontendParser() - 类 的构造器org.apache.flink.client.cli.CliFrontendParser
 
close() - 接口 中的方法org.apache.flink.client.deployment.ClusterDescriptor
 
close() - 类 中的方法org.apache.flink.client.deployment.StandaloneClusterDescriptor
 
close() - 接口 中的方法org.apache.flink.client.program.ClusterClient
 
close() - 类 中的方法org.apache.flink.client.program.MiniClusterClient
 
close() - 类 中的方法org.apache.flink.client.program.rest.RestClusterClient
 
ClusterClient<T> - org.apache.flink.client.program中的接口
Encapsulates the functionality necessary to submit a program to a remote cluster.
ClusterClientFactory<ClusterID> - org.apache.flink.client.deployment中的接口
A factory containing all the necessary information for creating clients to Flink clusters.
ClusterClientJobClientAdapter<ClusterID> - org.apache.flink.client.deployment中的类
An implementation of the JobClient interface that uses a ClusterClient underneath..
ClusterClientJobClientAdapter(ClusterClientProvider<ClusterID>, JobID) - 类 的构造器org.apache.flink.client.deployment.ClusterClientJobClientAdapter
 
ClusterClientProvider<T> - org.apache.flink.client.program中的接口
Factory for ClusterClients.
ClusterClientServiceLoader - org.apache.flink.client.deployment中的接口
An interface used to discover the appropriate cluster client factory based on the provided Configuration.
ClusterDeploymentException - org.apache.flink.client.deployment中的异常错误
Class which indicates a problem when deploying a Flink cluster.
ClusterDeploymentException(String) - 异常错误 的构造器org.apache.flink.client.deployment.ClusterDeploymentException
 
ClusterDeploymentException(Throwable) - 异常错误 的构造器org.apache.flink.client.deployment.ClusterDeploymentException
 
ClusterDeploymentException(String, Throwable) - 异常错误 的构造器org.apache.flink.client.deployment.ClusterDeploymentException
 
ClusterDescriptor<T> - org.apache.flink.client.deployment中的接口
A descriptor to deploy a cluster (e.g.
ClusterRetrieveException - org.apache.flink.client.deployment中的异常错误
Exception which indicates that a cluster could not be retrieved.
ClusterRetrieveException(String) - 异常错误 的构造器org.apache.flink.client.deployment.ClusterRetrieveException
 
ClusterRetrieveException(Throwable) - 异常错误 的构造器org.apache.flink.client.deployment.ClusterRetrieveException
 
ClusterRetrieveException(String, Throwable) - 异常错误 的构造器org.apache.flink.client.deployment.ClusterRetrieveException
 
ClusterSpecification - org.apache.flink.client.deployment中的类
Description of the cluster to start by the ClusterDescriptor.
ClusterSpecification.ClusterSpecificationBuilder - org.apache.flink.client.deployment中的类
Builder for the ClusterSpecification instance.
ClusterSpecificationBuilder() - 类 的构造器org.apache.flink.client.deployment.ClusterSpecification.ClusterSpecificationBuilder
 
CommandLineOptions - org.apache.flink.client.cli中的类
Base class for all options parsed from the command line.
CommandLineOptions(CommandLine) - 类 的构造器org.apache.flink.client.cli.CommandLineOptions
 
configuration - 类 中的变量org.apache.flink.client.cli.AbstractCustomCommandLine
 
ContextEnvironment - org.apache.flink.client.program中的类
Execution Environment for remote execution with the Client.
ContextEnvironmentFactory - org.apache.flink.client.program中的类
The factory that instantiates the environment to be used when running jobs that are submitted through a pre-configured client connection.
ContextEnvironmentFactory(PipelineExecutorServiceLoader, Configuration, ClassLoader) - 类 的构造器org.apache.flink.client.program.ContextEnvironmentFactory
 
create(Configuration) - 类 中的静态方法org.apache.flink.client.deployment.executors.LocalExecutor
 
create() - 类 中的静态方法org.apache.flink.client.program.PerJobMiniClusterFactory
 
createClusterDescriptor(Configuration) - 接口 中的方法org.apache.flink.client.deployment.ClusterClientFactory
Create a ClusterDescriptor from the given configuration.
createClusterDescriptor(Configuration) - 类 中的方法org.apache.flink.client.deployment.StandaloneClientFactory
 
createClusterSpecification() - 类 中的方法org.apache.flink.client.deployment.ClusterSpecification.ClusterSpecificationBuilder
 
createExecutionEnvironment() - 类 中的方法org.apache.flink.client.program.ContextEnvironmentFactory
 
createJobGraph(PackagedProgram, Configuration, int, JobID, boolean) - 类 中的静态方法org.apache.flink.client.program.PackagedProgramUtils
Creates a JobGraph with a specified JobID from the given PackagedProgram.
createJobGraph(PackagedProgram, Configuration, int, boolean) - 类 中的静态方法org.apache.flink.client.program.PackagedProgramUtils
Creates a JobGraph with a random JobID from the given PackagedProgram.
createSavepointRestoreSettings(CommandLine) - 类 中的静态方法org.apache.flink.client.cli.CliFrontendParser
 
createWithFactory(Configuration, Function<MiniClusterConfiguration, MiniCluster>) - 类 中的静态方法org.apache.flink.client.deployment.executors.LocalExecutor
 
createWithFactory(Configuration, Function<? super MiniClusterConfiguration, ? extends MiniCluster>) - 类 中的静态方法org.apache.flink.client.program.PerJobMiniClusterFactory
 
CustomCommandLine - org.apache.flink.client.cli中的接口
Custom command-line interface to load hooks for the command-line interface.

D

DefaultCLI - org.apache.flink.client.cli中的类
The default CLI which is used for interaction with standalone clusters.
DefaultCLI(Configuration) - 类 的构造器org.apache.flink.client.cli.DefaultCLI
 
DefaultClusterClientServiceLoader - org.apache.flink.client.deployment中的类
A service provider for cluster client factories.
DefaultClusterClientServiceLoader() - 类 的构造器org.apache.flink.client.deployment.DefaultClusterClientServiceLoader
 
deleteExtractedLibraries() - 类 中的方法org.apache.flink.client.program.PackagedProgram
Deletes all temporary files created for contained packaged libraries.
deployJobCluster(ClusterSpecification, JobGraph, boolean) - 接口 中的方法org.apache.flink.client.deployment.ClusterDescriptor
Deploys a per-job cluster with the given job on the cluster.
deployJobCluster(ClusterSpecification, JobGraph, boolean) - 类 中的方法org.apache.flink.client.deployment.StandaloneClusterDescriptor
 
deploySessionCluster(ClusterSpecification) - 接口 中的方法org.apache.flink.client.deployment.ClusterDescriptor
Triggers deployment of a cluster.
deploySessionCluster(ClusterSpecification) - 类 中的方法org.apache.flink.client.deployment.StandaloneClusterDescriptor
 
DETACHED_OPTION - 类 中的静态变量org.apache.flink.client.cli.CliFrontendParser
 
disposeSavepoint(String) - 接口 中的方法org.apache.flink.client.program.ClusterClient
Dispose the savepoint under the given path.
disposeSavepoint(String) - 类 中的方法org.apache.flink.client.program.MiniClusterClient
 
disposeSavepoint(String) - 类 中的方法org.apache.flink.client.program.rest.RestClusterClient
 

E

execute(Pipeline, Configuration) - 类 中的方法org.apache.flink.client.deployment.executors.AbstractJobClusterExecutor
 
execute(Pipeline, Configuration) - 类 中的方法org.apache.flink.client.deployment.executors.AbstractSessionClusterExecutor
 
execute(Pipeline, Configuration) - 类 中的方法org.apache.flink.client.deployment.executors.LocalExecutor
 
execute(String) - 类 中的方法org.apache.flink.client.program.ContextEnvironment
 
executeAsync(String) - 类 中的方法org.apache.flink.client.program.ContextEnvironment
 
executeAsync(String) - 类 中的方法org.apache.flink.client.program.OptimizerPlanEnvironment
 
executeProgram(Configuration, PackagedProgram) - 类 中的方法org.apache.flink.client.cli.CliFrontend
 
executeProgram(PipelineExecutorServiceLoader, Configuration, PackagedProgram) - 枚举 中的静态方法org.apache.flink.client.ClientUtils
 
ExecutionConfigAccessor - org.apache.flink.client.cli中的类
Accessor that exposes config settings that are relevant for execution from an underlying Configuration.
ExecutorCLI - org.apache.flink.client.cli中的类
A generic implementation of the CustomCommandLine that only expects the execution.target parameter to be explicitly specified and simply forwards the rest of the options specified with -D to the corresponding PipelineExecutor for further parsing.
ExecutorCLI(Configuration) - 类 的构造器org.apache.flink.client.cli.ExecutorCLI
 
ExecutorUtils - org.apache.flink.client.deployment.executors中的类
Utility class with method related to job execution.
ExecutorUtils() - 类 的构造器org.apache.flink.client.deployment.executors.ExecutorUtils
 
ExponentialWaitStrategy - org.apache.flink.client.program.rest.retry中的类
WaitStrategy with exponentially increasing sleep time.
ExponentialWaitStrategy(long, long) - 类 的构造器org.apache.flink.client.program.rest.retry.ExponentialWaitStrategy
 
extractContainedLibraries(URL) - 类 中的静态方法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

FlinkPipelineTranslationUtil - org.apache.flink.client中的类
Utility for transforming FlinkPipelines into a JobGraph.
FlinkPipelineTranslationUtil() - 类 的构造器org.apache.flink.client.FlinkPipelineTranslationUtil
 
FlinkPipelineTranslator - org.apache.flink.client中的接口
This can be used to turn a Pipeline into a JobGraph.
fromConfiguration(Configuration) - 类 中的静态方法org.apache.flink.client.cli.ExecutionConfigAccessor
Creates an ExecutionConfigAccessor based on the provided Configuration.
fromConfiguration(Configuration) - 类 中的静态方法org.apache.flink.client.program.rest.RestClusterClientConfiguration
 
fromProgramOptions(ProgramOptions, List<URL>) - 类 中的静态方法org.apache.flink.client.cli.ExecutionConfigAccessor
Creates an ExecutionConfigAccessor based on the provided ProgramOptions as provided by the user through the CLI.

G

getAccumulators(ClassLoader) - 类 中的方法org.apache.flink.client.deployment.ClusterClientJobClientAdapter
 
getAccumulators(JobID) - 接口 中的方法org.apache.flink.client.program.ClusterClient
Requests and returns the accumulators for the given job identifier.
getAccumulators(JobID, ClassLoader) - 接口 中的方法org.apache.flink.client.program.ClusterClient
Requests and returns the accumulators for the given job identifier.
getAccumulators(JobID, ClassLoader) - 类 中的方法org.apache.flink.client.program.MiniClusterClient
 
getAccumulators(JobID, ClassLoader) - 类 中的方法org.apache.flink.client.program.rest.RestClusterClient
 
getActiveCustomCommandLine(CommandLine) - 类 中的方法org.apache.flink.client.cli.CliFrontend
Gets the custom command-line for the arguments.
getArgs() - 类 中的方法org.apache.flink.client.cli.CancelOptions
 
getArgs() - 类 中的方法org.apache.flink.client.cli.SavepointOptions
 
getArguments() - 类 中的方法org.apache.flink.client.program.PackagedProgram
 
getAwaitLeaderTimeout() - 类 中的方法org.apache.flink.client.program.rest.RestClusterClientConfiguration
 
getClasspaths() - 类 中的方法org.apache.flink.client.cli.ExecutionConfigAccessor
 
getClasspaths() - 类 中的方法org.apache.flink.client.cli.ProgramOptions
 
getClasspaths() - 类 中的方法org.apache.flink.client.program.PackagedProgram
Returns the classpaths that are required by the program.
getClusterClient() - 接口 中的方法org.apache.flink.client.program.ClusterClientProvider
Creates and returns a new ClusterClient.
getClusterClientFactory(Configuration) - 接口 中的方法org.apache.flink.client.deployment.ClusterClientServiceLoader
Discovers the appropriate ClusterClientFactory based on the provided configuration.
getClusterClientFactory(Configuration) - 类 中的方法org.apache.flink.client.deployment.DefaultClusterClientServiceLoader
 
getClusterDescription() - 接口 中的方法org.apache.flink.client.deployment.ClusterDescriptor
Returns a String containing details about the cluster (NodeManagers, available memory, ...).
getClusterDescription() - 类 中的方法org.apache.flink.client.deployment.StandaloneClusterDescriptor
 
getClusterId(Configuration) - 接口 中的方法org.apache.flink.client.deployment.ClusterClientFactory
Returns the cluster id if a cluster id is specified in the provided configuration, otherwise it returns null.
getClusterId(Configuration) - 类 中的方法org.apache.flink.client.deployment.StandaloneClientFactory
 
getClusterId() - 接口 中的方法org.apache.flink.client.program.ClusterClient
Returns the cluster id identifying the cluster to which the client is connected.
getClusterId() - 类 中的方法org.apache.flink.client.program.MiniClusterClient
 
getClusterId() - 类 中的方法org.apache.flink.client.program.rest.RestClusterClient
 
getClusterSpecification(Configuration) - 类 中的方法org.apache.flink.client.deployment.AbstractContainerizedClusterClientFactory
 
getClusterSpecification(Configuration) - 接口 中的方法org.apache.flink.client.deployment.ClusterClientFactory
Returns the ClusterSpecification specified by the configuration and the command line options.
getClusterSpecification(Configuration) - 类 中的方法org.apache.flink.client.deployment.StandaloneClientFactory
 
getCommandLine(Options, String[], boolean) - 类 中的方法org.apache.flink.client.cli.CliFrontend
 
getConfiguration() - 类 中的方法org.apache.flink.client.cli.AbstractCustomCommandLine
 
getConfiguration() - 类 中的方法org.apache.flink.client.cli.CliFrontend
Getter which returns a copy of the associated configuration.
getConfigurationDirectoryFromEnv() - 类 中的静态方法org.apache.flink.client.cli.CliFrontend
 
getCustomCommandLineOptions() - 类 中的方法org.apache.flink.client.cli.CliFrontend
 
getDescription() - 类 中的方法org.apache.flink.client.program.PackagedProgram
Returns the description provided by the Program class.
getDetachedMode() - 类 中的方法org.apache.flink.client.cli.ExecutionConfigAccessor
 
getDetachedMode() - 类 中的方法org.apache.flink.client.cli.ProgramOptions
 
getEntryPointClassName() - 类 中的方法org.apache.flink.client.cli.ProgramOptions
 
getExecutor(Configuration) - 类 中的方法org.apache.flink.client.deployment.executors.LocalExecutorFactory
 
getExecutor(Configuration) - 类 中的方法org.apache.flink.client.deployment.executors.RemoteExecutorFactory
 
getFlinkConfiguration() - 接口 中的方法org.apache.flink.client.program.ClusterClient
Return the Flink configuration object.
getFlinkConfiguration() - 类 中的方法org.apache.flink.client.program.MiniClusterClient
 
getFlinkConfiguration() - 类 中的方法org.apache.flink.client.program.rest.RestClusterClient
 
getId() - 接口 中的方法org.apache.flink.client.cli.CustomCommandLine
Gets the unique identifier of this CustomCommandLine.
getId() - 类 中的方法org.apache.flink.client.cli.DefaultCLI
 
getId() - 类 中的方法org.apache.flink.client.cli.ExecutorCLI
 
getInstance() - 类 中的静态方法org.apache.flink.client.deployment.StandaloneClusterId
 
getJarFilePath() - 类 中的方法org.apache.flink.client.cli.ProgramOptions
 
getJarFilePath() - 类 中的方法org.apache.flink.client.cli.SavepointOptions
 
getJars() - 类 中的方法org.apache.flink.client.cli.ExecutionConfigAccessor
 
getJobDetails(JobID) - 类 中的方法org.apache.flink.client.program.rest.RestClusterClient
Requests the job details.
getJobExecutionResult(ClassLoader) - 类 中的方法org.apache.flink.client.deployment.ClusterClientJobClientAdapter
 
getJobGraph(Pipeline, Configuration) - 类 中的静态方法org.apache.flink.client.deployment.executors.ExecutorUtils
Creates the JobGraph corresponding to the provided Pipeline.
getJobGraph(Pipeline, Configuration, int) - 类 中的静态方法org.apache.flink.client.FlinkPipelineTranslationUtil
Transmogrifies the given Pipeline to a JobGraph.
getJobID() - 类 中的方法org.apache.flink.client.deployment.ClusterClientJobClientAdapter
 
getJobJarAndDependencies() - 类 中的方法org.apache.flink.client.program.PackagedProgram
Returns all provided libraries needed to run the program.
getJobStatus() - 类 中的方法org.apache.flink.client.deployment.ClusterClientJobClientAdapter
 
getJobStatus(JobID) - 接口 中的方法org.apache.flink.client.program.ClusterClient
Requests the JobStatus of the job with the given JobID.
getJobStatus(JobID) - 类 中的方法org.apache.flink.client.program.MiniClusterClient
 
getJobStatus(JobID) - 类 中的方法org.apache.flink.client.program.rest.RestClusterClient
 
getMainClassName() - 类 中的方法org.apache.flink.client.program.PackagedProgram
 
getMasterMemoryMB() - 类 中的方法org.apache.flink.client.deployment.ClusterSpecification
 
getName() - 类 中的方法org.apache.flink.client.deployment.executors.LocalExecutorFactory
 
getName() - 类 中的方法org.apache.flink.client.deployment.executors.RemoteExecutorFactory
 
getParallelism() - 类 中的方法org.apache.flink.client.cli.ExecutionConfigAccessor
 
getParallelism() - 类 中的方法org.apache.flink.client.cli.ProgramOptions
 
getPipeline(PackagedProgram, boolean) - 类 中的方法org.apache.flink.client.program.OptimizerPlanEnvironment
Retrieves the JobGraph from a PackagedProgram.
getPipelineFromProgram(PackagedProgram, Configuration, int, boolean) - 类 中的静态方法org.apache.flink.client.program.PackagedProgramUtils
 
getProgramArgs() - 类 中的方法org.apache.flink.client.cli.ProgramOptions
 
getRestClientConfiguration() - 类 中的方法org.apache.flink.client.program.rest.RestClusterClientConfiguration
 
getRetryDelay() - 类 中的方法org.apache.flink.client.program.rest.RestClusterClientConfiguration
 
getRetryMaxAttempts() - 类 中的方法org.apache.flink.client.program.rest.RestClusterClientConfiguration
 
getRunCommandOptions() - 类 中的静态方法org.apache.flink.client.cli.CliFrontendParser
 
getSavepointPath() - 类 中的方法org.apache.flink.client.cli.SavepointOptions
 
getSavepointRestoreSettings() - 类 中的方法org.apache.flink.client.cli.ExecutionConfigAccessor
 
getSavepointRestoreSettings() - 类 中的方法org.apache.flink.client.cli.ProgramOptions
 
getSavepointSettings() - 类 中的方法org.apache.flink.client.program.PackagedProgram
 
getSavepointTargetDirectory() - 类 中的方法org.apache.flink.client.cli.CancelOptions
 
getSlotsPerTaskManager() - 类 中的方法org.apache.flink.client.deployment.ClusterSpecification
 
getTaskManagerMemoryMB() - 类 中的方法org.apache.flink.client.deployment.ClusterSpecification
 
getUserCodeClassLoader() - 类 中的方法org.apache.flink.client.program.PackagedProgram
Gets the ClassLoader that must be used to load user code classes.
getWebInterfaceURL() - 接口 中的方法org.apache.flink.client.program.ClusterClient
Returns an URL (as a string) to the cluster web interface.
getWebInterfaceURL() - 类 中的方法org.apache.flink.client.program.MiniClusterClient
 
getWebInterfaceURL() - 类 中的方法org.apache.flink.client.program.rest.RestClusterClient
 

H

handleCliArgsException(CliArgsException, Logger) - 类 中的静态方法org.apache.flink.client.cli.AbstractCustomCommandLine
 
handleError(Throwable, Logger) - 类 中的静态方法org.apache.flink.client.cli.AbstractCustomCommandLine
 

I

ID - 类 中的静态变量org.apache.flink.client.cli.DefaultCLI
 
info(String[]) - 类 中的方法org.apache.flink.client.cli.CliFrontend
Executes the info action.
invokeInteractiveModeForExecution() - 类 中的方法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) - 接口 中的方法org.apache.flink.client.cli.CustomCommandLine
Signals whether the custom command-line wants to execute or not.
isActive(CommandLine) - 类 中的方法org.apache.flink.client.cli.DefaultCLI
 
isActive(CommandLine) - 类 中的方法org.apache.flink.client.cli.ExecutorCLI
 
isCompatibleWith(Configuration) - 接口 中的方法org.apache.flink.client.deployment.ClusterClientFactory
Returns true if the current ClusterClientFactory is compatible with the provided configuration, false otherwise.
isCompatibleWith(Configuration) - 类 中的方法org.apache.flink.client.deployment.executors.LocalExecutorFactory
 
isCompatibleWith(Configuration) - 类 中的方法org.apache.flink.client.deployment.executors.RemoteExecutorFactory
 
isCompatibleWith(Configuration) - 类 中的方法org.apache.flink.client.deployment.StandaloneClientFactory
 
isDispose() - 类 中的方法org.apache.flink.client.cli.SavepointOptions
 
isPrintHelp() - 类 中的方法org.apache.flink.client.cli.CommandLineOptions
 
isPython() - 类 中的方法org.apache.flink.client.cli.ProgramOptions
Indicates whether the job is a Python job.
isPython(String) - 类 中的静态方法org.apache.flink.client.program.PackagedProgramUtils
 
isShutdownOnAttachedExit() - 类 中的方法org.apache.flink.client.cli.ExecutionConfigAccessor
 
isShutdownOnAttachedExit() - 类 中的方法org.apache.flink.client.cli.ProgramOptions
 
isWithSavepoint() - 类 中的方法org.apache.flink.client.cli.CancelOptions
 

K

killCluster(T) - 接口 中的方法org.apache.flink.client.deployment.ClusterDescriptor
Terminates the cluster with the given cluster id.
killCluster(StandaloneClusterId) - 类 中的方法org.apache.flink.client.deployment.StandaloneClusterDescriptor
 

L

list(String[]) - 类 中的方法org.apache.flink.client.cli.CliFrontend
Executes the list action.
listJobs() - 接口 中的方法org.apache.flink.client.program.ClusterClient
Lists the currently running and finished jobs on the cluster.
listJobs() - 类 中的方法org.apache.flink.client.program.MiniClusterClient
 
listJobs() - 类 中的方法org.apache.flink.client.program.rest.RestClusterClient
 
ListOptions - org.apache.flink.client.cli中的类
Command line options for the LIST command.
ListOptions(CommandLine) - 类 的构造器org.apache.flink.client.cli.ListOptions
 
loadCustomCommandLines(Configuration, String) - 类 中的静态方法org.apache.flink.client.cli.CliFrontend
 
LocalExecutor - org.apache.flink.client.deployment.executors中的类
An PipelineExecutor for executing a Pipeline locally.
LocalExecutorFactory - org.apache.flink.client.deployment.executors中的类
An PipelineExecutorFactory for local executors.
LocalExecutorFactory() - 类 的构造器org.apache.flink.client.deployment.executors.LocalExecutorFactory
 

M

main(String[]) - 类 中的静态方法org.apache.flink.client.cli.CliFrontend
Submits the job based on the arguments.
MANIFEST_ATTRIBUTE_ASSEMBLER_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 - 类 中的静态变量org.apache.flink.client.program.PackagedProgram
Property name of the entry in JAR manifest file that describes the class with the main method.
mergeOptions(Options, Options) - 类 中的静态方法org.apache.flink.client.cli.CliFrontendParser
Merges the given Options into a new Options object.
MiniClusterClient - org.apache.flink.client.program中的类
Client to interact with a MiniCluster.
MiniClusterClient(Configuration, MiniCluster) - 类 的构造器org.apache.flink.client.program.MiniClusterClient
 
MiniClusterClient.MiniClusterId - org.apache.flink.client.program中的枚举
The type of the Cluster ID for the local MiniCluster.

N

NAME - 类 中的静态变量org.apache.flink.client.deployment.executors.LocalExecutor
 
NAME - 类 中的静态变量org.apache.flink.client.deployment.executors.RemoteExecutor
 
newBuilder() - 类 中的静态方法org.apache.flink.client.program.PackagedProgram
 

O

OptimizerPlanEnvironment - org.apache.flink.client.program中的类
An ExecutionEnvironment that never executes a job but only extracts the Pipeline.
OptimizerPlanEnvironment(Configuration) - 类 的构造器org.apache.flink.client.program.OptimizerPlanEnvironment
 
OptimizerPlanEnvironment.ProgramAbortException - 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 - 程序包 org.apache.flink.client
 
org.apache.flink.client.cli - 程序包 org.apache.flink.client.cli
 
org.apache.flink.client.deployment - 程序包 org.apache.flink.client.deployment
 
org.apache.flink.client.deployment.executors - 程序包 org.apache.flink.client.deployment.executors
 
org.apache.flink.client.program - 程序包 org.apache.flink.client.program
 
org.apache.flink.client.program.rest - 程序包 org.apache.flink.client.program.rest
 
org.apache.flink.client.program.rest.retry - 程序包 org.apache.flink.client.program.rest.retry
 

P

PackagedProgram - org.apache.flink.client.program中的类
This class encapsulates represents a program, packaged in a jar file.
PackagedProgram.Builder - org.apache.flink.client.program中的类
A Builder For PackagedProgram.
PackagedProgramUtils - org.apache.flink.client.program中的类
Utility class for PackagedProgram related operations.
PARALLELISM_OPTION - 类 中的静态变量org.apache.flink.client.cli.CliFrontendParser
 
parse(Options, String[], boolean) - 类 中的静态方法org.apache.flink.client.cli.CliFrontendParser
 
parseCommandLineOptions(String[], boolean) - 接口 中的方法org.apache.flink.client.cli.CustomCommandLine
 
parseParameters(String[]) - 类 中的方法org.apache.flink.client.cli.CliFrontend
Parses the command line arguments and starts the requested action.
PerJobMiniClusterFactory - org.apache.flink.client.program中的类
Starts a MiniCluster for every submitted job.
PlanTranslator - org.apache.flink.client中的类
FlinkPipelineTranslator for DataSet API Plans.
PlanTranslator() - 类 的构造器org.apache.flink.client.PlanTranslator
 
printHelp(Collection<CustomCommandLine>) - 类 中的静态方法org.apache.flink.client.cli.CliFrontendParser
Prints the help for the client.
printHelpForCancel(Collection<CustomCommandLine>) - 类 中的静态方法org.apache.flink.client.cli.CliFrontendParser
 
printHelpForInfo() - 类 中的静态方法org.apache.flink.client.cli.CliFrontendParser
 
printHelpForList(Collection<CustomCommandLine>) - 类 中的静态方法org.apache.flink.client.cli.CliFrontendParser
 
printHelpForRun(Collection<CustomCommandLine>) - 类 中的静态方法org.apache.flink.client.cli.CliFrontendParser
 
printHelpForSavepoint(Collection<CustomCommandLine>) - 类 中的静态方法org.apache.flink.client.cli.CliFrontendParser
 
printHelpForStop(Collection<CustomCommandLine>) - 类 中的静态方法org.apache.flink.client.cli.CliFrontendParser
 
printUsage() - 类 中的方法org.apache.flink.client.cli.AbstractCustomCommandLine
 
ProgramAbortException() - 错误 的构造器org.apache.flink.client.program.OptimizerPlanEnvironment.ProgramAbortException
 
ProgramInvocationException - org.apache.flink.client.program中的异常错误
Exception used to indicate that there is an error during the invocation of a Flink program.
ProgramInvocationException(String) - 异常错误 的构造器org.apache.flink.client.program.ProgramInvocationException
Creates a ProgramInvocationException with the given message.
ProgramInvocationException(String, JobID) - 异常错误 的构造器org.apache.flink.client.program.ProgramInvocationException
Creates a ProgramInvocationException with the given message which contains job id.
ProgramInvocationException(Throwable) - 异常错误 的构造器org.apache.flink.client.program.ProgramInvocationException
Creates a ProgramInvocationException for the given exception.
ProgramInvocationException(String, Throwable) - 异常错误 的构造器org.apache.flink.client.program.ProgramInvocationException
Creates a ProgramInvocationException for the given exception with an additional message.
ProgramInvocationException(String, JobID, Throwable) - 异常错误 的构造器org.apache.flink.client.program.ProgramInvocationException
Creates a ProgramInvocationException for the given exception with an additional message which contains job id.
ProgramMissingJobException - org.apache.flink.client.program中的异常错误
Exception used to indicate that no job was executed during the invocation of a Flink program.
ProgramMissingJobException(String) - 异常错误 的构造器org.apache.flink.client.program.ProgramMissingJobException
 
ProgramOptions - org.apache.flink.client.cli中的类
Base class for command line options that refer to a JAR file program.
ProgramOptions(CommandLine) - 类 的构造器org.apache.flink.client.cli.ProgramOptions
 
ProgramParametrizationException - org.apache.flink.client.program中的异常错误
Exception used to indicate that there is an error in the parametrization of a Flink program.
ProgramParametrizationException(String) - 异常错误 的构造器org.apache.flink.client.program.ProgramParametrizationException
Creates a ProgramParametrizationException with the given message.

R

RemoteExecutor - org.apache.flink.client.deployment.executors中的类
The PipelineExecutor to be used when executing a job on an already running cluster.
RemoteExecutor() - 类 的构造器org.apache.flink.client.deployment.executors.RemoteExecutor
 
RemoteExecutorFactory - org.apache.flink.client.deployment.executors中的类
An PipelineExecutorFactory for remote executors.
RemoteExecutorFactory() - 类 的构造器org.apache.flink.client.deployment.executors.RemoteExecutorFactory
 
requestJobResult(JobID) - 接口 中的方法org.apache.flink.client.program.ClusterClient
Request the JobResult for the given JobID.
requestJobResult(JobID) - 类 中的方法org.apache.flink.client.program.MiniClusterClient
 
requestJobResult(JobID) - 类 中的方法org.apache.flink.client.program.rest.RestClusterClient
Requests the JobResult for the given JobID.
RestClusterClient<T> - org.apache.flink.client.program.rest中的类
A ClusterClient implementation that communicates via HTTP REST requests.
RestClusterClient(Configuration, T) - 类 的构造器org.apache.flink.client.program.rest.RestClusterClient
 
RestClusterClient(Configuration, T, ClientHighAvailabilityServices) - 类 的构造器org.apache.flink.client.program.rest.RestClusterClient
 
RestClusterClientConfiguration - org.apache.flink.client.program.rest中的类
A configuration object for RestClusterClients.
retrieve(T) - 接口 中的方法org.apache.flink.client.deployment.ClusterDescriptor
Retrieves an existing Flink Cluster.
retrieve(StandaloneClusterId) - 类 中的方法org.apache.flink.client.deployment.StandaloneClusterDescriptor
 
run(String[]) - 类 中的方法org.apache.flink.client.cli.CliFrontend
Executions the run action.

S

savepoint(String[]) - 类 中的方法org.apache.flink.client.cli.CliFrontend
Executes the SAVEPOINT action.
SAVEPOINT_ALLOW_NON_RESTORED_OPTION - 类 中的静态变量org.apache.flink.client.cli.CliFrontendParser
 
SAVEPOINT_PATH_OPTION - 类 中的静态变量org.apache.flink.client.cli.CliFrontendParser
 
SavepointOptions - org.apache.flink.client.cli中的类
Command line options for the SAVEPOINT command.
SavepointOptions(CommandLine) - 类 的构造器org.apache.flink.client.cli.SavepointOptions
 
sendRequest(M, U, R) - 类 中的方法org.apache.flink.client.program.rest.RestClusterClient
 
setArguments(String...) - 类 中的方法org.apache.flink.client.program.PackagedProgram.Builder
 
setAsContext(ContextEnvironmentFactory) - 类 中的静态方法org.apache.flink.client.program.ContextEnvironment
 
setConfiguration(Configuration) - 类 中的方法org.apache.flink.client.program.PackagedProgram.Builder
 
setEntryPointClassName(String) - 类 中的方法org.apache.flink.client.program.PackagedProgram.Builder
 
setJarFile(File) - 类 中的方法org.apache.flink.client.program.PackagedProgram.Builder
 
setMasterMemoryMB(int) - 类 中的方法org.apache.flink.client.deployment.ClusterSpecification.ClusterSpecificationBuilder
 
setPipeline(Pipeline) - 类 中的方法org.apache.flink.client.program.OptimizerPlanEnvironment
 
setSavepointRestoreSettings(SavepointRestoreSettings) - 类 中的方法org.apache.flink.client.program.PackagedProgram.Builder
 
setSlotsPerTaskManager(int) - 类 中的方法org.apache.flink.client.deployment.ClusterSpecification.ClusterSpecificationBuilder
 
setTaskManagerMemoryMB(int) - 类 中的方法org.apache.flink.client.deployment.ClusterSpecification.ClusterSpecificationBuilder
 
setUserClassPaths(List<URL>) - 类 中的方法org.apache.flink.client.program.PackagedProgram.Builder
 
showAll() - 类 中的方法org.apache.flink.client.cli.ListOptions
 
showRunning() - 类 中的方法org.apache.flink.client.cli.ListOptions
 
showScheduled() - 类 中的方法org.apache.flink.client.cli.ListOptions
 
SHUTDOWN_IF_ATTACHED_OPTION - 类 中的静态变量org.apache.flink.client.cli.CliFrontendParser
 
shutDownCluster() - 接口 中的方法org.apache.flink.client.program.ClusterClient
Shut down the cluster that this client communicate with.
shutDownCluster() - 类 中的方法org.apache.flink.client.program.MiniClusterClient
 
shutDownCluster() - 类 中的方法org.apache.flink.client.program.rest.RestClusterClient
 
sleepTime(long) - 类 中的方法org.apache.flink.client.program.rest.retry.ExponentialWaitStrategy
 
sleepTime(long) - 接口 中的方法org.apache.flink.client.program.rest.retry.WaitStrategy
Returns the time to wait until the next attempt.
StandaloneClientFactory - org.apache.flink.client.deployment中的类
A ClusterClientFactory for a standalone cluster, i.e.
StandaloneClientFactory() - 类 的构造器org.apache.flink.client.deployment.StandaloneClientFactory
 
StandaloneClusterDescriptor - org.apache.flink.client.deployment中的类
A deployment descriptor for an existing cluster.
StandaloneClusterDescriptor(Configuration) - 类 的构造器org.apache.flink.client.deployment.StandaloneClusterDescriptor
 
StandaloneClusterId - org.apache.flink.client.deployment中的类
Identifier for standalone clusters.
stop(String[]) - 类 中的方法org.apache.flink.client.cli.CliFrontend
Executes the STOP action.
STOP_AND_DRAIN - 类 中的静态变量org.apache.flink.client.cli.CliFrontendParser
 
STOP_WITH_SAVEPOINT_PATH - 类 中的静态变量org.apache.flink.client.cli.CliFrontendParser
 
stopWithSavepoint(boolean, String) - 类 中的方法org.apache.flink.client.deployment.ClusterClientJobClientAdapter
 
stopWithSavepoint(JobID, boolean, String) - 接口 中的方法org.apache.flink.client.program.ClusterClient
Stops a program on Flink cluster whose job-manager is configured in this client's configuration.
stopWithSavepoint(JobID, boolean, String) - 类 中的方法org.apache.flink.client.program.MiniClusterClient
 
stopWithSavepoint(JobID, boolean, String) - 类 中的方法org.apache.flink.client.program.rest.RestClusterClient
 
submitJob(ClusterClient<?>, JobGraph) - 枚举 中的静态方法org.apache.flink.client.ClientUtils
 
submitJob(JobGraph) - 接口 中的方法org.apache.flink.client.program.ClusterClient
Submit the given JobGraph to the cluster.
submitJob(JobGraph) - 类 中的方法org.apache.flink.client.program.MiniClusterClient
 
submitJob(JobGraph) - 类 中的方法org.apache.flink.client.program.PerJobMiniClusterFactory
Starts a MiniCluster and submits a job.
submitJob(JobGraph) - 类 中的方法org.apache.flink.client.program.rest.RestClusterClient
 
submitJobAndWaitForResult(ClusterClient<?>, JobGraph, ClassLoader) - 枚举 中的静态方法org.apache.flink.client.ClientUtils
 

T

toString() - 类 中的方法org.apache.flink.client.deployment.ClusterSpecification
 
toString() - 类 中的方法org.apache.flink.client.program.ContextEnvironment
 
translateToJobGraph(Pipeline, Configuration, int) - 接口 中的方法org.apache.flink.client.FlinkPipelineTranslator
Creates a JobGraph from the given Pipeline and attaches the given jar files and classpaths to the JobGraph.
translateToJobGraph(Pipeline, Configuration, int) - 类 中的方法org.apache.flink.client.PlanTranslator
 
translateToJSONExecutionPlan(Pipeline) - 类 中的静态方法org.apache.flink.client.FlinkPipelineTranslationUtil
Extracts the execution plan (as JSON) from the given Pipeline.
translateToJSONExecutionPlan(Pipeline) - 接口 中的方法org.apache.flink.client.FlinkPipelineTranslator
Extracts the execution plan (as JSON) from the given Pipeline.
translateToJSONExecutionPlan(Pipeline) - 类 中的方法org.apache.flink.client.PlanTranslator
 
triggerSavepoint(String) - 类 中的方法org.apache.flink.client.deployment.ClusterClientJobClientAdapter
 
triggerSavepoint(JobID, String) - 接口 中的方法org.apache.flink.client.program.ClusterClient
Triggers a savepoint for the job identified by the job id.
triggerSavepoint(JobID, String) - 类 中的方法org.apache.flink.client.program.MiniClusterClient
 
triggerSavepoint(JobID, String) - 类 中的方法org.apache.flink.client.program.rest.RestClusterClient
 

U

unsetContext() - 类 中的静态方法org.apache.flink.client.program.ContextEnvironment
 

V

valueOf(String) - 枚举 中的静态方法org.apache.flink.client.ClientUtils
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.flink.client.program.MiniClusterClient.MiniClusterId
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.flink.client.ClientUtils
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.flink.client.program.MiniClusterClient.MiniClusterId
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WaitStrategy - 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 - 类 中的静态变量org.apache.flink.client.cli.CliFrontendParser
已过时。
use non-prefixed variant CliFrontendParser.DETACHED_OPTION for both YARN and non-YARN deployments

Z

zookeeperNamespaceOption - 类 中的变量org.apache.flink.client.cli.AbstractCustomCommandLine
 
A B C D E F G H I K L M N O P R S T U V W Y Z 
跳过导航链接

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