cascading.pipe.cogroup
Class MixedJoin.JoinIterator

java.lang.Object
  extended by cascading.pipe.cogroup.InnerJoin.JoinIterator
      extended by cascading.pipe.cogroup.OuterJoin.JoinIterator
          extended by cascading.pipe.cogroup.MixedJoin.JoinIterator
All Implemented Interfaces:
Iterator<Tuple>
Enclosing class:
MixedJoin

protected class MixedJoin.JoinIterator
extends OuterJoin.JoinIterator


Constructor Summary
MixedJoin.JoinIterator(GroupClosure closure)
           
 
Method Summary
protected  boolean isOuter(int i)
           
 
Methods inherited from class cascading.pipe.cogroup.OuterJoin.JoinIterator
getCoGroupClosure, getIterator, init
 
Methods inherited from class cascading.pipe.cogroup.InnerJoin.JoinIterator
hasNext, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MixedJoin.JoinIterator

public MixedJoin.JoinIterator(GroupClosure closure)
Method Detail

isOuter

protected boolean isOuter(int i)
Overrides:
isOuter in class OuterJoin.JoinIterator


Copyright © 2007-2010 Concurrent, Inc. All Rights Reserved.