Skip to main content

Module admin

Module admin 

Source
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§

AdminApi
In-process admin API that exposes cluster management operations.
ClusterStatusResponse
Overall cluster status as returned by AdminApi::get_cluster_status.
HealthStatus
Health check response returned by AdminApi::get_health.
ShardListResponse
Response for shard list admin API.
ShardOpResponse
Response for shard operation (split/merge/transfer) admin API.
ShardSummary
A summary of a single shard’s state for admin responses.
SnapshotInfo
A single snapshot entry as returned in SnapshotListResponse.
SnapshotListResponse
Response returned by AdminApi::list_snapshots.