Uses of Interface
org.apache.flink.runtime.rpc.RpcServer
-
Packages that use RpcServer Package Description org.apache.flink.runtime.rpc -
-
Uses of RpcServer in org.apache.flink.runtime.rpc
Fields in org.apache.flink.runtime.rpc declared as RpcServer Modifier and Type Field Description protected RpcServerRpcEndpoint. rpcServerInterface to access the underlying rpc server.Methods in org.apache.flink.runtime.rpc that return RpcServer Modifier and Type Method Description <C extends RpcEndpoint & RpcGateway>
RpcServerRpcService. startServer(C rpcEndpoint, Map<String,String> loggingContext)Start a rpc server which forwards the remote procedure calls to the provided rpc endpoint.Methods in org.apache.flink.runtime.rpc with parameters of type RpcServer Modifier and Type Method Description <C extends RpcGateway>
CRpcService. getSelfGateway(Class<C> selfGatewayType, RpcServer rpcServer)Returns a self gateway of the specified type which can be used to issue asynchronous calls against the RpcEndpoint.voidRpcService. stopServer(RpcServer selfGateway)Stop the underlying rpc server of the provided self gateway.
-