Package | Description |
---|---|
alluxio.conf | |
alluxio.hadoop | |
alluxio.master | |
alluxio.util.network |
Modifier and Type | Class and Description |
---|---|
class |
InstancedConfiguration
Alluxio configuration.
|
Modifier and Type | Method and Description |
---|---|
static void |
HadoopConfigurationUtils.mergeHadoopConfiguration(org.apache.hadoop.conf.Configuration source,
AlluxioConfiguration alluxioConfiguration)
Merges Hadoop
Configuration into the Alluxio configuration. |
Modifier and Type | Method and Description |
---|---|
static MasterInquireClient |
MasterInquireClient.Factory.create(AlluxioConfiguration conf) |
static MasterInquireClient.ConnectDetails |
MasterInquireClient.Factory.getConnectDetails(AlluxioConfiguration conf) |
Modifier and Type | Method and Description |
---|---|
static InetSocketAddress |
NetworkAddressUtils.getConnectAddress(NetworkAddressUtils.ServiceType service,
AlluxioConfiguration conf)
Helper method to get the
InetSocketAddress address for client to communicate with the
service. |
static String |
NetworkAddressUtils.getConnectHost(NetworkAddressUtils.ServiceType service,
AlluxioConfiguration conf)
Provides an externally resolvable hostname for client to communicate with the service.
|
static int |
NetworkAddressUtils.getPort(NetworkAddressUtils.ServiceType service,
AlluxioConfiguration config)
Gets the port number on a given service type.
|
Copyright © 2023. All Rights Reserved.