Uses of Class
org.apache.opendal.Layer
Packages that use Layer
Package
Description
JNI-based Java binding for Apache OpenDAL™.
Wrappers to configure the underneath layers.
-
Uses of Layer in org.apache.opendal
Methods in org.apache.opendal with parameters of type LayerModifier and TypeMethodDescriptionCreate a new operator that is layered with the given layer. -
Uses of Layer in org.apache.opendal.layer
Subclasses of Layer in org.apache.opendal.layerModifier and TypeClassDescriptionclassLayer that overrides the full capability exposed by an operator.classUsers can control how many concurrent connections could be established between OpenDAL and underlying storage services.classThis layer will retry failed operations whenError::is_temporaryreturnstrue.