| Interface | Description |
|---|---|
| DB |
A DB is a persistent ordered map from keys to values.
|
| DBComparator | |
| DBFactory | |
| DBIterator | |
| Logger |
An interface for writing log messages.
|
| Snapshot |
Abstract handle to particular state of a DB.
|
| WriteBatch | |
| XFilterPolicy |
A database can be configured with a custom FilterPolicy object.
|
| Class | Description |
|---|---|
| Options |
Options to control the behavior of a database
|
| Range |
A range of keys as of
[start, limit) |
| ReadOptions |
Options that control read operations
|
| WriteOptions |
Options that control write operations
|
| Enum | Description |
|---|---|
| CompressionType |
DB contents are stored in a set of blocks, each of which holds a
sequence of key,value pairs.
|
| Exception | Description |
|---|---|
| DBException |
Copyright © 2011–2020. All rights reserved.