| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.rpc |
| 类和说明 |
|---|
| AddressResolution
Enum specifying whether address resolution should be tried.
|
| FencedRpcGateway
Fenced
RpcGateway. |
| MainThreadExecutable |
| RpcEndpoint
Base class for RPC endpoints.
|
| RpcEndpoint.MainThreadExecutor
Executor which executes runnables in the main thread context.
|
| 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.FixedThreadPoolExecutorConfiguration
Descriptor for creating a thread-pool with a fixed number of threads.
|
| RpcSystem.ForkJoinExecutorConfiguration
Descriptor for creating a fork-join thread-pool.
|
| RpcSystem.RpcServiceBuilder
Builder for
RpcService. |
| 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.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.