Uses of Interface
org.apache.accumulo.core.file.map.MySequenceFile.Sorter.RawKeyValueIterator

Packages that use MySequenceFile.Sorter.RawKeyValueIterator
org.apache.accumulo.core.file.map   
 

Uses of MySequenceFile.Sorter.RawKeyValueIterator in org.apache.accumulo.core.file.map
 

Methods in org.apache.accumulo.core.file.map that return MySequenceFile.Sorter.RawKeyValueIterator
 MySequenceFile.Sorter.RawKeyValueIterator MySequenceFile.Sorter.merge(List<MySequenceFile.Sorter.SegmentDescriptor> segments, org.apache.hadoop.fs.Path tmpDir)
          Merges the list of segments of type SegmentDescriptor
 MySequenceFile.Sorter.RawKeyValueIterator MySequenceFile.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[]
 MySequenceFile.Sorter.RawKeyValueIterator MySequenceFile.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
 MySequenceFile.Sorter.RawKeyValueIterator MySequenceFile.Sorter.merge(org.apache.hadoop.fs.Path[] inNames, org.apache.hadoop.fs.Path tempDir, boolean deleteInputs)
          Merges the contents of files passed in Path[]
 MySequenceFile.Sorter.RawKeyValueIterator MySequenceFile.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.accumulo.core.file.map with parameters of type MySequenceFile.Sorter.RawKeyValueIterator
 void MySequenceFile.Sorter.writeFile(MySequenceFile.Sorter.RawKeyValueIterator records, MySequenceFile.Writer writer)
          Writes records from RawKeyValueIterator into a file represented by the passed writer
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.