| Modifier and Type | Method and Description |
|---|---|
static PlanExecutor |
PlanExecutor.createLocalExecutor(Configuration configuration)
Creates an executor that runs the plan locally in a multi-threaded environment.
|
static PlanExecutor |
PlanExecutor.createRemoteExecutor(String hostname,
int port,
Configuration clientConfiguration,
List<URL> jarFiles,
List<URL> globalClasspaths)
Creates an executor that runs the plan on a remote environment.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Map.Entry<String,DistributedCache.DistributedCacheEntry>> |
DistributedCache.readFileInfoFromConfig(Configuration conf) |
static void |
DistributedCache.writeFileInfoToConfig(String name,
DistributedCache.DistributedCacheEntry e,
Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
RichFunction.open(Configuration parameters)
Initialization method for the function.
|
void |
AbstractRichFunction.open(Configuration parameters) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FunctionUtils.openFunction(Function function,
Configuration parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputFormat.configure(Configuration parameters)
Configures this output format.
|
void |
DelimitedInputFormat.configure(Configuration parameters)
Configures this input format by reading the path to the file from the configuration and the string that
defines the record delimiter.
|
void |
FileInputFormat.configure(Configuration parameters)
Configures the file input format by reading the file path from the configuration.
|
void |
BinaryInputFormat.configure(Configuration parameters) |
void |
InputFormat.configure(Configuration parameters)
Configures this input format.
|
void |
ReplicatingInputFormat.configure(Configuration parameters) |
void |
GenericInputFormat.configure(Configuration parameters) |
void |
BinaryOutputFormat.configure(Configuration parameters) |
void |
FileOutputFormat.configure(Configuration parameters) |
static void |
FileOutputFormat.initDefaultsFromConfiguration(Configuration configuration)
Initialize defaults for output format.
|
protected static void |
DelimitedInputFormat.loadConfigParameters(Configuration parameters) |
| Constructor and Description |
|---|
DelimitedInputFormat(Path filePath,
Configuration configuration) |
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
Operator.parameters |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Operator.getParameters()
Gets the stub parameters of this contract.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkIterationBase.TerminationCriterionMapper.open(Configuration parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeComparatorFactory.readParametersFromConfig(Configuration config,
ClassLoader cl) |
void |
TypeSerializerFactory.readParametersFromConfig(Configuration config,
ClassLoader cl) |
void |
TypeComparatorFactory.writeParametersToConfig(Configuration config) |
void |
TypeSerializerFactory.writeParametersToConfig(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeSerializerFactory.readParametersFromConfig(Configuration config,
ClassLoader cl) |
void |
RuntimeComparatorFactory.readParametersFromConfig(Configuration config,
ClassLoader cl) |
void |
RuntimeSerializerFactory.writeParametersToConfig(Configuration config) |
void |
RuntimeComparatorFactory.writeParametersToConfig(Configuration config) |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.clone() |
Configuration |
DelegatingConfiguration.clone() |
static Configuration |
ConfigurationUtils.createConfiguration(Properties properties)
Creates a new
Configuration from the given Properties. |
static Configuration |
GlobalConfiguration.loadConfiguration()
Loads the global configuration from the environment.
|
static Configuration |
GlobalConfiguration.loadConfiguration(String configDir)
Loads the configuration files from the specified directory.
|
static Configuration |
GlobalConfiguration.loadConfiguration(String configDir,
Configuration dynamicProperties)
Loads the configuration files from the specified directory.
|
static Configuration |
GlobalConfiguration.loadConfigurationWithDynamicProperties(Configuration dynamicProperties)
Loads the global configuration and adds the given dynamic properties
configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.addAll(Configuration other) |
void |
UnmodifiableConfiguration.addAll(Configuration other) |
void |
DelegatingConfiguration.addAll(Configuration other) |
void |
Configuration.addAll(Configuration other,
String prefix)
Adds all entries from the given configuration into this configuration.
|
void |
UnmodifiableConfiguration.addAll(Configuration other,
String prefix) |
void |
DelegatingConfiguration.addAll(Configuration other,
String prefix) |
static MemorySize |
ConfigurationUtils.getJobManagerHeapMemory(Configuration configuration)
Get job manager's heap memory.
|
static String[] |
CoreOptions.getParentFirstLoaderPatterns(Configuration config) |
static MemorySize |
ConfigurationUtils.getTaskManagerHeapMemory(Configuration configuration)
Get task manager's heap memory.
|
static Configuration |
GlobalConfiguration.loadConfiguration(String configDir,
Configuration dynamicProperties)
Loads the configuration files from the specified directory.
|
static Configuration |
GlobalConfiguration.loadConfigurationWithDynamicProperties(Configuration dynamicProperties)
Loads the global configuration and adds the given dynamic properties
configuration.
|
static String[] |
ConfigurationUtils.parseLocalStateDirectories(Configuration configuration)
Extracts the local state directories as defined by
CheckpointingOptions.LOCAL_RECOVERY_TASK_MANAGER_STATE_ROOT_DIRS. |
static String[] |
ConfigurationUtils.parseTempDirectories(Configuration configuration)
Extracts the task manager directories for temporary files as defined by
CoreOptions.TMP_DIRS. |
| Constructor and Description |
|---|
Configuration(Configuration other)
Creates a new configuration with the copy of the given configuration.
|
DelegatingConfiguration(Configuration backingConfig,
String prefix)
Creates a new delegating configuration which stores its key/value pairs in the given
configuration using the specifies key prefix.
|
UnmodifiableConfiguration(Configuration config)
Creates a new UnmodifiableConfiguration, which holds a copy of the given configuration
that cannot be altered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionLimitingFactory.configure(Configuration config) |
void |
FileSystemFactory.configure(Configuration config)
Applies the given configuration to this factory.
|
static FileSystemFactory |
ConnectionLimitingFactory.decorateIfLimited(FileSystemFactory factory,
String scheme,
Configuration config)
Decorates the given factory for a
ConnectionLimitingFactory, if the given
configuration configured connection limiting for the given file system scheme. |
static LimitedConnectionsFileSystem.ConnectionLimitingSettings |
LimitedConnectionsFileSystem.ConnectionLimitingSettings.fromConfig(Configuration config,
String fsScheme)
Parses and returns the settings for connection limiting, for the file system with
the given file system scheme.
|
static void |
FileSystem.initialize(Configuration config)
Initializes the shared file system settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalFileSystemFactory.configure(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
InstantiationUtil.readObjectFromConfig(Configuration config,
String key,
ClassLoader cl) |
static void |
InstantiationUtil.writeObjectToConfig(Object o,
Configuration config,
String key) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.