☰
Module layers
Structs
?
Module
opendal
::
layers
source
·
[
−
]
Expand description
Layer
is the mechanism to intercept operations.
Structs
ChaosLayer
Inject chaos into underlying services for robustness test.
ConcurrentLimitLayer
Add concurrent request limit.
ImmutableIndexLayer
Add an immutable in-memory index for underlying storage services.
LoggingLayer
Add
log
for every operations.
MetricsLayer
Add
metrics
for every operations.
RetryLayer
Add retry for temporary failed operations.
TracingLayer
Add
tracing
for every operations.