Package | Description |
---|---|
org.apache.reef.io |
APIs for I/O in REEF:
Codec s and
Serializer s. |
org.apache.reef.runtime.local.client |
Client-side event handlers for the local resourcemanager.
|
org.apache.reef.runtime.standalone.client |
Client-side event handlers for the standalone resourcemanager.
|
org.apache.reef.runtime.yarn.client |
Client-side event handlers for YARN resourcemanager.
|
org.apache.reef.wake.remote.address |
Local address resolution.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpPortConfigurationProvider
Implements ConfigurationProvider for RangeTcpPortProvider.
|
Modifier and Type | Field and Description |
---|---|
static OptionalImpl<ConfigurationProvider> |
LocalRuntimeConfiguration.DRIVER_CONFIGURATION_PROVIDERS
Configuration provides whose Configuration will be merged into all Driver Configuration.
|
static OptionalImpl<ConfigurationProvider> |
ExtensibleLocalRuntimeConfiguration.DRIVER_CONFIGURATION_PROVIDERS
Configuration provides whose Configuration will be merged into all Driver Configuration.
|
Modifier and Type | Field and Description |
---|---|
static OptionalImpl<ConfigurationProvider> |
StandaloneRuntimeConfiguration.DRIVER_CONFIGURATION_PROVIDERS
Configuration provides whose Configuration will be merged into all Driver Configuration.
|
Modifier and Type | Field and Description |
---|---|
static OptionalImpl<ConfigurationProvider> |
YarnClientConfiguration.DRIVER_CONFIGURATION_PROVIDERS
Configuration provides whose Configuration will be merged into all Driver Configuration.
|
static OptionalImpl<ConfigurationProvider> |
ExtensibleYarnClientConfiguration.DRIVER_CONFIGURATION_PROVIDERS
Configuration provides whose Configuration will be merged into all Driver Configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LocalAddressProvider
Injectable class that provides the local address of the node to bind to.
|
Modifier and Type | Class and Description |
---|---|
class |
HostnameBasedLocalAddressProvider
A LocalAddressProvider that uses
Inet4Address.getLocalHost().getHostAddress() . |
class |
LegacyLocalAddressProvider
Deprecated.
in 0.14. Use HostnameBasedLocalAddressProvider instead
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.