[−][src]Struct cassandra_cpp_sys::CassSpeculativeExecutionMetrics_
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
count: cass_uint64_t
< The number of aborted speculative retries
percentage: cass_double_t
< Fraction of requests that are aborted speculative retries
Trait Implementations
impl Clone for CassSpeculativeExecutionMetrics_
[src]
fn clone(&self) -> CassSpeculativeExecutionMetrics_
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for CassSpeculativeExecutionMetrics_
[src]
impl Debug for CassSpeculativeExecutionMetrics_
[src]
Auto Trait Implementations
impl RefUnwindSafe for CassSpeculativeExecutionMetrics_
impl Send for CassSpeculativeExecutionMetrics_
impl Sync for CassSpeculativeExecutionMetrics_
impl Unpin for CassSpeculativeExecutionMetrics_
impl UnwindSafe for CassSpeculativeExecutionMetrics_
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,