Uses of Interface
org.apache.flink.runtime.rpc.RpcSystem
-
Packages that use RpcSystem Package Description org.apache.flink.runtime.rpc -
-
Uses of RpcSystem in org.apache.flink.runtime.rpc
Classes in org.apache.flink.runtime.rpc that implement RpcSystem Modifier and Type Class Description classCleanupOnCloseRpcSystemAnRpcSystemwrapper that cleans up resources after the RPC system has been closed.Methods in org.apache.flink.runtime.rpc that return RpcSystem Modifier and Type Method Description static RpcSystemRpcSystem. load()Loads the RpcSystem.static RpcSystemRpcSystem. load(org.apache.flink.configuration.Configuration config)Loads the RpcSystem.RpcSystemRpcSystemLoader. loadRpcSystem(org.apache.flink.configuration.Configuration config)Methods in org.apache.flink.runtime.rpc with parameters of type RpcSystem Modifier and Type Method Description 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.Constructors in org.apache.flink.runtime.rpc with parameters of type RpcSystem Constructor Description CleanupOnCloseRpcSystem(RpcSystem rpcSystem, org.apache.flink.core.classloading.SubmoduleClassLoader pluginLoader, Path tempDirectory)
-