Trait raftstore::store::snap::GenericSnapshot [−][src]
GenericSnapshot
is a snapshot not tied to any KV engines.
GenericSnapshot
is a snapshot not tied to any KV engines.
fn path(&self) -> &str
[src]fn exists(&self) -> bool
[src]fn delete(&self)
[src]fn meta(&self) -> Result<Metadata>
[src]fn total_size(&self) -> Result<u64>
[src]fn save(&mut self) -> Result<()>
[src]impl GenericSnapshot for Snap
[src]