| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
static ReusedSynchronisationType |
ReusedSynchronisationType.getReusedSynchronisationType(byte value)
Get ReusedSynchronisationType by byte value.
|
ReusedSynchronisationType |
ComparatorOptions.reusedSynchronisationType()
Get the synchronisation type used to guard the reused buffers.
|
static ReusedSynchronisationType |
ReusedSynchronisationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReusedSynchronisationType[] |
ReusedSynchronisationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ComparatorOptions |
ComparatorOptions.setReusedSynchronisationType(ReusedSynchronisationType reusedSynchronisationType)
Set the synchronisation type used to guard the reused buffers.
|
Copyright © 2022. All rights reserved.