| Package | Description |
|---|---|
| org.apache.flink.runtime.rpc |
| Modifier and Type | Method and Description |
|---|---|
static AddressResolution |
AddressResolution.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressResolution[] |
AddressResolution.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CleanupOnCloseRpcSystem.getRpcUrl(String hostname,
int port,
String endpointName,
AddressResolution addressResolution,
org.apache.flink.configuration.Configuration config) |
String |
RpcSystemUtils.getRpcUrl(String hostname,
int port,
String endpointName,
AddressResolution addressResolution,
org.apache.flink.configuration.Configuration config)
Constructs an RPC URL for the given parameters, that can be used to connect to the targeted
RpcService.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.