Structs§
- Collection
Task - Collection
Task 🔒Handle - Global
Index Collector - The
GlobalIndexCollector
struct is responsible for managing index entries across multiple providers. - Noop
Collector - The
NoopCollector
struct implements theIndexCollector
trait with no-op methods. - Provider
Level Index Collector - The
ProviderLevelIndexCollector
struct is responsible for managing index entries specific to a particular provider. - Region
Indexes - 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§
- Index
Collector - The
IndexCollector
trait defines the operations for managing and collecting index entries.