Uses of Interface
org.apache.hadoop.io.SequenceFile.Sorter.RawKeyValueIterator
Packages that use SequenceFile.Sorter.RawKeyValueIterator
Package
Description
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
-
Uses of SequenceFile.Sorter.RawKeyValueIterator in org.apache.hadoop.io
Methods in org.apache.hadoop.io that return SequenceFile.Sorter.RawKeyValueIteratorModifier and TypeMethodDescriptionSequenceFile.Sorter.merge(List<SequenceFile.Sorter.SegmentDescriptor> segments, Path tmpDir) Merges the list of segments of typeSegmentDescriptorMerges the contents of files passed in Path[]Merges the contents of files passed in Path[] using a max factor value that is already setMerges the contents of files passed in Path[]SequenceFile.Sorter.sortAndIterate(Path[] inFiles, Path tempDir, boolean deleteInput) Perform a file sort from a set of input files and return an iterator.Methods in org.apache.hadoop.io with parameters of type SequenceFile.Sorter.RawKeyValueIteratorModifier and TypeMethodDescriptionvoidSequenceFile.Sorter.writeFile(SequenceFile.Sorter.RawKeyValueIterator records, SequenceFile.Writer writer) Writes records from RawKeyValueIterator into a file represented by the passed writer.