Package | Description |
---|---|
org.apache.flink.runtime.highavailability | |
org.apache.flink.runtime.rpc.akka | |
org.apache.flink.yarn.highavailability |
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(Configuration configuration,
Executor executor,
HighAvailabilityServicesUtils.AddressResolution addressResolution) |
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,
Configuration config) |
Constructor and Description |
---|
YarnPreConfiguredMasterNonHaServices(Configuration config,
Configuration hadoopConf,
HighAvailabilityServicesUtils.AddressResolution addressResolution)
Creates new YarnPreConfiguredMasterHaServices for the given Flink and YARN configuration.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.