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