| 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 |
DelimitedInputFormat.configure(Configuration parameters)
Configures this input format by reading the path to the file from the configuration andge the string that
defines the record delimiter.
|
void |
OutputFormat.configure(Configuration parameters)
Configures this output format.
|
void |
BinaryOutputFormat.configure(Configuration parameters) |
void |
GenericInputFormat.configure(Configuration parameters) |
void |
InputFormat.configure(Configuration parameters)
Configures this input format.
|
void |
BinaryInputFormat.configure(Configuration parameters) |
void |
FileOutputFormat.configure(Configuration parameters) |
void |
ReplicatingInputFormat.configure(Configuration parameters) |
void |
FileInputFormat.configure(Configuration parameters)
Configures the file input format by reading the file path from the 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 |
RuntimeComparatorFactory.readParametersFromConfig(Configuration config,
ClassLoader cl) |
void |
RuntimeSerializerFactory.readParametersFromConfig(Configuration config,
ClassLoader cl) |
void |
RuntimeComparatorFactory.writeParametersToConfig(Configuration config) |
void |
RuntimeSerializerFactory.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() |
static Configuration |
GlobalConfiguration.getConfiguration()
Gets a
Configuration object with the values of this GlobalConfiguration |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatingConfiguration.addAll(Configuration other) |
void |
Configuration.addAll(Configuration other) |
void |
UnmodifiableConfiguration.addAll(Configuration other) |
void |
DelegatingConfiguration.addAll(Configuration other,
String prefix) |
void |
Configuration.addAll(Configuration other,
String prefix)
Adds all entries from the given configuration into this configuration.
|
void |
UnmodifiableConfiguration.addAll(Configuration other,
String prefix) |
static void |
GlobalConfiguration.includeConfiguration(Configuration conf)
Merges the given
Configuration object into the global
configuration. |
| 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 |
|---|---|
static void |
FileSystem.setDefaultScheme(Configuration config)
Sets the default filesystem scheme based on the user-specified configuration parameter
fs.default-scheme. |
| 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–2016 The Apache Software Foundation. All rights reserved.