Uses of Class
org.apache.hadoop.io.BytesWritable

Packages that use BytesWritable
org.apache.hadoop.io Generic i/o code for use when reading and writing data to the network, to databases, and to files. 
org.apache.hadoop.mapred   
org.apache.hadoop.mapreduce.lib.input   
org.apache.hadoop.mapreduce.lib.output   
 

Uses of BytesWritable in org.apache.hadoop.io
 

Methods in org.apache.hadoop.io with parameters of type BytesWritable
 void BytesWritable.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 BytesWritable
 RecordReader<LongWritable,BytesWritable> FixedLengthInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter)
           
 RecordReader<BytesWritable,BytesWritable> SequenceFileAsBinaryInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter)
           
 RecordReader<BytesWritable,BytesWritable> SequenceFileAsBinaryInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter)
           
 RecordWriter<BytesWritable,BytesWritable> SequenceFileAsBinaryOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress)
           
 RecordWriter<BytesWritable,BytesWritable> 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 BytesWritable
 RecordReader<LongWritable,BytesWritable> FixedLengthInputFormat.createRecordReader(InputSplit split, TaskAttemptContext context)
           
 RecordReader<BytesWritable,BytesWritable> SequenceFileAsBinaryInputFormat.createRecordReader(InputSplit split, TaskAttemptContext context)
           
 RecordReader<BytesWritable,BytesWritable> 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 BytesWritable
 RecordWriter<BytesWritable,BytesWritable> SequenceFileAsBinaryOutputFormat.getRecordWriter(TaskAttemptContext context)
           
 RecordWriter<BytesWritable,BytesWritable> SequenceFileAsBinaryOutputFormat.getRecordWriter(TaskAttemptContext context)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.