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