Uses of Class
org.apache.hadoop.io.LongWritable
Packages that use LongWritable
Package
Description
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
-
Uses of LongWritable in org.apache.hadoop.io
Methods in org.apache.hadoop.io with parameters of type LongWritableModifier and TypeMethodDescriptionintLongWritable.compareTo(LongWritable o) Compares two LongWritables. -
Uses of LongWritable in org.apache.hadoop.mapred
Methods in org.apache.hadoop.mapred that return types with arguments of type LongWritableModifier and TypeMethodDescriptionFixedLengthInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter) TextInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter) -
Uses of LongWritable in org.apache.hadoop.mapred.lib
Methods in org.apache.hadoop.mapred.lib that return types with arguments of type LongWritableModifier and TypeMethodDescriptionCombineTextInputFormat.getRecordReader(InputSplit split, JobConf conf, Reporter reporter) NLineInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter) Method parameters in org.apache.hadoop.mapred.lib with type arguments of type LongWritableModifier and TypeMethodDescriptionvoidRegexMapper.map(K key, Text value, OutputCollector<Text, LongWritable> output, Reporter reporter) voidTokenCountMapper.map(K key, Text value, OutputCollector<Text, LongWritable> output, Reporter reporter) voidLongSumReducer.reduce(K key, Iterator<LongWritable> values, OutputCollector<K, LongWritable> output, Reporter reporter) voidLongSumReducer.reduce(K key, Iterator<LongWritable> values, OutputCollector<K, LongWritable> output, Reporter reporter) -
Uses of LongWritable in org.apache.hadoop.mapred.lib.db
Methods in org.apache.hadoop.mapred.lib.db that return types with arguments of type LongWritableModifier and TypeMethodDescriptionDBInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) Get theRecordReaderfor the givenInputSplit. -
Uses of LongWritable in org.apache.hadoop.mapreduce.lib.db
Methods in org.apache.hadoop.mapreduce.lib.db that return LongWritableMethods in org.apache.hadoop.mapreduce.lib.db that return types with arguments of type LongWritableModifier and TypeMethodDescriptionprotected RecordReader<LongWritable,T> DataDrivenDBInputFormat.createDBRecordReader(org.apache.hadoop.mapreduce.lib.db.DBInputFormat.DBInputSplit split, Configuration conf) protected RecordReader<LongWritable,T> DBInputFormat.createDBRecordReader(org.apache.hadoop.mapreduce.lib.db.DBInputFormat.DBInputSplit split, Configuration conf) protected RecordReader<LongWritable,T> OracleDataDrivenDBInputFormat.createDBRecordReader(org.apache.hadoop.mapreduce.lib.db.DBInputFormat.DBInputSplit split, Configuration conf) DBInputFormat.createRecordReader(InputSplit split, TaskAttemptContext context) Create a record reader for a given split.Methods in org.apache.hadoop.mapreduce.lib.db with parameters of type LongWritableModifier and TypeMethodDescriptionbooleanDBRecordReader.next(LongWritable key, T value) Deprecated. -
Uses of LongWritable in org.apache.hadoop.mapreduce.lib.input
Methods in org.apache.hadoop.mapreduce.lib.input that return types with arguments of type LongWritableModifier and TypeMethodDescriptionCombineTextInputFormat.createRecordReader(InputSplit split, TaskAttemptContext context) FixedLengthInputFormat.createRecordReader(InputSplit split, TaskAttemptContext context) NLineInputFormat.createRecordReader(InputSplit genericSplit, TaskAttemptContext context) TextInputFormat.createRecordReader(InputSplit split, TaskAttemptContext context) -
Uses of LongWritable in org.apache.hadoop.mapreduce.lib.reduce
Method parameters in org.apache.hadoop.mapreduce.lib.reduce with type arguments of type LongWritableModifier and TypeMethodDescriptionvoidLongSumReducer.reduce(KEY key, Iterable<LongWritable> values, Reducer<KEY, LongWritable, KEY, LongWritable>.org.apache.hadoop.mapreduce.Reducer.Context context)
DBRecordReader.nextKeyValue()