| Package | Description |
|---|---|
| org.apache.flink.runtime.rpc |
| 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.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.