Uses of Interface
org.apache.flink.runtime.rpc.FencedRpcGateway
-
Packages that use FencedRpcGateway Package Description org.apache.flink.runtime.rpc -
-
Uses of FencedRpcGateway in org.apache.flink.runtime.rpc
Methods in org.apache.flink.runtime.rpc with type parameters of type FencedRpcGateway Modifier and Type Method Description <F extends Serializable,C extends FencedRpcGateway<F>>
CompletableFuture<C>RpcService. connect(String address, F fencingToken, Class<C> clazz)Connect to a remote fenced rpc server under the provided address.
-