Package | Description |
---|---|
org.iq80.leveldb | |
org.iq80.leveldb.impl |
Modifier and Type | Method and Description |
---|---|
WriteBatch |
DB.createWriteBatch() |
WriteBatch |
WriteBatch.delete(byte[] key) |
WriteBatch |
WriteBatch.put(byte[] key,
byte[] value) |
Modifier and Type | Method and Description |
---|---|
void |
DB.write(WriteBatch updates) |
Snapshot |
DB.write(WriteBatch updates,
WriteOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
WriteBatchImpl |
Modifier and Type | Method and Description |
---|---|
WriteBatch |
DbImpl.createWriteBatch() |
Modifier and Type | Method and Description |
---|---|
void |
DbImpl.write(WriteBatch updates) |
Snapshot |
DbImpl.write(WriteBatch updates,
WriteOptions options) |
Copyright © 2011–2022. All rights reserved.