cascading.flow.hadoop.util
Class TimedIterator

java.lang.Object
  extended by cascading.flow.hadoop.util.TimedIterator
All Implemented Interfaces:
java.util.Iterator

public class TimedIterator
extends java.lang.Object
implements java.util.Iterator


Constructor Summary
TimedIterator(FlowProcess flowProcess, java.lang.Enum durationCounter, java.lang.Enum countCounter)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 void reset(java.util.Iterator iterator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimedIterator

public TimedIterator(FlowProcess flowProcess,
                     java.lang.Enum durationCounter,
                     java.lang.Enum countCounter)
Method Detail

reset

public void reset(java.util.Iterator iterator)

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator


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