| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.rpc |
| 限定符和类型 | 字段和说明 |
|---|---|
protected RpcServer |
RpcEndpoint.rpcServer
Interface to access the underlying rpc server.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<C extends RpcEndpoint & RpcGateway> |
RpcService.startServer(C rpcEndpoint)
Start a rpc server which forwards the remote procedure calls to the provided rpc endpoint.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<C extends RpcGateway> |
RpcService.getSelfGateway(Class<C> selfGatewayType,
RpcServer rpcServer)
Returns a self gateway of the specified type which can be used to issue asynchronous calls
against the RpcEndpoint.
|
void |
RpcService.stopServer(RpcServer selfGateway)
Stop the underlying rpc server of the provided self gateway.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.