Uses of Interface
org.apache.hadoop.io.SequenceFile.ValueBytes
Packages that use SequenceFile.ValueBytes
Package
Description
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
-
Uses of SequenceFile.ValueBytes in org.apache.hadoop.io
Methods in org.apache.hadoop.io that return SequenceFile.ValueBytesModifier and TypeMethodDescriptionSequenceFile.Reader.createValueBytes()SequenceFile.Sorter.RawKeyValueIterator.getValue()Gets the current raw value.Methods in org.apache.hadoop.io with parameters of type SequenceFile.ValueBytesModifier and TypeMethodDescriptionvoidSequenceFile.Writer.appendRaw(byte[] keyData, int keyOffset, int keyLength, SequenceFile.ValueBytes val) intSequenceFile.Reader.nextRaw(DataOutputBuffer key, SequenceFile.ValueBytes val) Read 'raw' records.intSequenceFile.Reader.nextRawValue(SequenceFile.ValueBytes val) Read 'raw' values.intSequenceFile.Sorter.SegmentDescriptor.nextRawValue(SequenceFile.ValueBytes rawValue) Fills up the passed rawValue with the value corresponding to the key read earlier.