public class BucketInfo extends Object implements Serializable
| Constructor and Description |
|---|
BucketInfo(BucketType bucketType,
String fileIdPrefix,
String partitionPath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BucketType |
getBucketType() |
String |
getFileIdPrefix() |
String |
getPartitionPath() |
int |
hashCode() |
String |
toString() |
public BucketInfo(BucketType bucketType, String fileIdPrefix, String partitionPath)
public BucketType getBucketType()
public String getFileIdPrefix()
public String getPartitionPath()
Copyright © 2024 The Apache Software Foundation. All rights reserved.