| Package | Description |
|---|---|
| org.apache.flink.api.common | |
| org.apache.flink.configuration |
| Modifier and Type | Method and Description |
|---|---|
ExecutionConfig.GlobalJobParameters |
ExecutionConfig.getGlobalJobParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionConfig.setGlobalJobParameters(ExecutionConfig.GlobalJobParameters globalJobParameters)
Register a custom, serializable user configuration object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Configuration
Lightweight configuration object which stores key/value pairs.
|
class |
DelegatingConfiguration
A configuration that manages a subset of keys with a common prefix from a given configuration.
|
class |
UnmodifiableConfiguration
Unmodifiable version of the Configuration class.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.