Uses of Enum Class
org.opends.server.backends.RebuildConfig.RebuildMode
Package
Description
Contains various Directory Server backend implementations.
-
Uses of RebuildConfig.RebuildMode in org.opends.server.backends
Modifier and TypeMethodDescriptionRebuildConfig.getRebuildMode()
Returns the rebuild mode.static RebuildConfig.RebuildMode
Returns the enum constant of this class with the specified name.static RebuildConfig.RebuildMode[]
RebuildConfig.RebuildMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
RebuildConfig.setRebuildMode
(RebuildConfig.RebuildMode mode) Sets the rebuild mode.