Expand description

Providing Layer trait and its implementations.

Available Layers

Structs

ImmutableIndexLayer is used to add an immutable in-memory index for underlying storage services.
LoggingLayer will add logging for OpenDAL.
MetadataCacheLayer will add metadata cache support for OpenDAL.
MetricsLayer will add metrics for OpenDAL.
RetryLayer will add retry for OpenDAL.
SubdirLayer to switch to subdir for existing operator.
TracingLayer will add tracing for OpenDAL.

Traits

Layer is used to intercept the operations on the underlying storage.