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.mapred
Methods in org.apache.hadoop.mapred that return types with arguments of type BytesWritableModifier and TypeMethodDescriptionFixedLengthInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter) SequenceFileAsBinaryInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) SequenceFileAsBinaryInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) SequenceFileAsBinaryOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) SequenceFileAsBinaryOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) -
Uses of BytesWritable in org.apache.hadoop.mapreduce.lib.input
Methods in org.apache.hadoop.mapreduce.lib.input that return types with arguments of type BytesWritableModifier and TypeMethodDescriptionFixedLengthInputFormat.createRecordReader(InputSplit split, TaskAttemptContext context) SequenceFileAsBinaryInputFormat.createRecordReader(InputSplit split, TaskAttemptContext context) SequenceFileAsBinaryInputFormat.createRecordReader(InputSplit split, TaskAttemptContext context) -
Uses of BytesWritable in org.apache.hadoop.mapreduce.lib.output
Methods in org.apache.hadoop.mapreduce.lib.output that return types with arguments of type BytesWritableModifier and TypeMethodDescriptionSequenceFileAsBinaryOutputFormat.getRecordWriter(TaskAttemptContext context) SequenceFileAsBinaryOutputFormat.getRecordWriter(TaskAttemptContext context)