Macros§
Structs§
- Compaction
Catalog Agent CompactionCatalogAgent
is a wrapper offilter_key_extractor_manager
andtable_id_to_vnode
TheCompactionCatalogAgent
belongs to a compaction task call, which we will build from thetable_ids
contained in a compact task and use it during the compaction. TheCompactionCatalogAgent
can act as a agent for theCompactionCatalogManager
, providingextract
andvnode_count
capabilities.- Compaction
Catalog Manager CompactionCatalogManager
is a manager to manage allTable
which used in compaction- Dummy
Filter KeyExtractor - Fake
Remote Table Accessor - Fixed
Length Filter KeyExtractor SchemaFilterKeyExtractor
build fromtable_catalog
and extract afull_key
to prefix for- Full
KeyFilter KeyExtractor - Multi
Filter KeyExtractor - Remote
Table Accessor - Schema
Filter KeyExtractor SchemaFilterKeyExtractor
build fromtable_catalog
and transform afull_key
to prefix forprefix_bloom_filter
Enums§
Traits§
- Filter
KeyExtractor FilterKeyExtractor
generally used to extract key which will store in BloomFilter- State
Table Accessor