public class BucketIdentifier extends Object
| Constructor and Description |
|---|
BucketIdentifier(long writeId,
int bucket) |
| Modifier and Type | Method and Description |
|---|---|
static BucketIdentifier |
from(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path path) |
int |
getBucketProperty() |
long |
getWriteId() |
static BucketIdentifier |
parsePath(org.apache.hadoop.fs.Path path) |
String |
toString() |
public static BucketIdentifier from(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path path)
public static BucketIdentifier parsePath(org.apache.hadoop.fs.Path path)
public long getWriteId()
public int getBucketProperty()
Copyright © 2024 The Apache Software Foundation. All rights reserved.