Uses of Interface
org.apache.hadoop.hbase.io.SequenceFile.Sorter.RawKeyValueIterator

Packages that use SequenceFile.Sorter.RawKeyValueIterator
org.apache.hadoop.hbase.io   
 

Uses of SequenceFile.Sorter.RawKeyValueIterator in org.apache.hadoop.hbase.io
 

Methods in org.apache.hadoop.hbase.io that return SequenceFile.Sorter.RawKeyValueIterator
 SequenceFile.Sorter.RawKeyValueIterator SequenceFile.Sorter.merge(List<SequenceFile.Sorter.SegmentDescriptor> segments, org.apache.hadoop.fs.Path tmpDir)
          Merges the list of segments of type SegmentDescriptor
 SequenceFile.Sorter.RawKeyValueIterator SequenceFile.Sorter.merge(org.apache.hadoop.fs.Path[] inNames, boolean deleteInputs, int factor, org.apache.hadoop.fs.Path tmpDir)
          Merges the contents of files passed in Path[]
 SequenceFile.Sorter.RawKeyValueIterator SequenceFile.Sorter.merge(org.apache.hadoop.fs.Path[] inNames, boolean deleteInputs, org.apache.hadoop.fs.Path tmpDir)
          Merges the contents of files passed in Path[] using a max factor value that is already set
 SequenceFile.Sorter.RawKeyValueIterator SequenceFile.Sorter.merge(org.apache.hadoop.fs.Path[] inNames, org.apache.hadoop.fs.Path tempDir, boolean deleteInputs)
          Merges the contents of files passed in Path[]
 SequenceFile.Sorter.RawKeyValueIterator SequenceFile.Sorter.sortAndIterate(org.apache.hadoop.fs.Path[] inFiles, org.apache.hadoop.fs.Path tempDir, boolean deleteInput)
          Perform a file sort from a set of input files and return an iterator.
 

Methods in org.apache.hadoop.hbase.io with parameters of type SequenceFile.Sorter.RawKeyValueIterator
 void SequenceFile.Sorter.writeFile(SequenceFile.Sorter.RawKeyValueIterator records, SequenceFile.Writer writer)
          Writes records from RawKeyValueIterator into a file represented by the passed writer
 



Copyright © 2008 The Apache Software Foundation