| Package | Description |
|---|---|
| org.iq80.leveldb.impl |
| Modifier and Type | Method and Description |
|---|---|
WriteBatchImpl |
WriteBatchImpl.delete(byte[] key) |
WriteBatchImpl |
WriteBatchImpl.delete(Slice key) |
WriteBatchImpl |
WriteBatchImpl.put(byte[] key,
byte[] value) |
WriteBatchImpl |
WriteBatchImpl.put(Slice key,
Slice value) |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
DbImpl.writeInternal(WriteBatchImpl updates,
WriteOptions options) |
Copyright © 2011–2019. All rights reserved.