Uses of Class
org.apache.hadoop.io.BytesWritable
Packages that use BytesWritable
Package
Description
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
-
Uses of BytesWritable in org.apache.hadoop.io
Methods in org.apache.hadoop.io with parameters of type BytesWritableModifier and TypeMethodDescriptionvoidBytesWritable.set(BytesWritable newData) Set the BytesWritable to the contents of the given newData. -
Uses of BytesWritable in org.apache.hadoop.io.file.tfile
Methods in org.apache.hadoop.io.file.tfile with parameters of type BytesWritableModifier and TypeMethodDescriptionvoidTFile.Reader.Scanner.Entry.get(BytesWritable key, BytesWritable value) Copy the key and value in one shot into BytesWritables.intTFile.Reader.Scanner.Entry.getKey(BytesWritable key) Copy the key into BytesWritable.longTFile.Reader.Scanner.Entry.getValue(BytesWritable value) Copy the value into BytesWritable.Constructors in org.apache.hadoop.io.file.tfile with parameters of type BytesWritableModifierConstructorDescriptionByteArray(BytesWritable other) Constructing a ByteArray from aBytesWritable.