pub struct GlobalControllerMetrics { /* private fields */ }Implementations§
Source§impl GlobalControllerMetrics
impl GlobalControllerMetrics
pub fn bootstrap_in_progress<T>(self, value: T) -> Self
pub fn buffered_input_bytes<T>(self, value: T) -> Self
pub fn buffered_input_records<T>(self, value: T) -> Self
pub fn cpu_msecs<T>(self, value: T) -> Self
pub fn incarnation_uuid<T>(self, value: T) -> Self
pub fn initial_start_time<T>(self, value: T) -> Self
pub fn pipeline_complete<T>(self, value: T) -> Self
pub fn rss_bytes<T>(self, value: T) -> Self
pub fn runtime_elapsed_msecs<T>(self, value: T) -> Self
pub fn start_time<T>(self, value: T) -> Self
pub fn state<T>(self, value: T) -> Self
pub fn storage_bytes<T>(self, value: T) -> Self
pub fn storage_mb_secs<T>(self, value: T) -> Self
pub fn total_completed_records<T>(self, value: T) -> Self
pub fn total_input_bytes<T>(self, value: T) -> Self
pub fn total_input_records<T>(self, value: T) -> Self
pub fn total_processed_bytes<T>(self, value: T) -> Self
pub fn total_processed_records<T>(self, value: T) -> Self
pub fn transaction_id<T>(self, value: T) -> Self
pub fn transaction_initiators<T>(self, value: T) -> Self
pub fn transaction_status<T>(self, value: T) -> Self
pub fn uptime_msecs<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for GlobalControllerMetrics
impl Clone for GlobalControllerMetrics
Source§fn clone(&self) -> GlobalControllerMetrics
fn clone(&self) -> GlobalControllerMetrics
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GlobalControllerMetrics
impl Debug for GlobalControllerMetrics
Source§impl Default for GlobalControllerMetrics
impl Default for GlobalControllerMetrics
Source§impl From<GlobalControllerMetrics> for GlobalControllerMetrics
impl From<GlobalControllerMetrics> for GlobalControllerMetrics
Source§fn from(value: GlobalControllerMetrics) -> Self
fn from(value: GlobalControllerMetrics) -> Self
Converts to this type from the input type.
Source§impl TryFrom<GlobalControllerMetrics> for GlobalControllerMetrics
impl TryFrom<GlobalControllerMetrics> for GlobalControllerMetrics
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: GlobalControllerMetrics) -> Result<Self, ConversionError>
fn try_from(value: GlobalControllerMetrics) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for GlobalControllerMetrics
impl RefUnwindSafe for GlobalControllerMetrics
impl Send for GlobalControllerMetrics
impl Sync for GlobalControllerMetrics
impl Unpin for GlobalControllerMetrics
impl UnwindSafe for GlobalControllerMetrics
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