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
Subclasses with type arguments of type RebuildConfig.RebuildIndexSelection in org.opends.server.backendsModifier and TypeClassDescriptionstatic enumIdentifies which indexes will be selected for rebuild.Methods in org.opends.server.backends that return RebuildConfig.RebuildIndexSelectionModifier and TypeMethodDescriptionRebuildConfig.rebuildIndexSelection()Returns the value of therebuildIndexSelectionrecord 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.