Uses of Enum Class
org.opends.server.backends.RebuildConfig.RebuildIndexSelection
Packages that use RebuildConfig.RebuildIndexSelection
Package
Description
Contains various Directory Server backend implementations.
-
Uses of RebuildConfig.RebuildIndexSelection in org.opends.server.backends
Methods in org.opends.server.backends that return RebuildConfig.RebuildIndexSelectionModifier and TypeMethodDescriptionRebuildConfig.rebuildIndexSelection()
Returns the value of therebuildIndexSelection
record component.Returns the enum constant of this class with the specified name.static RebuildConfig.RebuildIndexSelection[]
RebuildConfig.RebuildIndexSelection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.opends.server.backends with parameters of type RebuildConfig.RebuildIndexSelectionModifierConstructorDescriptionRebuildConfig
(Dn baseDn, RebuildConfig.RebuildIndexSelection rebuildIndexSelection, Collection<String> rebuildList, String tmpDirectory, boolean setUntrusted) Builds a new rebuild config object.