risingwave_meta::manager

Struct MetaOpts

source
pub struct MetaOpts {
Show 66 fields pub enable_recovery: bool, pub disable_automatic_parallelism_control: bool, pub parallelism_control_batch_size: usize, pub parallelism_control_trigger_period_sec: u64, pub parallelism_control_trigger_first_delay_sec: u64, pub in_flight_barrier_nums: usize, pub max_idle_ms: u64, pub compaction_deterministic_test: bool, pub default_parallelism: DefaultParallelism, pub vacuum_interval_sec: u64, pub vacuum_spin_interval_ms: u64, pub hummock_version_checkpoint_interval_sec: u64, pub enable_hummock_data_archive: bool, pub hummock_time_travel_snapshot_interval: u64, pub hummock_time_travel_sst_info_fetch_batch_size: usize, pub min_delta_log_num_for_hummock_version_checkpoint: u64, pub min_sst_retention_time_sec: u64, pub full_gc_interval_sec: u64, pub full_gc_object_limit: u64, pub gc_history_retention_time_sec: u64, pub max_inflight_time_travel_query: u64, pub enable_committed_sst_sanity_check: bool, pub periodic_compaction_interval_sec: u64, pub node_num_monitor_interval_sec: u64, pub prometheus_endpoint: Option<String>, pub prometheus_selector: Option<String>, pub vpc_id: Option<String>, pub security_group_id: Option<String>, pub privatelink_endpoint_default_tags: Option<Vec<(String, String)>>, pub periodic_space_reclaim_compaction_interval_sec: u64, pub telemetry_enabled: bool, pub periodic_ttl_reclaim_compaction_interval_sec: u64, pub periodic_tombstone_reclaim_compaction_interval_sec: u64, pub periodic_scheduling_compaction_group_split_interval_sec: u64, pub do_not_config_object_storage_lifecycle: bool, pub partition_vnode_count: u32, pub table_high_write_throughput_threshold: u64, pub table_low_write_throughput_threshold: u64, pub compaction_task_max_heartbeat_interval_secs: u64, pub compaction_task_max_progress_interval_secs: u64, pub compaction_config: Option<CompactionConfig>, pub hybrid_partition_node_count: u32, pub event_log_enabled: bool, pub event_log_channel_max_size: u32, pub advertise_addr: String, pub cached_traces_num: u32, pub cached_traces_memory_limit_bytes: usize, pub enable_trivial_move: bool, pub enable_check_task_level_overlap: bool, pub enable_dropped_column_reclaim: bool, pub split_group_size_ratio: f64, pub table_stat_high_write_throughput_ratio_for_split: f64, pub table_stat_low_write_throughput_ratio_for_merge: f64, pub table_stat_throuput_window_seconds_for_split: usize, pub table_stat_throuput_window_seconds_for_merge: usize, pub object_store_config: ObjectStoreConfig, pub max_trivial_move_task_count_per_loop: usize, pub max_get_task_probe_times: usize, pub compact_task_table_size_partition_threshold_low: u64, pub compact_task_table_size_partition_threshold_high: u64, pub periodic_scheduling_compaction_group_merge_interval_sec: u64, pub secret_store_private_key: Option<Vec<u8>>, pub temp_secret_file_dir: String, pub actor_cnt_per_worker_parallelism_hard_limit: usize, pub actor_cnt_per_worker_parallelism_soft_limit: usize, pub license_key_path: Option<PathBuf>,
}
Expand description

Options shared by all meta service instances

Fields§

§enable_recovery: bool

Whether to enable the recovery of the cluster. If disabled, the meta service will exit on abnormal cases.

§disable_automatic_parallelism_control: bool

Whether to disable the auto-scaling feature.

§parallelism_control_batch_size: usize

The number of streaming jobs per scaling operation.

§parallelism_control_trigger_period_sec: u64

The period of parallelism control trigger.

§parallelism_control_trigger_first_delay_sec: u64

The first delay of parallelism control.

§in_flight_barrier_nums: usize

The maximum number of barriers in-flight in the compute nodes.

§max_idle_ms: u64

After specified seconds of idle (no mview or flush), the process will be exited. 0 for infinite, process will never be exited due to long idle time.

§compaction_deterministic_test: bool

Whether run in compaction detection test mode

§default_parallelism: DefaultParallelism

Default parallelism of units for all streaming jobs.

§vacuum_interval_sec: u64

Interval of invoking a vacuum job, to remove stale metadata from meta store and objects from object store.

§vacuum_spin_interval_ms: u64

The spin interval inside a vacuum job. It avoids the vacuum job monopolizing resources of meta node.

