Structs§
- The
GlobalIndexCollector
struct is responsible for managing index entries across multiple providers. - The
NoopCollector
struct implements theIndexCollector
trait with no-op methods. - The
ProviderLevelIndexCollector
struct is responsible for managing index entries specific to a particular provider. - The
RegionIndexes
struct maintains indexes for a collection of regions. Each region is identified by aRegionId
and maps to a set ofEntryId
s, representing the entries within that region. It also keeps track of the latestEntryId
across all regions.
Traits§
- The
IndexCollector
trait defines the operations for managing and collecting index entries.