public static class KeyValuePartitionReader.Factory extends Object
KeyValuePartitionReader
.Modifier and Type | Method and Description |
---|---|
static KeyValuePartitionReader |
create(AlluxioURI uri)
Factory method to create a
KeyValuePartitionReader given the AlluxioURI of a
key-value partition. |
static KeyValuePartitionReader |
create(long blockId)
Factory method to create a
KeyValuePartitionReader given the block id of a key-value
partition. |
public static KeyValuePartitionReader create(AlluxioURI uri) throws AlluxioException, IOException
KeyValuePartitionReader
given the AlluxioURI
of a
key-value partition.uri
- Alluxio URI of the key-value partition to use as inputKeyValuePartitionReader
AlluxioException
IOException
public static KeyValuePartitionReader create(long blockId) throws AlluxioException, IOException
KeyValuePartitionReader
given the block id of a key-value
partition.blockId
- blockId the key-value partition to use as inputKeyValuePartitionReader
AlluxioException
IOException
Copyright © 2023. All Rights Reserved.