Uses of Interface
org.apache.flink.runtime.rpc.RpcGateway
-
Packages that use RpcGateway Package Description org.apache.flink.runtime.rpc -
-
Uses of RpcGateway in org.apache.flink.runtime.rpc
Subinterfaces of RpcGateway in org.apache.flink.runtime.rpc Modifier and Type Interface Description interfaceFencedRpcGateway<F extends Serializable>FencedRpcGateway.interfaceRpcServerInterface for self gateways.Classes in org.apache.flink.runtime.rpc that implement RpcGateway Modifier and Type Class Description classFencedRpcEndpoint<F extends Serializable>Base class for fencedRpcEndpoint.classRpcEndpointBase class for RPC endpoints.Methods in org.apache.flink.runtime.rpc with type parameters of type RpcGateway Modifier and Type Method Description <C extends RpcGateway>
CompletableFuture<C>RpcService. connect(String address, Class<C> clazz)Connect to a remote rpc server under the provided address.<C extends RpcGateway>
CRpcEndpoint. getSelfGateway(Class<C> selfGatewayType)Returns a self gateway of the specified type which can be used to issue asynchronous calls against the RpcEndpoint.<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.<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 that return types with arguments of type RpcGateway Modifier and Type Method Description static Set<Class<? extends RpcGateway>>RpcUtils. extractImplementedRpcGateways(Class<?> clazz)Extracts allRpcGatewayinterfaces implemented by the given clazz.
-