| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.rpc |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FencedRpcEndpoint<F extends Serializable>
Base class for fenced
RpcEndpoint. |
| 限定符和类型 | 方法和说明 |
|---|---|
<C extends RpcEndpoint & RpcGateway> |
RpcService.startServer(C rpcEndpoint)
Start a rpc server which forwards the remote procedure calls to the provided rpc endpoint.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
RpcUtils.terminateRpcEndpoint(RpcEndpoint... rpcEndpoints)
Shuts the given
RpcEndpoints down and awaits their termination. |
| 构造器和说明 |
|---|
MainThreadValidatorUtil(RpcEndpoint endpoint) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.