Expand description
Region opener.
Structsยง
- Region
Load ๐Cache Task - A task to load and fill the region file cache.
- Region
Metadata Loader - A loader for loading metadata from a region dir.
- Region
Opener ๐ - Builder to create a new MitoRegion or open an existing one.
Traitsยง
- Partition
Expr Fetcher - A fetcher to retrieve partition expr for a region.
Functionsยง
- can_
load_ ๐cache - 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. IfnameisNone, this method returns the default object store. - maybe_
load_ ๐cache - Loads all index (Puffin) files from the version into the write cache.
- 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.
- sanitize_
region_ ๐options - Updates region options by persistent options.
- version_
builder_ ๐from_ manifest - Creates a version builder from a region manifest.