Uses of Class
org.apache.flink.runtime.rpc.RpcEndpoint
-
Packages that use RpcEndpoint Package Description org.apache.flink.runtime.rpc -
-
Uses of RpcEndpoint in org.apache.flink.runtime.rpc
Subclasses of RpcEndpoint in org.apache.flink.runtime.rpc Modifier and Type Class Description classFencedRpcEndpoint<F extends Serializable>Base class for fencedRpcEndpoint.Methods in org.apache.flink.runtime.rpc with type parameters of type RpcEndpoint 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 RpcEndpoint Modifier and Type Method Description static voidRpcUtils. terminateRpcEndpoint(RpcEndpoint... rpcEndpoints)Shuts the givenRpcEndpoints down and awaits their termination.Constructors in org.apache.flink.runtime.rpc with parameters of type RpcEndpoint Constructor Description MainThreadValidatorUtil(RpcEndpoint endpoint)
-