| Package | Description |
|---|---|
| org.opends.server.backends.pdb |
Contains the code for the Directory Server backend that uses Persistit
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 |
|---|---|
StorageStatus |
PDBStorage.getStorageStatus() |
| Modifier and Type | Method and Description |
|---|---|
StorageStatus |
Storage.getStorageStatus()
Returns the current status of the storage.
|
static StorageStatus |
StorageStatus.lockedDown(LocalizableMessage reason)
Returns state for resources getting scarce.
|
static StorageStatus |
StorageStatus.unusable(LocalizableMessage reason)
Returns state for no more resources.
|
static StorageStatus |
StorageStatus.working()
Returns normal state.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.