Struct cassandra_cpp_sys::CassMetrics___bindgen_ty_1[][src]

#[repr(C)]
pub struct CassMetrics___bindgen_ty_1 {
Show fields pub min: cass_uint64_t, pub max: cass_uint64_t, pub mean: cass_uint64_t, pub stddev: cass_uint64_t, pub median: cass_uint64_t, pub percentile_75th: cass_uint64_t, pub percentile_95th: cass_uint64_t, pub percentile_98th: cass_uint64_t, pub percentile_99th: cass_uint64_t, pub percentile_999th: cass_uint64_t, pub mean_rate: cass_double_t, pub one_minute_rate: cass_double_t, pub five_minute_rate: cass_double_t, pub fifteen_minute_rate: cass_double_t,
}

Fields

min: cass_uint64_t

< Minimum in microseconds

max: cass_uint64_t

< Maximum in microseconds

mean: cass_uint64_t

< Mean in microseconds

stddev: cass_uint64_t

< Standard deviation in microseconds

median: cass_uint64_t

< Median in microseconds

percentile_75th: cass_uint64_t

< 75th percentile in microseconds

percentile_95th: cass_uint64_t

< 95th percentile in microseconds

percentile_98th: cass_uint64_t

< 98th percentile in microseconds

percentile_99th: cass_uint64_t

< 99the percentile in microseconds

percentile_999th: cass_uint64_t

< 99.9th percentile in microseconds

mean_rate: cass_double_t

< Mean rate in requests per second

one_minute_rate: cass_double_t

< 1 minute rate in requests per second

five_minute_rate: cass_double_t

< 5 minute rate in requests per second

fifteen_minute_rate: cass_double_t

< 15 minute rate in requests per second

Trait Implementations

impl Clone for CassMetrics___bindgen_ty_1[src]

impl Copy for CassMetrics___bindgen_ty_1[src]

impl Debug for CassMetrics___bindgen_ty_1[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.