Expand description
Admin API for cluster and shard management.
Provides an in-process API surface (not a network listener) that the server binary and integration tests can call to inspect cluster state, trigger snapshots, and query health.
Structs§
- Admin
Api - In-process admin API that exposes cluster management operations.
- Cluster
Status Response - Overall cluster status as returned by
AdminApi::get_cluster_status. - Health
Status - Health check response returned by
AdminApi::get_health. - Shard
List Response - Response for shard list admin API.
- Shard
OpResponse - Response for shard operation (split/merge/transfer) admin API.
- Shard
Summary - A summary of a single shard’s state for admin responses.
- Snapshot
Info - A single snapshot entry as returned in
SnapshotListResponse. - Snapshot
List Response - Response returned by
AdminApi::list_snapshots.