§hummock_version_checkpoint_interval_sec: u64

Interval of hummock version checkpoint.

§enable_hummock_data_archive: bool§hummock_time_travel_snapshot_interval: u64§hummock_time_travel_sst_info_fetch_batch_size: usize§min_delta_log_num_for_hummock_version_checkpoint: u64

The minimum delta log number a new checkpoint should compact, otherwise the checkpoint attempt is rejected. Greater value reduces object store IO, meanwhile it results in more loss of in memory HummockVersionCheckpoint::stale_objects state when meta node is restarted.

§min_sst_retention_time_sec: u64

Objects within min_sst_retention_time_sec won’t be deleted by hummock full GC, even they are dangling.

§full_gc_interval_sec: u64

Interval of automatic hummock full GC.

§full_gc_object_limit: u64

Max number of object per full GC job can fetch.

§gc_history_retention_time_sec: u64

Duration in seconds to retain garbage collection history data.

§max_inflight_time_travel_query: u64

Max number of inflight time travel query.

§enable_committed_sst_sanity_check: bool

Enable sanity check when SSTs are committed

§periodic_compaction_interval_sec: u64

Schedule compaction for all compaction groups with this interval.

§node_num_monitor_interval_sec: u64

Interval of reporting the number of nodes in the cluster.

§prometheus_endpoint: Option<String>

The Prometheus endpoint for Meta Dashboard Service. The Dashboard service uses this in the following ways:

  1. Query Prometheus for relevant metrics to find Stream Graph Bottleneck, and display it.
  2. Provide cluster diagnostics, at /api/monitor/diagnose to troubleshoot cluster. These are just examples which show how the Meta Dashboard Service queries Prometheus.
§prometheus_selector: Option<String>

The additional selector used when querying Prometheus.

§vpc_id: Option<String>

The VPC id of the cluster.

§security_group_id: Option<String>

A usable security group id to assign to a vpc endpoint

§privatelink_endpoint_default_tags: Option<Vec<(String, String)>>

Default tag for the endpoint created when creating a privatelink connection. Will be appended to the tags specified in the tags field in with clause in create connection.

§periodic_space_reclaim_compaction_interval_sec: u64

Schedule space_reclaim_compaction for all compaction groups with this interval.

§telemetry_enabled: bool

telemetry enabled in config file or not

§periodic_ttl_reclaim_compaction_interval_sec: u64

Schedule ttl_reclaim_compaction for all compaction groups with this interval.

§periodic_tombstone_reclaim_compaction_interval_sec: u64

Schedule tombstone_reclaim_compaction for all compaction groups with this interval.

§periodic_scheduling_compaction_group_split_interval_sec: u64

Schedule periodic_scheduling_compaction_group_split_interval_sec for all compaction groups with this interval.

§do_not_config_object_storage_lifecycle: bool

Whether config object storage bucket lifecycle to purge stale data.

§partition_vnode_count: u32§table_high_write_throughput_threshold: u64

threshold of high write throughput of state-table, unit: B/sec

§table_low_write_throughput_threshold: u64

threshold of low write throughput of state-table, unit: B/sec

§compaction_task_max_heartbeat_interval_secs: u64§compaction_task_max_progress_interval_secs: u64§compaction_config: Option<CompactionConfig>§hybrid_partition_node_count: u32

hybird compaction group config

hybrid_partition_vnode_count determines the granularity of vnodes in the hybrid compaction group for SST alignment. When hybrid_partition_vnode_count > 0, in hybrid compaction group

  • Tables with high write throughput will be split at vnode granularity
  • Tables with high size tables will be split by table granularity When hybrid_partition_vnode_count = 0,no longer be special alignment operations for the hybird compaction group
§event_log_enabled: bool§event_log_channel_max_size: u32§advertise_addr: String§cached_traces_num: u32

The number of traces to be cached in-memory by the tracing collector embedded in the meta node.

§cached_traces_memory_limit_bytes: usize

The maximum memory usage in bytes for the tracing collector embedded in the meta node.

§enable_trivial_move: bool

l0 picker whether to select trivial move task

§enable_check_task_level_overlap: bool

l0 multi level picker whether to check the overlap accuracy between sub levels

§enable_dropped_column_reclaim: bool§split_group_size_ratio: f64

Whether to split the compaction group when the size of the group exceeds the threshold.

§table_stat_high_write_throughput_ratio_for_split: f64

To split the compaction group when the high throughput statistics of the group exceeds the threshold.

§table_stat_low_write_throughput_ratio_for_merge: f64

