Class | Description |
---|---|
AkkaOptions |
Akka configuration options.
|
BlobServerOptions |
Configuration options for the BlobServer and BlobCache.
|
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 . |
ConfigOptionsDocGenerator |
Class used for generating code based documentation of configuration parameters.
|
Configuration |
Lightweight configuration object which stores key/value pairs.
|
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.
|
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
|
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 WebRuntimeMonitor.
|
Exception | Description |
---|---|
IllegalConfigurationException |
An
IllegalConfigurationException is thrown when
the values in a given Configuration are not valid. |
Annotation Type | Description |
---|---|
ConfigGroup |
A class that specifies a group of
ConfigOption . |
ConfigGroups |
Annotation used on classes containing
ConfigOption s that enables the separation of options into different
tables based on key prefixes. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.