Uses of Enum Class
org.opends.server.backends.pluggable.spi.AccessMode
Package
Description
Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for
storing entry and index information.
Interfaces and classes required when implementing new storage engines for the pluggable backend.
-
Uses of AccessMode in org.opends.server.backends.jeb
-
Uses of AccessMode in org.opends.server.backends.pluggable.spi
Modifier and TypeMethodDescriptionstatic AccessMode
Returns the enum constant of this class with the specified name.static AccessMode[]
AccessMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Storage.open
(AccessMode accessMode) Opens the storage engine to allow executing operations on it.