Uses of Class
org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceUtils.Protocol
-
Packages that use PekkoRpcServiceUtils.Protocol Package Description org.apache.flink.runtime.rpc.pekko -
-
Uses of PekkoRpcServiceUtils.Protocol in org.apache.flink.runtime.rpc.pekko
Methods in org.apache.flink.runtime.rpc.pekko that return PekkoRpcServiceUtils.Protocol Modifier and Type Method Description static PekkoRpcServiceUtils.ProtocolPekkoRpcServiceUtils.Protocol. valueOf(String name)Returns the enum constant of this type with the specified name.static PekkoRpcServiceUtils.Protocol[]PekkoRpcServiceUtils.Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.rpc.pekko with parameters of type PekkoRpcServiceUtils.Protocol Modifier and Type Method Description static StringPekkoRpcServiceUtils. getRpcUrl(String hostname, int port, String endpointName, org.apache.flink.runtime.rpc.AddressResolution addressResolution, PekkoRpcServiceUtils.Protocol protocol)
-