| Interface | Description |
|---|---|
| FatalErrorHandler |
Handler for fatal errors.
|
| FencedMainThreadExecutable |
Extended
MainThreadExecutable interface which allows to run unfenced runnables
in the main thread. |
| FencedRpcGateway<F extends Serializable> |
Fenced
RpcGateway. |
| MainThreadExecutable | |
| RpcGateway |
Rpc gateway interface which has to be implemented by Rpc gateways.
|
| RpcServer |
Interface for self gateways.
|
| RpcService |
Interface for rpc services.
|
| StartStoppable |
Interface to start and stop the processing of rpc calls in the rpc server.
|
| Class | Description |
|---|---|
| FencedRpcEndpoint<F extends Serializable> |
Base class for fenced
RpcEndpoint. |
| MainThreadValidatorUtil |
This utility exists to bridge between the visibility of the
currentMainThread field in the RpcEndpoint. |
| PermanentlyFencedRpcEndpoint<F extends Serializable> |
FencedRpcEndpoint which is fenced with a fencing token
which is bound to the lifetime of the rpc endpoint. |
| RpcEndpoint |
Base class for RPC endpoints.
|
| RpcEndpoint.MainThreadExecutor |
Executor which executes runnables in the main thread context.
|
| RpcUtils |
Utility functions for Flink's RPC implementation.
|
| Annotation Type | Description |
|---|---|
| RpcTimeout |
Annotation for
RpcGateway methods to specify an additional timeout parameter for the
returned future to be completed. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.