Modules§
Structs§
- Cluster
TcpConfig - Cluster configuration that holds per node TCP configs
- Node
TcpConfig - Single node TCP connection config.
- Node
TcpConfig Builder - Builder structure that helps to configure TCP connection for node.
- Pager
State - Query
Pager - Session
Pager - TcpConnections
Manager r2d2connection manager.
Traits§
- CDRS
Session CDRSSessiontrait wrap ups whole query functionality. Use it only if whole query machinery is needed and direct sub traits otherwise.- GetCompressor
GetCompressortrait provides a unified interface for Session to get a compressor for further decompressing received data.- GetConnection
GetConnectiontrait provides a unified interface for Session to get a connection from a load balancer
Functions§
- new_
tcp_ pool r2d2::Poolof TCP-based CDRS connections.- startup
Type Aliases§
- TcpConnection
Pool - Shortcut for
r2d2::Pooltype of TCP-based CDRS connections.