| 接口 | 说明 |
|---|---|
| FatalErrorHandler |
Handler for fatal errors.
|
| 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.
|
| RpcSystem |
This interface serves as a factory interface for RPC services, with some additional utilities
that are reliant on implementation details of the RPC service.
|
| RpcSystem.RpcServiceBuilder |
Builder for
RpcService. |
| RpcSystemLoader |
A loader for an
RpcSystem. |
| RpcSystemUtils |
Utils that are dependent on the underlying RPC implementation.
|
| StartStoppable |
Interface to start and stop the processing of rpc calls in the rpc server.
|
| 类 | 说明 |
|---|---|
| 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. |
| RpcEndpoint |
Base class for RPC endpoints.
|
| RpcEndpoint.MainThreadExecutor |
Executor which executes runnables in the main thread context.
|
| RpcGatewayUtils |
Utils for
RpcGateway implementations. |
| RpcServiceUtils |
These RPC utilities contain helper methods around RPC use.
|
| RpcSystem.FixedThreadPoolExecutorConfiguration |
Descriptor for creating a thread-pool with a fixed number of threads.
|
| RpcSystem.ForkJoinExecutorConfiguration |
Descriptor for creating a fork-join thread-pool.
|
| RpcUtils |
Utility functions for Flink's RPC implementation.
|
| 枚举 | 说明 |
|---|---|
| AddressResolution |
Enum specifying whether address resolution should be tried.
|
| 注释类型 | 说明 |
|---|---|
| Local |
Marks an RPC invocation for only being supported as a local invocation.
|
| RpcTimeout |
Annotation for
RpcGateway methods to specify an additional timeout parameter for the
returned future to be completed. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.