Uses of Class
org.apache.hadoop.mapreduce.lib.join.ArrayListBackedIterator

Packages that use ArrayListBackedIterator
org.apache.hadoop.mapred.join Given a set of sorted datasets keyed with the same class and yielding equal partitions, it is possible to effect a join of those datasets prior to the map. 
 

Uses of ArrayListBackedIterator in org.apache.hadoop.mapred.join
 

Subclasses of ArrayListBackedIterator in org.apache.hadoop.mapred.join
 class ArrayListBackedIterator<X extends Writable>
          This class provides an implementation of ResetableIterator.
 



Copyright © 2009 The Apache Software Foundation