public static class KeyValuePartitionWriter.Factory extends Object
KeyValuePartitionWriter
.Modifier and Type | Method and Description |
---|---|
static KeyValuePartitionWriter |
create(AlluxioURI uri)
Factory method to create a
KeyValuePartitionWriter instance that writes key-value
data to a new partition file in Alluxio. |
public static KeyValuePartitionWriter create(AlluxioURI uri) throws AlluxioException, IOException
KeyValuePartitionWriter
instance that writes key-value
data to a new partition file in Alluxio.uri
- URI of the key-value partition file to write toKeyValuePartitionWriter
AlluxioException
IOException
Copyright © 2023. All Rights Reserved.