pub struct LedgerColumnOptions {
pub compression_type: BlockstoreCompressionType,
pub rocks_perf_sample_interval: usize,
}Expand description
Options for LedgerColumn. Each field might also be used as a tag that supports group-by operation when reporting metrics.
Fields§
§compression_type: BlockstoreCompressionType§rocks_perf_sample_interval: usizeImplementations§
Source§impl LedgerColumnOptions
impl LedgerColumnOptions
pub fn get_compression_type_string(&self) -> &'static str
Trait Implementations§
Source§impl Clone for LedgerColumnOptions
impl Clone for LedgerColumnOptions
Source§fn clone(&self) -> LedgerColumnOptions
fn clone(&self) -> LedgerColumnOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LedgerColumnOptions
impl Debug for LedgerColumnOptions
Source§impl Default for LedgerColumnOptions
impl Default for LedgerColumnOptions
Source§fn default() -> LedgerColumnOptions
fn default() -> LedgerColumnOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LedgerColumnOptions
impl RefUnwindSafe for LedgerColumnOptions
impl Send for LedgerColumnOptions
impl Sync for LedgerColumnOptions
impl Unpin for LedgerColumnOptions
impl UnsafeUnpin for LedgerColumnOptions
impl UnwindSafe for LedgerColumnOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request