| Interface | Description |
|---|---|
| IBTreeComparator | |
| IBTreeVisitor |
The visitor visits all records where compare returns 0.
|
| IString |
Interface for strings stored in the database.
|
| Class | Description |
|---|---|
| BTree |
Implements B-Tree search structure.
|
| ChunkCache | |
| Database |
Database encapsulates access to a flat binary format file with a memory-manager-like API for
obtaining and releasing areas of storage (memory).
|
| DBProperties |
DBProperties is a bare-bones implementation of a String->String mapping.
|
| DBStatus | |
| EmptyString |
Represents an empty string.
|
| LargeBlock | |
| LongString |
This is for strings that take up more than on chunk.
|
| MemoryStats | |
| MemoryStats.PoolStats | |
| NdStringSet |
A container for storing a set of strings in the Database.
|
| ShortString |
This is for strings that fit inside a single chunk.
|
| Exception | Description |
|---|---|
| IndexException |
This exception indicates corruption in the JDT index database.
|