Uses of Enum Class
org.opends.server.api.LocalBackend.BackendOperation
Package
Description
Contains a number of API declarations for use throughout the Directory Server.
Contains various Directory Server backend implementations.
Contains the code for implementing Directory Server pluggable storage backends.
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
-
Uses of LocalBackend.BackendOperation in org.opends.server.api
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LocalBackend.BackendOperation[]
LocalBackend.BackendOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
LocalBackend.supports
(LocalBackend.BackendOperation backendOperation) Indicates whether this backend supports the provided backend operation. -
Uses of LocalBackend.BackendOperation in org.opends.server.backends
Modifier and TypeMethodDescriptionboolean
ConfigurationBackend.supports
(LocalBackend.BackendOperation backendOperation) boolean
LDIFBackend.supports
(LocalBackend.BackendOperation backendOperation) boolean
MemoryBackend.supports
(LocalBackend.BackendOperation backendOperation) boolean
NullBackend.supports
(LocalBackend.BackendOperation backendOperation) boolean
RootDSEBackend.supports
(LocalBackend.BackendOperation backendOperation) boolean
SchemaBackend.supports
(LocalBackend.BackendOperation backendOperation) -
Uses of LocalBackend.BackendOperation in org.opends.server.backends.pluggable
Modifier and TypeMethodDescriptionboolean
BackendImpl.supports
(LocalBackend.BackendOperation backendOperation) -
Uses of LocalBackend.BackendOperation in org.opends.server.backends.task
Modifier and TypeMethodDescriptionboolean
TaskBackend.supports
(LocalBackend.BackendOperation backendOperation)