pub struct AdminService { /* private fields */ }Expand description
Admin API service for dashboard operations.
Implementations§
Source§impl AdminService
impl AdminService
Sourcepub fn get_cluster_info(&self) -> ClusterInfo
pub fn get_cluster_info(&self) -> ClusterInfo
Get cluster information.
Sourcepub fn get_dashboard_summary(&self) -> DashboardSummary
pub fn get_dashboard_summary(&self) -> DashboardSummary
Get dashboard summary.
Sourcepub fn get_storage_info(&self) -> StorageInfo
pub fn get_storage_info(&self) -> StorageInfo
Get storage information.
Sourcepub fn get_query_stats(&self) -> QueryStats
pub fn get_query_stats(&self) -> QueryStats
Get query statistics.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdminService
impl RefUnwindSafe for AdminService
impl Send for AdminService
impl Sync for AdminService
impl Unpin for AdminService
impl UnwindSafe for AdminService
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more