| Package | Description |
|---|---|
| org.rocksdb | |
| org.rocksdb.util |
| Modifier and Type | Method and Description |
|---|---|
ComparatorOptions |
ComparatorOptions.setMaxReusedBufferSize(int maxReusedBufferSize)
Sets the maximum size of a buffer (in bytes) that will be reused.
|
ComparatorOptions |
ComparatorOptions.setReusedSynchronisationType(ReusedSynchronisationType reusedSynchronisationType)
Set the synchronisation type used to guard the reused buffers.
|
ComparatorOptions |
ComparatorOptions.setUseDirectBuffer(boolean useDirectBuffer)
Controls whether a direct byte buffer (i.e. outside of the normal
garbage-collected heap) is used, as opposed to a non-direct byte buffer
which is a wrapper around an on-heap byte[].
|
| Constructor and Description |
|---|
AbstractComparator(ComparatorOptions copt) |
| Constructor and Description |
|---|
BytewiseComparator(ComparatorOptions copt) |
IntComparator(ComparatorOptions copt) |
ReverseBytewiseComparator(ComparatorOptions copt) |
Copyright © 2021. All rights reserved.