Module segments

Module segments 

Source

Structs§

MokaSegmentCache
A SegmentCache based around an in-memory Moka cache.
NoOpSegmentCache
SegmentCacheMetrics
SegmentCacheSourceAdapter
SegmentId
The identifier for a single segment.
SharedSegmentSource
A SegmentSource that allows multiple requesters to await the same underlying segment request.
TestSegments
A dummy in-memory implementation of a segment reader and writer.

Traits§

SegmentCache
A cache for storing and retrieving individual segment data.
SegmentSink
SegmentSource
A trait for providing segment data to a crate::LayoutReader.

Type Aliases§

SegmentFuture
Static future resolving to a segment byte buffer.
SegmentSinkRef