Structs§
- Batch
Descriptor - Lightweight pointer to one manifest entry. Carries everything a caller needs to fetch the corresponding data batch from object storage without re-reading the manifest.
- Consumed
Batch - A batch of entries read from object storage by the
Consumer. - Consumer
- Reads batches of ingested entries from object storage via a queue consumer.
- Consumer
Config - Configuration for a
Consumer. - Consumer
Fetch Handle - Cloneable, concurrency-safe handle for fetching data batches from
object storage given a
BatchDescriptor. - Durability
Watcher - Manifest
Entry - A single entry in the manifest.
- Manifest
View - Read-only view of a parsed buffer queue manifest.
- Metadata
- Per-range metadata attached to a batch by the buffer.
- Producer
- Producer
Config - Configuration for a
Producer. - Write
Handle
Enums§
- Compression
Type - Compression algorithm applied to the record block of a data batch.
- Error
Functions§
- parse_
manifest - Parse a manifest from its binary representation.