pub struct LogicSessionRuntime { /* private fields */ }Expand description
Runtime state retained by a persistent logic session.
Implementations§
Source§impl LogicSessionRuntime
impl LogicSessionRuntime
Sourcepub fn join_index_cache_stats(&self) -> JoinIndexCacheStats
pub fn join_index_cache_stats(&self) -> JoinIndexCacheStats
Return persistent hash-index cache telemetry for the retained executor.
Sourcepub fn wcoj_dispatch_stats(&self) -> WcojDispatchStats
pub fn wcoj_dispatch_stats(&self) -> WcojDispatchStats
Return multiway/Free-Join dispatch telemetry for the retained executor.
Auto Trait Implementations§
impl !Freeze for LogicSessionRuntime
impl RefUnwindSafe for LogicSessionRuntime
impl Send for LogicSessionRuntime
impl Sync for LogicSessionRuntime
impl Unpin for LogicSessionRuntime
impl UnsafeUnpin for LogicSessionRuntime
impl UnwindSafe for LogicSessionRuntime
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