|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.backends.jeb.VerifyJob
public class VerifyJob
This class is used to run an index verification process on the backend.
Constructor Summary | |
---|---|
VerifyJob(VerifyConfig verifyConfig)
Construct a VerifyJob. |
Method Summary | |
---|---|
long |
verifyBackend(RootContainer rootContainer,
Entry statEntry)
Verify the backend. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VerifyJob(VerifyConfig verifyConfig)
verifyConfig
- The verify configuration.Method Detail |
---|
public long verifyBackend(RootContainer rootContainer, Entry statEntry) throws com.sleepycat.je.DatabaseException, JebException, DirectoryException
rootContainer
- The root container that holds the entries to verify.statEntry
- Optional statistics entry.
com.sleepycat.je.DatabaseException
- If an error occurs in the JE database.
JebException
- If an error occurs in the JE backend.
DirectoryException
- If an error occurs while verifying the backend.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |