| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.rpc |
| 限定符和类型 | 方法和说明 |
|---|---|
RpcSystem.RpcServiceBuilder |
RpcSystem.localServiceBuilder(org.apache.flink.configuration.Configuration configuration)
Returns a builder for an
RpcService that is only reachable from the local machine. |
RpcSystem.RpcServiceBuilder |
RpcSystem.remoteServiceBuilder(org.apache.flink.configuration.Configuration configuration,
String externalAddress,
String externalPortRange)
Returns a builder for an
RpcService that is reachable from other machines. |
RpcSystem.RpcServiceBuilder |
RpcSystem.RpcServiceBuilder.withBindAddress(String bindAddress) |
RpcSystem.RpcServiceBuilder |
RpcSystem.RpcServiceBuilder.withBindPort(int bindPort) |
RpcSystem.RpcServiceBuilder |
RpcSystem.RpcServiceBuilder.withComponentName(String name) |
RpcSystem.RpcServiceBuilder |
RpcSystem.RpcServiceBuilder.withExecutorConfiguration(RpcSystem.FixedThreadPoolExecutorConfiguration executorConfiguration) |
RpcSystem.RpcServiceBuilder |
RpcSystem.RpcServiceBuilder.withExecutorConfiguration(RpcSystem.ForkJoinExecutorConfiguration executorConfiguration) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.