com.sleepycat.db
public class CompactConfig extends Object implements Cloneable
| Field Summary | |
|---|---|
| static CompactConfig | DEFAULT |
| Constructor Summary | |
|---|---|
| CompactConfig() | |
| Method Summary | |
|---|---|
| int | getFillPercent() |
| boolean | getFreeListOnly() |
| boolean | getFreeSpace() |
| int | getMaxPages() |
| int | getTimeout() |
| void | setFillPercent(int fillpercent) |
| void | setFreeListOnly(boolean freeListOnly) |
| void | setFreeSpace(boolean freeSpace) |
| void | setMaxPages(int maxPages) |
| void | setTimeout(int timeout) |