Module tikv_kv::btree_engine[][src]

Structs

BTreeEngine

The BTreeEngine(based on BTreeMap) is in memory and only used in tests and benchmarks. Note: The snapshot() and async_snapshot() methods are fake, the returned snapshot is not isolated, they will be affected by the later modifies.

BTreeEngineIterator
BTreeEngineSnapshot

Functions

write_modifies

Type Definitions

RwLockTree