| Package | Description |
|---|---|
| org.apache.flink.runtime.rpc |
| Modifier and Type | Class and Description |
|---|---|
class |
CleanupOnCloseRpcSystem
An
RpcSystem wrapper that cleans up resources after the RPC system has been closed. |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
CleanupOnCloseRpcSystem(RpcSystem rpcSystem,
org.apache.flink.core.classloading.SubmoduleClassLoader pluginLoader,
Path tempDirectory) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.