public class DataVerifier extends Object
EnvironmentConfig.VERIFY_LOG and
EnvironmentConfig.VERIFY_BTREE.
The first-time start time and the period of the verification is determined
by EnvironmentConfig.VERIFY_SCHEDULE.| Constructor and Description |
|---|
DataVerifier(EnvironmentImpl envImpl) |
| Modifier and Type | Method and Description |
|---|---|
void |
configVerifyTask(DbConfigManager configMgr)
Applies the new configuration, then cancels and reschedules the verify
task as needed.
|
String |
getCronSchedule() |
long |
getVerifyDelay() |
long |
getVerifyInterval() |
com.sleepycat.je.util.verify.DataVerifier.VerifyTask |
getVerifyTask() |
void |
requestShutdown() |
void |
shutdown() |
public DataVerifier(EnvironmentImpl envImpl)
public void configVerifyTask(DbConfigManager configMgr)
public void requestShutdown()
public void shutdown()
public long getVerifyDelay()
public long getVerifyInterval()
public com.sleepycat.je.util.verify.DataVerifier.VerifyTask getVerifyTask()
public String getCronSchedule()
Copyright © 2024. All rights reserved.