Class RebuildIndexParameters
- java.lang.Object
-
- org.forgerock.opendj.server.embedded.RebuildIndexParameters
-
public final class RebuildIndexParameters extends Object
Parameters to rebuild the indexes of a directory server.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RebuildIndexParameters
baseDN(String baseDN)
Sets the base Dn for user information in the directory server.static RebuildIndexParameters
rebuildIndexParams()
Creates a builder for the rebuild index parameters.
-
-
-
Method Detail
-
rebuildIndexParams
public static RebuildIndexParameters rebuildIndexParams()
Creates a builder for the rebuild index parameters.- Returns:
- a builder
-
baseDN
public RebuildIndexParameters baseDN(String baseDN)
Sets the base Dn for user information in the directory server.- Parameters:
baseDN
- the baseDN- Returns:
- this builder
-
-