Uses of Class
org.opends.server.backends.pluggable.spi.StorageRuntimeException
-
Packages that use StorageRuntimeException 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 StorageRuntimeException in org.opends.server.backends.jeb
Methods in org.opends.server.backends.jeb that throw StorageRuntimeException Modifier and Type Method Description void
JEStorage. open(AccessMode accessMode)
void
JEStorage. removeStorageFiles()
Importer
JEStorage. startImport()
-
Uses of StorageRuntimeException in org.opends.server.backends.pluggable.spi
Subclasses of StorageRuntimeException in org.opends.server.backends.pluggable.spi Modifier and Type Class Description class
ReadOnlyStorageException
Thrown when the server or a tool attempts to access the storage while it is read-only.class
StorageInUseException
Runtime exception for storage supporting single access only.Methods in org.opends.server.backends.pluggable.spi that throw StorageRuntimeException Modifier and Type Method Description void
Storage. removeStorageFiles()
Remove all files for a backend of this storage.Importer
Storage. startImport()
Starts the import operation.
-