| Class | Description |
|---|---|
| AkkaOptions |
Akka configuration options.
|
| 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.
|
| CoreOptions | |
| DelegatingConfiguration |
A configuration that manages a subset of keys with a common prefix from a given configuration.
|
| 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 | |
| QueryableStateOptions |
The set of configuration options relating to Queryable State.
|
| ResourceManagerOptions |
The set of configuration options relating to the ResourceManager
|
| 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.
|
| Exception | Description |
|---|---|
| IllegalConfigurationException |
An
IllegalConfigurationException is thrown when
the values in a given Configuration are not valid. |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.