| Interface | Description |
|---|---|
| DescribedEnum |
Describe enum constants used in
ConfigOptions. |
| ReadableConfig |
Read access to a configuration object.
|
| WritableConfig |
Write access to a configuration object.
|
| Class | Description |
|---|---|
| AkkaOptions |
Akka configuration options.
|
| AlgorithmOptions |
Configuration parameters for join/sort algorithms.
|
| BlobServerOptions |
Configuration options for the BlobServer and BlobCache.
|
| CheckpointingOptions |
A collection of all configuration options that relate to checkpoints and savepoints.
|
| ClusterOptions |
Options which control the cluster behaviour.
|
| ConfigConstants |
This class contains all constants for the configuration.
|
| ConfigOption<T> |
A
ConfigOption describes a configuration parameter. |
| ConfigOptions |
ConfigOptions are used to build a ConfigOption. |
| ConfigOptions.ListConfigOptionBuilder<E> |
Builder for
ConfigOption of list of type E. |
| ConfigOptions.OptionBuilder |
The option builder is used to create a
ConfigOption. |
| ConfigOptions.TypedConfigOptionBuilder<T> |
Builder for
ConfigOption with a defined atomic type. |
| Configuration |
Lightweight configuration object which stores key/value pairs.
|
| ConfigurationUtils |
Utility class for
Configuration related helper functions. |
| ConfigUtils |
General utilities for parsing values to configuration options.
|
| CoreOptions |
The set of configuration options for core parameters.
|
| DelegatingConfiguration |
A configuration that manages a subset of keys with a common prefix from a given configuration.
|
| DeploymentOptions |
The
configuration options relevant for all Executors. |
| DeploymentOptionsInternal |
Internal options used during deployment.
|
| ExecutionOptions |
ConfigOptions specific for a single execution of a user program. |
| ExternalResourceOptions |
Configuration options for external resources and external resource drivers.
|
| FallbackKey |
A key with FallbackKeys will fall back to the FallbackKeys if it itself is not configured.
|
| GlobalConfiguration |
Global configuration object for Flink.
|
| HeartbeatManagerOptions |
The set of configuration options relating to heartbeat manager settings.
|
| HighAvailabilityOptions |
The set of configuration options relating to high-availability settings.
|
| HistoryServerOptions |
The set of configuration options relating to the HistoryServer.
|
| JMXServerOptions |
The set of configuration options relating to JMX server.
|
| JobManagerOptions |
Configuration options for the JobManager.
|
| MemorySize |
MemorySize is a representation of a number of bytes, viewable in different units.
|
| MetricOptions |
Configuration options for metrics and metric reporters.
|
| NettyShuffleEnvironmentOptions |
The set of configuration options relating to network stack.
|
| OptimizerOptions |
Configuration options for the optimizer.
|
| PipelineOptions |
The
configuration options for job execution. |
| PipelineOptionsInternal |
Pipeline options that are not meant to be used by the user.
|
| QueryableStateOptions |
The set of configuration options relating to Queryable State.
|
| ResourceManagerOptions |
The set of configuration options relating to the ResourceManager.
|
| RestartStrategyOptions |
Config options for restart strategies.
|
| RestOptions |
Configuration parameters for REST communication.
|
| SecurityOptions |
The set of configuration options relating to security.
|
| StateBackendOptions |
A collection of all configuration options that relate to state backend.
|
| TaskManagerOptions |
The set of configuration options relating to TaskManager and Task settings.
|
| TaskManagerOptionsInternal |
TaskManager options that are not meant to be used by the user.
|
| UnmodifiableConfiguration |
Unmodifiable version of the Configuration class.
|
| WebOptions |
Configuration options for the WebMonitorEndpoint.
|
| Enum | Description |
|---|---|
| ClusterOptions.UncaughtExceptionHandleMode | |
| ClusterOptions.UserSystemExitMode |
The mode of how to handle user code attempting to exit JVM.
|
| JobManagerOptions.SchedulerType |
Type of scheduler implementation.
|
| MemorySize.MemoryUnit |
Enum which defines memory unit, mostly used to parse value from configuration file.
|
| SchedulerExecutionMode |
Enum for controlling whether REACTIVE mode is enabled or not.
|
| Exception | Description |
|---|---|
| IllegalConfigurationException |
An
IllegalConfigurationException is thrown when the values in a given Configuration are not valid. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.