Uses of Enum Class
org.opends.server.api.LocalBackend.BackendOperation
Packages that use 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
Methods in org.opends.server.api that return LocalBackend.BackendOperationModifier 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.Methods in org.opends.server.api with parameters of type LocalBackend.BackendOperationModifier 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
Methods in org.opends.server.backends with parameters of type LocalBackend.BackendOperationModifier 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
Methods in org.opends.server.backends.pluggable with parameters of type LocalBackend.BackendOperationModifier and TypeMethodDescriptionboolean
BackendImpl.supports
(LocalBackend.BackendOperation backendOperation) -
Uses of LocalBackend.BackendOperation in org.opends.server.backends.task
Methods in org.opends.server.backends.task with parameters of type LocalBackend.BackendOperationModifier and TypeMethodDescriptionboolean
TaskBackend.supports
(LocalBackend.BackendOperation backendOperation)