pub fn set_workload_scheduler_weights(
query: NonZeroU32,
write: NonZeroU32,
) -> boolExpand description
Sets the query and write weights atomically. Returns false when no
scheduler was constructed at startup.
pub fn set_workload_scheduler_weights(
query: NonZeroU32,
write: NonZeroU32,
) -> boolSets the query and write weights atomically. Returns false when no
scheduler was constructed at startup.