| Package | Description |
|---|---|
| org.apache.flink.runtime.rpc |
| Modifier and Type | Field and Description |
|---|---|
protected RpcServer |
RpcEndpoint.rpcServer
Interface to access the underlying rpc server.
|
| Modifier and Type | Method and Description |
|---|---|
<F extends Serializable> |
RpcService.fenceRpcServer(RpcServer rpcServer,
F fencingToken)
Fence the given RpcServer with the given fencing token.
|
<C extends RpcEndpoint & RpcGateway> |
RpcService.startServer(C rpcEndpoint)
Start a rpc server which forwards the remote procedure calls to the provided rpc endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
<F extends Serializable> |
RpcService.fenceRpcServer(RpcServer rpcServer,
F fencingToken)
Fence the given RpcServer with the given fencing token.
|
void |
RpcService.stopServer(RpcServer selfGateway)
Stop the underlying rpc server of the provided self gateway.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.