Module opener

Source
Expand description

Region opener.

Structsยง

RegionMetadataLoader
A loader for loading metadata from a region dir.
RegionOpener ๐Ÿ”’
Builder to create a new MitoRegion or open an existing one.

Functionsยง

check_recovered_region ๐Ÿ”’
Checks whether the recovered region has the same schema as region to create.
get_object_store
Returns an object store corresponding to name. If name is None, this method returns the default object store.
new_manifest_dir ๐Ÿ”’
Returns the directory to the manifest files.
replay_memtable ๐Ÿ”’
Replays the mutations from WAL and inserts mutations to memtable of given region.