Generated by
JDiff

Interface org.apache.hadoop.mapred.join.ComposableRecordReader

Changed Methods
void accept(JoinCollector, K) Changed from abstract to non-abstract. While key-value pairs from this RecordReader match the given key register them with the JoinCollector provided.
boolean hasNext() Changed from abstract to non-abstract. Returns true if the stream is not empty but provides no guarantee that a call to next(K V) will succeed.
int id() Changed from abstract to non-abstract. Return the position in the collector this class occupies.
void skip(K) Changed from abstract to non-abstract. Skip key-value pairs with keys less than or equal to the key provided.
K key() Changed from abstract to non-abstract. Return the key this RecordReader would supply on a call to next(K V)
void key(K) Changed from abstract to non-abstract. Clone the key at the head of this RecordReader into the object provided.