public static class CheckResult.PartitionResult extends Object implements Comparable<CheckResult.PartitionResult>
| Constructor and Description |
|---|
PartitionResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CheckResult.PartitionResult o) |
boolean |
equals(Object other) |
org.apache.hadoop.fs.Path |
getLocation(org.apache.hadoop.fs.Path tablePath,
Map<String,String> partSpec) |
long |
getMaxTxnId() |
long |
getMaxWriteId() |
String |
getPartitionName() |
String |
getTableName() |
int |
hashCode() |
void |
setMaxTxnId(long maxTxnId) |
void |
setMaxWriteId(long maxWriteId) |
void |
setPartitionName(String partitionName) |
void |
setPath(org.apache.hadoop.fs.Path path) |
void |
setTableName(String tableName) |
String |
toString() |
public String getPartitionName()
public void setPartitionName(String partitionName)
partitionName - name of partitionpublic String getTableName()
public void setTableName(String tableName)
tableName - table namepublic void setPath(org.apache.hadoop.fs.Path path)
public org.apache.hadoop.fs.Path getLocation(org.apache.hadoop.fs.Path tablePath,
Map<String,String> partSpec)
throws MetaException
MetaExceptionpublic long getMaxWriteId()
public void setMaxWriteId(long maxWriteId)
public long getMaxTxnId()
public void setMaxTxnId(long maxTxnId)
public int compareTo(CheckResult.PartitionResult o)
compareTo in interface Comparable<CheckResult.PartitionResult>Copyright © 2024 The Apache Software Foundation. All rights reserved.