Uses of Class
org.apache.flink.runtime.rpc.AddressResolution
-
Packages that use AddressResolution Package Description org.apache.flink.runtime.rpc -
-
Uses of AddressResolution in org.apache.flink.runtime.rpc
Methods in org.apache.flink.runtime.rpc that return AddressResolution Modifier and Type Method Description static AddressResolutionAddressResolution. 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.Methods in org.apache.flink.runtime.rpc with parameters of type AddressResolution Modifier and Type Method Description StringCleanupOnCloseRpcSystem. getRpcUrl(String hostname, int port, String endpointName, AddressResolution addressResolution, org.apache.flink.configuration.Configuration config)StringRpcSystemUtils. 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.
-