|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.backends.jeb.VerifyConfig
public class VerifyConfig
This class represents the configuration of a JE backend verification process.
Constructor Summary | |
---|---|
VerifyConfig()
Create a new verify configuration. |
Method Summary | |
---|---|
void |
addCleanIndex(java.lang.String index)
Add the name of an index to those indexes to be verified for cleanliness. |
void |
addCompleteIndex(java.lang.String index)
Add the name of an index to those indexes to be verified for completeness. |
DN |
getBaseDN()
Get the base DN to be verified. |
java.util.ArrayList<java.lang.String> |
getCleanList()
Get the names of indexes to be verified for cleanliness. |
java.util.ArrayList<java.lang.String> |
getCompleteList()
Get the names of indexes to be verified for completeness. |
void |
setBaseDN(DN baseDN)
Set the base DN to be verified. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VerifyConfig()
Method Detail |
---|
public DN getBaseDN()
public void setBaseDN(DN baseDN)
baseDN
- The base DN to be verified.public java.util.ArrayList<java.lang.String> getCompleteList()
public void addCompleteIndex(java.lang.String index)
index
- The name of an index to be verified for completeness.public java.util.ArrayList<java.lang.String> getCleanList()
public void addCleanIndex(java.lang.String index)
index
- The name of an index to be verified for cleanliness.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |