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 |
---|---|
List<CheckResult.PartitionResult> |
getPartitionsNotInMs() |
List<CheckResult.PartitionResult> |
getPartitionsNotOnFs() |
List<String> |
getTablesNotInMs() |
List<String> |
getTablesNotOnFs() |
void |
setPartitionsNotInMs(List<CheckResult.PartitionResult> partitionsNotInMs) |
void |
setPartitionsNotOnFs(List<CheckResult.PartitionResult> partitionsNotOnFs) |
void |
setTablesNotInMs(List<String> tablesNotInMs) |
void |
setTablesNotOnFs(List<String> tablesNotOnFs) |
public List<String> getTablesNotOnFs()
public void setTablesNotOnFs(List<String> tablesNotOnFs)
tablesNotOnFs
- a list of tables not found on the filesystem.public List<String> getTablesNotInMs()
public void setTablesNotInMs(List<String> tablesNotInMs)
tablesNotInMs
- a list of tables not found in the metastore.public List<CheckResult.PartitionResult> getPartitionsNotOnFs()
public void setPartitionsNotOnFs(List<CheckResult.PartitionResult> partitionsNotOnFs)
partitionsNotOnFs
- a list of partitions not found on the fspublic List<CheckResult.PartitionResult> getPartitionsNotInMs()
public void setPartitionsNotInMs(List<CheckResult.PartitionResult> partitionsNotInMs)
partitionsNotInMs
- a list of partitions not found in the metastoreCopyright © 2017 The Apache Software Foundation. All rights reserved.