fn on_new_item(&mut self, key: &[u8])
[src]fn emit(&mut self) -> Self::Target
[src]fn on_write(&mut self, key: &[u8], value: &[u8]) -> Result<bool>
[src]fn on_lock(&mut self, key: &[u8], value: &[u8]) -> Result<bool>
[src]fn on_default(&mut self, key: &[u8], value: &[u8]) -> Result<bool>
[src]impl MvccInfoObserver for MvccChecksum
[src]type Target = ()
fn on_new_item(&mut self, key: &[u8])
[src]fn emit(&mut self) -> Self::Target
[src]fn on_write(&mut self, key: &[u8], value: &[u8]) -> Result<bool>
[src]fn on_lock(&mut self, key: &[u8], value: &[u8]) -> Result<bool>
[src]fn on_default(&mut self, key: &[u8], value: &[u8]) -> Result<bool>
[src]impl MvccInfoObserver for MvccInfoCollector
[src]type Target = (Vec<u8>, MvccInfo)
fn on_new_item(&mut self, key: &[u8])
[src]fn emit(&mut self) -> Self::Target
[src]fn on_write(&mut self, key: &[u8], value: &[u8]) -> Result<bool>
[src]fn on_lock(&mut self, key: &[u8], value: &[u8]) -> Result<bool>
[src]fn on_default(&mut self, key: &[u8], value: &[u8]) -> Result<bool>
[src]