| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BtreeStats |
The BtreeStats object is used to return Btree database statistics.
|
| Modifier and Type | Method | Description |
|---|---|---|
DatabaseStats |
Database.getStats(StatsConfig config) |
Returns Btree node counts.
|
DatabaseStats |
Database.verify(VerifyConfig config) |
Verifies the integrity of the database.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.