Package | Description |
---|---|
org.iq80.leveldb | |
org.iq80.leveldb.impl |
Modifier and Type | Method and Description |
---|---|
void |
DB.compactRange(byte[] begin,
byte[] end)
Force a compaction of the specified key range.
|
void |
DB.delete(byte[] key) |
Snapshot |
DB.delete(byte[] key,
WriteOptions options) |
byte[] |
DB.get(byte[] key) |
byte[] |
DB.get(byte[] key,
ReadOptions options) |
void |
DB.put(byte[] key,
byte[] value) |
Snapshot |
DB.put(byte[] key,
byte[] value,
WriteOptions options) |
void |
DB.write(WriteBatch updates) |
Snapshot |
DB.write(WriteBatch updates,
WriteOptions options) |
Modifier and Type | Class and Description |
---|---|
static class |
DbImpl.BackgroundProcessingException |
static class |
DbImpl.DatabaseShutdownException |
Modifier and Type | Method and Description |
---|---|
void |
DbImpl.compactRange(byte[] begin,
byte[] end) |
void |
DbImpl.delete(byte[] key) |
Snapshot |
DbImpl.delete(byte[] key,
WriteOptions options) |
byte[] |
DbImpl.get(byte[] key) |
byte[] |
DbImpl.get(byte[] key,
ReadOptions options) |
void |
DbImpl.put(byte[] key,
byte[] value) |
Snapshot |
DbImpl.put(byte[] key,
byte[] value,
WriteOptions options) |
void |
DbImpl.write(WriteBatch updates) |
Snapshot |
DbImpl.write(WriteBatch updates,
WriteOptions options) |
Snapshot |
DbImpl.writeInternal(WriteBatchImpl updates,
WriteOptions options) |
Copyright © 2011–2015. All rights reserved.