Expand description
Wrapper gRPC clients, which help constructing the request and destructing the response gRPC message structs.
Modulesยง
- channel ๐
- compactor_
client ๐ - compute_
client ๐ - connector_
client ๐ - error
- frontend_
client ๐ - hummock_
meta_ ๐client - meta_
client ๐ - sink_
coordinate_ ๐client - stream_
client ๐
Macrosยง
Structsยง
- Bidi
Stream Handle - Bidi
Stream Receiver - Bidi
Stream Sender - Compactor
Client - Compute
Client - Grpc
Compactor Proxy Client - Client to proxy server. Cloning the instance is lightweight.
- Meta
Client - Client to meta server. Cloning the instance is lightweight.
- RpcClient
Pool - Stream
Client - Unbounded
Bidi Stream Handle - The handle of a bidi-stream started from the rpc client. It is similar to the
BidiStreamHandle
except that its sender is unbounded.