| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.rpc |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CleanupOnCloseRpcSystem
An
RpcSystem wrapper that cleans up resources after the RPC system has been closed. |
| 限定符和类型 | 方法和说明 |
|---|---|
static RpcSystem |
RpcSystem.load()
Loads the RpcSystem.
|
static RpcSystem |
RpcSystem.load(org.apache.flink.configuration.Configuration config)
Loads the RpcSystem.
|
RpcSystem |
RpcSystemLoader.loadRpcSystem(org.apache.flink.configuration.Configuration config) |
| 限定符和类型 | 方法和说明 |
|---|---|
static RpcService |
RpcUtils.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.
|
| 构造器和说明 |
|---|
CleanupOnCloseRpcSystem(RpcSystem rpcSystem,
org.apache.flink.core.classloading.SubmoduleClassLoader pluginLoader,
Path tempDirectory) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.