| Package | Description |
|---|---|
| org.apache.flink.runtime.rpc |
| Modifier and Type | Class and Description |
|---|---|
class |
FencedRpcEndpoint<F extends Serializable>
Base class for fenced
RpcEndpoint. |
class |
PermanentlyFencedRpcEndpoint<F extends Serializable>
FencedRpcEndpoint which is fenced with a fencing token which is bound to the lifetime of
the rpc endpoint. |
| 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 rpcEndpoint,
org.apache.flink.api.common.time.Time timeout)
Shuts the given
RpcEndpoint down and awaits its termination. |
static void |
RpcUtils.terminateRpcEndpoints(org.apache.flink.api.common.time.Time timeout,
RpcEndpoint... rpcEndpoints)
Shuts the given
RpcEndpoints down and waits for their termination. |
| Constructor and Description |
|---|
MainThreadValidatorUtil(RpcEndpoint endpoint) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.