Uses of Class
org.opends.server.backends.RebuildConfig.RebuildMode
-
Packages that use RebuildConfig.RebuildMode Package Description org.opends.server.backends Contains various Directory Server backend implementations. -
-
Uses of RebuildConfig.RebuildMode in org.opends.server.backends
Methods in org.opends.server.backends that return RebuildConfig.RebuildMode Modifier and Type Method Description RebuildConfig.RebuildMode
RebuildConfig. getRebuildMode()
Returns the rebuild mode.static RebuildConfig.RebuildMode
RebuildConfig.RebuildMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RebuildConfig.RebuildMode[]
RebuildConfig.RebuildMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opends.server.backends with parameters of type RebuildConfig.RebuildMode Modifier and Type Method Description void
RebuildConfig. setRebuildMode(RebuildConfig.RebuildMode mode)
Sets the rebuild mode.
-