Class | Description |
---|---|
ClusterConfiguration |
Configuration class which contains the parsed command line arguments for
the
ClusterEntrypoint . |
ClusterConfigurationParserFactory |
Parser factory which generates a
ClusterConfiguration from the given
list of command line arguments. |
ClusterEntrypoint |
Base class for the Flink cluster entry points.
|
ClusterInformation |
Information about the cluster which is shared with the cluster components.
|
EntrypointClusterConfiguration |
Basic
ClusterConfiguration for entry points. |
EntrypointClusterConfigurationParserFactory |
Parser factory for
EntrypointClusterConfiguration . |
JobClusterEntrypoint |
Base class for per-job cluster entry points.
|
SessionClusterEntrypoint |
Base class for session cluster entry points.
|
StandaloneSessionClusterEntrypoint |
Entry point for the standalone session cluster.
|
Enum | Description |
---|---|
ClusterEntrypoint.ExecutionMode |
Execution mode of the
MiniDispatcher . |
Exception | Description |
---|---|
ClusterEntrypointException |
Exceptions thrown by the
ClusterEntrypoint . |
FlinkParseException |
Exception which indicates that the parsing of command line
arguments failed.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.