| Package | Description |
|---|---|
| org.apache.flink.runtime.rpc |
| Modifier and Type | Class and Description |
|---|---|
class |
FencedRpcEndpoint<F extends Serializable>
Base class for fenced
RpcEndpoint. |
| Modifier and Type | Method and Description |
|---|---|
<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 |
|---|---|
static void |
RpcUtils.terminateRpcEndpoint(RpcEndpoint... rpcEndpoints)
Shuts the given
RpcEndpoints down and awaits their termination. |
| Constructor and Description |
|---|
MainThreadValidatorUtil(RpcEndpoint endpoint) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.