Uses of Class
org.opends.server.backends.pluggable.spi.StorageStatus
-
Packages that use StorageStatus 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 StorageStatus in org.opends.server.backends.jeb
Methods in org.opends.server.backends.jeb that return StorageStatus Modifier and Type Method Description StorageStatus
JEStorage. getStorageStatus()
-
Uses of StorageStatus in org.opends.server.backends.pluggable.spi
Methods in org.opends.server.backends.pluggable.spi that return StorageStatus Modifier and Type Method 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
StorageUtils. statusWhenDiskSpaceFull(File directory, long thresholdInBytes, String backendId)
Creates a new unusableStorageStatus
for the disk full threshold.static StorageStatus
StorageUtils. statusWhenDiskSpaceLow(File directory, long thresholdInBytes, String backendId)
Creates a new locked downStorageStatus
for the disk low threshold.static StorageStatus
StorageStatus. unusable(LocalizableMessage reason)
Returns state for no more resources.static StorageStatus
StorageStatus. working()
Returns normal state.
-