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.OptionBuilder |
The option builder is used to create a
ConfigOption . |
Configuration |
Lightweight configuration object which stores key/value pairs.
|
ConfigurationUtils |
Utility class for
Configuration related helper functions. |
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.
|
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.
|
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.
|
OptimizerOptions |
Configuration options for the optimizer.
|
QueryableStateOptions |
The set of configuration options relating to Queryable State.
|
ResourceManagerOptions |
The set of configuration options relating to the ResourceManager.
|
RestOptions |
Configuration parameters for REST communication.
|
SecurityOptions |
The set of configuration options relating to security.
|
TaskManagerOptions |
The set of configuration options relating to TaskManager and Task settings.
|
UnmodifiableConfiguration |
Unmodifiable version of the Configuration class.
|
WebOptions |
Configuration options for the WebMonitorEndpoint.
|
Enum | Description |
---|---|
MemorySize.MemoryUnit |
Enum which defines memory unit, mostly used to parse value from configuration file.
|
Exception | Description |
---|---|
IllegalConfigurationException |
An
IllegalConfigurationException is thrown when
the values in a given Configuration are not valid. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.