Uses of Class
org.apache.hadoop.hive.ql.metadata.CheckResult.PartitionResult

Packages that use CheckResult.PartitionResult
org.apache.hadoop.hive.ql.metadata   
 

Uses of CheckResult.PartitionResult in org.apache.hadoop.hive.ql.metadata
 

Methods in org.apache.hadoop.hive.ql.metadata that return types with arguments of type CheckResult.PartitionResult
 List<CheckResult.PartitionResult> CheckResult.getPartitionsNotInMs()
           
 List<CheckResult.PartitionResult> CheckResult.getPartitionsNotOnFs()
           
 

Methods in org.apache.hadoop.hive.ql.metadata with parameters of type CheckResult.PartitionResult
 int CheckResult.PartitionResult.compareTo(CheckResult.PartitionResult o)
           
 

Method parameters in org.apache.hadoop.hive.ql.metadata with type arguments of type CheckResult.PartitionResult
 void CheckResult.setPartitionsNotInMs(List<CheckResult.PartitionResult> partitionsNotInMs)
           
 void CheckResult.setPartitionsNotOnFs(List<CheckResult.PartitionResult> partitionsNotOnFs)
           
 



Copyright © 2010 The Apache Software Foundation