To merge the compaction group when the low throughput statistics of the group exceeds the threshold.

§table_stat_throuput_window_seconds_for_split: usize

The window seconds of table throughput statistic history for split compaction group.

§table_stat_throuput_window_seconds_for_merge: usize

The window seconds of table throughput statistic history for merge compaction group.

§object_store_config: ObjectStoreConfig

The configuration of the object store

§max_trivial_move_task_count_per_loop: usize

The maximum number of trivial move tasks to be picked in a single loop

§max_get_task_probe_times: usize

The maximum number of times to probe for PullTaskEvent

§compact_task_table_size_partition_threshold_low: u64§compact_task_table_size_partition_threshold_high: u64§periodic_scheduling_compaction_group_merge_interval_sec: u64§secret_store_private_key: Option<Vec<u8>>§temp_secret_file_dir: String

The path of the temp secret file directory.

§actor_cnt_per_worker_parallelism_hard_limit: usize§actor_cnt_per_worker_parallelism_soft_limit: usize§license_key_path: Option<PathBuf>

Implementations§

source§

impl MetaOpts

source

pub fn test(enable_recovery: bool) -> Self

Default opts for testing. Some tests need enable_recovery=true

Trait Implementations§

source§

impl Clone for MetaOpts

source§

fn clone(&self) -> MetaOpts

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Serialize for MetaOpts

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<S> Bind for S
where S: Serialize,

§

fn write(&self, dst: impl Write) -> Result<(), String>

source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

§

type Remainder = Choices

§

fn subset( self, ) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where T: Clone,

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where Self: LowerExp,

Causes self to use its LowerExp implementation when Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where Self: LowerHex,

Causes self to use its LowerHex implementation when Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where Self: Pointer,

Causes self to use its Pointer implementation when Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where Self: UpperExp,

Causes self to use its UpperExp implementation when Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> FromRef<T> for T
where T: Clone,

§

fn from_ref(input: &T) -> T

Converts to this type from a reference to the input type.
§

impl<T> FutureExt for T

§

fn with_context(self, otel_cx: Context) -> WithContext<Self>

Attaches the provided Context to this type, returning a WithContext wrapper. Read more
§

fn with_current_context(self) -> WithContext<Self>

Attaches the current Context to this type, returning a WithContext wrapper. Read more
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> IntoEither for T

source§

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 more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

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 more
source§

impl<T> IntoRequest<T> for T

source§

fn into_request(self) -> Request<T>

Wrap the input message T in a tonic::Request
§

impl<T> IntoResult<T> for T

§

type Err = Infallible

§

fn into_result(self) -> Result<T, <T as IntoResult<T>>::Err>

§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
§

impl<T, U, I> LiftInto<U, I> for T
where U: LiftFrom<T, I>,

§

fn lift_into(self) -> U

Performs the indexed conversion.
source§

impl<M> MetricVecRelabelExt for M

source§

fn relabel( self, metric_level: MetricLevel, relabel_threshold: MetricLevel, ) -> RelabeledMetricVec<M>

source§

fn relabel_n( self, metric_level: MetricLevel, relabel_threshold: MetricLevel, relabel_num: usize, ) -> RelabeledMetricVec<M>

source§

fn relabel_debug_1( self, relabel_threshold: MetricLevel, ) -> RelabeledMetricVec<M>

Equivalent to RelabeledMetricVec::with_metric_level_relabel_n with metric_level set to MetricLevel::Debug and relabel_num set to 1.
§

impl<T> Pipe for T
where T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where Self: Borrow<B>, B: 'a + ?Sized, R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
where Self: BorrowMut<B>, B: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where Self: AsRef<U>, U: 'a + ?Sized, R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where Self: AsMut<U>, U: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where Self: Deref<Target = T>, T: 'a + ?Sized, R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( &'a mut self, func: impl FnOnce(&'a mut T) -> R, ) -> R
where Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

source§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
source§

impl<T> SerTo<T> for T

§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where Self: AsRef<R>, R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where Self: AsMut<R>, R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where Self: Deref<Target = T>, T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where Self: DerefMut<Target = T> + Deref, T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where Self: AsRef<R>, R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where Self: AsMut<R>, R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where Self: Deref<Target = T>, T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where Self: DerefMut<Target = T> + Deref, T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release builds.
source§

impl<T> ToOwned for T
where T: Clone,

source§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

source§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

source§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

source§

impl<T> LruValue for T
where T: Send + Sync,

§

impl<T> MaybeSend for T
where T: Send,

§

impl<T> MaybeSend for T
where T: Send,

§

impl<T> Value for T
where T: Send + Sync + 'static,