Expand description
Server pool owner.
ServerPool is the cluster-level container that holds the
local datastore endpoint, the dnode listener configuration, the
datacenter and rack tables, the per-peer connection pools, the
consistency settings, and the response-manager constructors used
by crate::cluster::dispatch::ClusterDispatcher. It holds the
server-pool data shape and is the entry point that the
dynomited binary and the embedding API construct from a parsed
crate::conf::Config.
Structsยง
- Bucket
Type - Resolved bucket-type bundle stored on the live
PoolConfig. - Pool
Config - Minimal projection of the YAML pool block consumed by the cluster runtime.
- Server
Pool - Cluster-wide owner.