Uses of Class
org.apache.hadoop.io.DataOutputBuffer
Packages that use DataOutputBuffer
Package
Description
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
-
Uses of DataOutputBuffer in org.apache.hadoop.io
Methods in org.apache.hadoop.io that return DataOutputBufferModifier and TypeMethodDescriptionSequenceFile.Sorter.RawKeyValueIterator.getKey()Gets the current raw key.SequenceFile.Sorter.SegmentDescriptor.getKey()DataOutputBuffer.reset()Resets the buffer to empty.Methods in org.apache.hadoop.io with parameters of type DataOutputBufferModifier and TypeMethodDescriptionintSequenceFile.Reader.nextRaw(DataOutputBuffer key, SequenceFile.ValueBytes val) Read 'raw' records.intSequenceFile.Reader.nextRawKey(DataOutputBuffer key) Read 'raw' keys.