Uses of Class
org.apache.hadoop.hive.ql.io.AcidUtils.ParsedDelta

Packages that use AcidUtils.ParsedDelta
org.apache.hadoop.hive.ql.io   
 

Uses of AcidUtils.ParsedDelta in org.apache.hadoop.hive.ql.io
 

Methods in org.apache.hadoop.hive.ql.io that return types with arguments of type AcidUtils.ParsedDelta
 List<AcidUtils.ParsedDelta> AcidUtils.Directory.getCurrentDirectories()
          Get the list of base and delta directories that are valid and not obsolete.
 

Methods in org.apache.hadoop.hive.ql.io with parameters of type AcidUtils.ParsedDelta
 int AcidUtils.ParsedDelta.compareTo(AcidUtils.ParsedDelta parsedDelta)
           
 

Method parameters in org.apache.hadoop.hive.ql.io with type arguments of type AcidUtils.ParsedDelta
static org.apache.hadoop.fs.Path[] AcidUtils.getPaths(List<AcidUtils.ParsedDelta> deltas)
          Convert a list of deltas to a list of delta directories.
static List<Long> AcidUtils.serializeDeltas(List<AcidUtils.ParsedDelta> deltas)
          Convert the list of deltas into an equivalent list of begin/end transaction id pairs.
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.