Package | Description |
---|---|
alluxio.client.keyvalue |
Modifier and Type | Method and Description |
---|---|
PayloadReader |
ByteBufferKeyValuePartitionReader.getPayloadReader() |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
LinearProbingIndex.get(ByteBuffer key,
PayloadReader reader) |
ByteBuffer |
Index.get(ByteBuffer key,
PayloadReader reader)
Gets the bytes of value given the key and payload storage reader.
|
Iterator<ByteBuffer> |
LinearProbingIndex.keyIterator(PayloadReader reader) |
Iterator<ByteBuffer> |
Index.keyIterator(PayloadReader reader)
Gets an iterator to iterate over all keys.
|
ByteBuffer |
LinearProbingIndex.nextKey(ByteBuffer currentKey,
PayloadReader reader) |
ByteBuffer |
Index.nextKey(ByteBuffer currentKey,
PayloadReader reader)
Gets the next key relative to the current provided key.
|
Copyright © 2023. All Rights Reserved.