Package | Description |
---|---|
alluxio.client.keyvalue |
Modifier and Type | Class and Description |
---|---|
class |
ByteBufferKeyValuePartitionReader
Reader that implements
KeyValuePartitionReader to access a key-value file using random
access API. |
Modifier and Type | Method and Description |
---|---|
static KeyValuePartitionReader |
KeyValuePartitionReader.Factory.create(AlluxioURI uri)
Factory method to create a
KeyValuePartitionReader given the AlluxioURI of a
key-value partition. |
static KeyValuePartitionReader |
KeyValuePartitionReader.Factory.create(long blockId)
Factory method to create a
KeyValuePartitionReader given the block id of a key-value
partition. |
Copyright © 2023. All Rights Reserved.