Package org.apache.hadoop.mapred.join
package org.apache.hadoop.mapred.join
-
ClassDescriptionArrayListBackedIterator<X extends Writable>This class provides an implementation of ResetableIterator.Refinement of InputFormat requiring implementors to provide ComposableRecordReader instead of RecordReader.Additional operations required of a RecordReader to participate in a join.CompositeInputFormat<K extends WritableComparable>An InputFormat capable of performing joins over a set of data sources sorted and partitioned the same way.This InputSplit contains a set of child InputSplits.A RecordReader that can effect joins of RecordReaders sharing a common key type and partitioning.InnerJoinRecordReader<K extends WritableComparable>Full inner join.JoinRecordReader<K extends WritableComparable>Base class for Composite joins returning Tuples of arbitrary Writables.Base class for Composite join returning values derived from multiple sources, but generally not tuples.OuterJoinRecordReader<K extends WritableComparable>Full outer join.Prefer the "rightmost" data source for this key.Very simple shift-reduce parser for join expressions.Tagged-union type for tokens from the join expression.ResetableIterator<T extends Writable>This defines an interface to a stateful Iterator that can replay elements added to it directly.org.apache.hadoop.mapred.join.ResetableIterator.EMPTY<U extends Writable>StreamBackedIterator<X extends Writable>This class provides an implementation of ResetableIterator.Writable type storing multiple
Writables.Proxy class for a RecordReader participating in the join framework.