Uses of Enum Class
org.opends.server.backends.RebuildConfig.RebuildMode
Packages that use RebuildConfig.RebuildMode
Package
Description
Contains various Directory Server backend implementations.
-
Uses of RebuildConfig.RebuildMode in org.opends.server.backends
Methods in org.opends.server.backends that return RebuildConfig.RebuildModeModifier 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.Methods in org.opends.server.backends with parameters of type RebuildConfig.RebuildModeModifier and TypeMethodDescriptionvoid
RebuildConfig.setRebuildMode
(RebuildConfig.RebuildMode mode) Sets the rebuild mode.