Uses of Interface
org.apache.flink.runtime.rpc.RpcService
-
Packages that use RpcService Package Description org.apache.flink.runtime.rpc -
-
Uses of RpcService in org.apache.flink.runtime.rpc
Methods in org.apache.flink.runtime.rpc that return RpcService Modifier and Type Method Description RpcServiceRpcSystem.RpcServiceBuilder. createAndStart()static RpcServiceRpcUtils. createRemoteRpcService(RpcSystem rpcSystem, org.apache.flink.configuration.Configuration configuration, String externalAddress, String externalPortRange, String bindAddress, Optional<Integer> bindPort)Convenient shortcut for constructing a remote RPC Service that takes care of checking for null and empty optionals.RpcServiceRpcEndpoint. getRpcService()Gets the endpoint's RPC service.Methods in org.apache.flink.runtime.rpc with parameters of type RpcService Modifier and Type Method Description static StringRpcUtils. getHostname(RpcService rpcService)Returns the hostname onto which the givenRpcServicehas been bound.static voidRpcUtils. terminateRpcService(RpcService... rpcServices)Shuts the given rpc services down and waits for their termination.Constructors in org.apache.flink.runtime.rpc with parameters of type RpcService Constructor Description FencedRpcEndpoint(RpcService rpcService, F fencingToken)FencedRpcEndpoint(RpcService rpcService, String endpointId, F fencingToken)FencedRpcEndpoint(RpcService rpcService, String endpointId, F fencingToken, Map<String,String> loggingContext)RpcEndpoint(RpcService rpcService)Initializes the RPC endpoint with a random endpoint id.RpcEndpoint(RpcService rpcService, String endpointId)Initializes the RPC endpoint.RpcEndpoint(RpcService rpcService, String endpointId, Map<String,String> loggingContext)Initializes the RPC endpoint.
-