#include <flaim.h>
Public Attributes | |
FLMBOOL | bRunning |
Is checkpoint thread currently running? | |
FLMUINT | uiRunningTime |
Time (milliseconds) the checkpoint thread has been running (if bRunning is TRUE). | |
FLMBOOL | bForcingCheckpoint |
Is a checkpoint being forced? | |
FLMUINT | uiForceCheckpointRunningTime |
Time (milliseconds) the checkpoint thread has been forcing a checkpoint (only valid if both bRunning and bForcingCheckpoint are TRUE). | |
FLMINT | iForceCheckpointReason |
Reason checkpoint is being forced (only valid if bForcingCheckpoint is TRUE). It may be one of the following:
| |
FLMBOOL | bWritingDataBlocks |
TRUE if checkpoint thread is currently writing out dirty data blocks. | |
FLMUINT | uiLogBlocksWritten |
Total number of blocks written to the rollback log. | |
FLMUINT | uiDataBlocksWritten |
Total number of dirty data blocks written. | |
FLMUINT | uiDirtyCacheBytes |
Total bytes of dirty cache that still needs to be written. | |
FLMUINT | uiBlockSize |
Block size for database (in bytes). | |
FLMUINT | uiWaitTruncateTime |
Time (milliseconds) the checkpoint thread has been waiting to truncate the rollback log. |
|
Time (milliseconds) the checkpoint thread has been waiting to truncate the rollback log. If zero, the checkpoint thread is not currently waiting to truncate the rollback log. |