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