public class CompactStats
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
int |
getDeadlock() |
If no transaction parameter was specified to
Database.compact , the number of deadlocks which
occurred. |
int |
getEmptyBuckets() |
The number of empty hash buckets that were found during the compaction phase.
|
int |
getLevels() |
The number of levels removed from the Btree or Recno database during the
compaction phase.
|
int |
getPagesExamine() |
The number of database pages reviewed during the compaction phase.
|
int |
getPagesFree() |
The number of database pages free during the compaction phase.
|
int |
getPagesTruncated() |
The number of database pages returned to the filesystem.
|
java.lang.String |
toString() |
For convenience, the CompactStats class has a toString method that lists
all the data fields.
|
public int getEmptyBuckets()
public int getPagesFree()
public int getPagesExamine()
public int getLevels()
public int getDeadlock()
Database.compact
, the number of deadlocks which
occurred.public int getPagesTruncated()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.