Package org.opends.server.backends
Class VerifyConfig
java.lang.Object
org.opends.server.backends.VerifyConfig
This class represents the configuration of a JE backend verification process.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCleanIndex
(String index) Add the name of an index to those indexes to be verified for cleanliness.void
addCompleteIndex
(String index) Add the name of an index to those indexes to be verified for completeness.Get the base DN to be verified.Get the names of indexes to be verified for cleanliness.Get the names of indexes to be verified for completeness.
-
Constructor Details
-
VerifyConfig
builds a new verify config object.- Parameters:
baseDN
- The base DN to be verified.
-
-
Method Details
-
getBaseDN
Get the base DN to be verified.- Returns:
- The base DN to be verified.
-
getCompleteList
Get the names of indexes to be verified for completeness.- Returns:
- The names of indexes to be verified for completeness.
-
addCompleteIndex
Add the name of an index to those indexes to be verified for completeness.- Parameters:
index
- The name of an index to be verified for completeness.
-
getCleanList
Get the names of indexes to be verified for cleanliness.- Returns:
- The names of indexes to be verified for cleanliness.
-
addCleanIndex
Add the name of an index to those indexes to be verified for cleanliness.- Parameters:
index
- The name of an index to be verified for cleanliness.
-