|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CheckpointCapability
Capability to control BDB checkpointing.
HotBackupCapability| Method Summary | |
|---|---|
void |
forceCheckpoint()
Forces a checkpoint to run now, even if checkpointer is suspended or disabled. |
void |
resumeCheckpointer()
Resumes the checkpointer if it was suspended. |
void |
suspendCheckpointer(long suspensionTime)
Suspend the checkpointer until the suspension time has expired or until manually resumed. |
| Method Detail |
|---|
void suspendCheckpointer(long suspensionTime)
Calling this method repeatedly resets the suspension time. Each invocation of suspendCheckpointer is like a lease renewal or heartbeat.
suspensionTime - minimum length of suspension, in milliseconds,
unless checkpointer is manually resumedvoid resumeCheckpointer()
void forceCheckpoint()
throws PersistException
PersistDeniedException - if disabled during a hot backup
PersistException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||