cascading.tap.hadoop.io
Class CombineInputPartitionTupleEntryIterator

java.lang.Object
  extended by cascading.tap.hadoop.io.CombineInputPartitionTupleEntryIterator
All Implemented Interfaces:
Iterator<Tuple>

public class CombineInputPartitionTupleEntryIterator
extends Object
implements Iterator<Tuple>


Constructor Summary
CombineInputPartitionTupleEntryIterator(FlowProcess<JobConf> flowProcess, Fields sourceFields, Partition partition, String parentIdentifier, TupleEntrySchemeIterator childIterator)
           
 
Method Summary
 boolean hasNext()
           
 Tuple next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombineInputPartitionTupleEntryIterator

public CombineInputPartitionTupleEntryIterator(FlowProcess<JobConf> flowProcess,
                                               Fields sourceFields,
                                               Partition partition,
                                               String parentIdentifier,
                                               TupleEntrySchemeIterator childIterator)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Tuple>

next

public Tuple next()
Specified by:
next in interface Iterator<Tuple>

remove

public void remove()
Specified by:
remove in interface Iterator<Tuple>


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