| Package | Description |
|---|---|
| com.facebook.airlift.node |
| Modifier and Type | Method and Description |
|---|---|
NodeConfig.AddressSource |
NodeConfig.getInternalAddressSource() |
static NodeConfig.AddressSource |
NodeConfig.AddressSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeConfig.AddressSource[] |
NodeConfig.AddressSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NodeConfig |
NodeConfig.setInternalAddressSource(NodeConfig.AddressSource internalAddressSource) |
| Constructor and Description |
|---|
NodeInfo(String environment,
String pool,
String nodeId,
String internalAddress,
InetAddress bindIp,
String externalAddress,
String location,
String binarySpec,
String configSpec,
NodeConfig.AddressSource internalAddressSource) |
Copyright © 2010–2020 Airlift. All rights reserved.