| Package | Description |
|---|---|
| org.apache.flink.runtime.highavailability | |
| org.apache.flink.runtime.rpc.akka |
| Modifier and Type | Method and Description |
|---|---|
static HighAvailabilityServicesUtils.AddressResolution |
HighAvailabilityServicesUtils.AddressResolution.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HighAvailabilityServicesUtils.AddressResolution[] |
HighAvailabilityServicesUtils.AddressResolution.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static HighAvailabilityServices |
HighAvailabilityServicesUtils.createHighAvailabilityServices(org.apache.flink.configuration.Configuration configuration,
Executor executor,
HighAvailabilityServicesUtils.AddressResolution addressResolution) |
static String |
HighAvailabilityServicesUtils.getWebMonitorAddress(org.apache.flink.configuration.Configuration configuration,
HighAvailabilityServicesUtils.AddressResolution resolution)
Get address of web monitor from configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
AkkaRpcServiceUtils.getRpcUrl(String hostname,
int port,
String endpointName,
HighAvailabilityServicesUtils.AddressResolution addressResolution,
AkkaRpcServiceUtils.AkkaProtocol akkaProtocol) |
static String |
AkkaRpcServiceUtils.getRpcUrl(String hostname,
int port,
String endpointName,
HighAvailabilityServicesUtils.AddressResolution addressResolution,
org.apache.flink.configuration.Configuration config) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.