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.
|
Modifier and Type | Method and Description |
---|---|
void |
JEStorage.open(AccessMode accessMode) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Storage.open(AccessMode accessMode)
Opens the storage engine to allow executing operations on it.
|
Copyright 2010-2022 ForgeRock AS.