public class CheckResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckResult.PartitionResult
A basic description of a partition that is missing from either the fs or
the ms.
|
| Constructor and Description |
|---|
CheckResult() |
| Modifier and Type | Method and Description |
|---|---|
Set<CheckResult.PartitionResult> |
getPartitionsNotInMs() |
Set<CheckResult.PartitionResult> |
getPartitionsNotOnFs() |
Set<String> |
getTablesNotInMs() |
Set<String> |
getTablesNotOnFs() |
void |
setPartitionsNotInMs(Set<CheckResult.PartitionResult> partitionsNotInMs) |
void |
setPartitionsNotOnFs(Set<CheckResult.PartitionResult> partitionsNotOnFs) |
void |
setTablesNotInMs(Set<String> tablesNotInMs) |
void |
setTablesNotOnFs(Set<String> tablesNotOnFs) |
public Set<String> getTablesNotOnFs()
public void setTablesNotOnFs(Set<String> tablesNotOnFs)
tablesNotOnFs - a list of tables not found on the filesystem.public Set<String> getTablesNotInMs()
public void setTablesNotInMs(Set<String> tablesNotInMs)
tablesNotInMs - a list of tables not found in the metastore.public Set<CheckResult.PartitionResult> getPartitionsNotOnFs()
public void setPartitionsNotOnFs(Set<CheckResult.PartitionResult> partitionsNotOnFs)
partitionsNotOnFs - a list of partitions not found on the fspublic Set<CheckResult.PartitionResult> getPartitionsNotInMs()
public void setPartitionsNotInMs(Set<CheckResult.PartitionResult> partitionsNotInMs)
partitionsNotInMs - a list of partitions not found in the metastoreCopyright © 2019 The Apache Software Foundation. All Rights Reserved.