public class MutableUnionRecordReader<T extends IOReadableWritable> extends AbstractUnionRecordReader<T> implements MutableReader<T>
| Constructor and Description |
|---|
MutableUnionRecordReader(MutableRecordReader<T>[] recordReaders)
Constructs a new mutable union record reader.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
next(T target) |
getNextRecord, isInputClosed, publishEvent, reportRecordAvailabilityhandleEvent, hasReachedEndOfSuperstep, incrementEndOfSuperstepEventAndCheck, setIterative, startNextSuperstep, subscribeToEvent, unsubscribeFromEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasReachedEndOfSuperstep, isInputClosed, publishEvent, setIterative, startNextSuperstep, subscribeToEvent, unsubscribeFromEventpublic MutableUnionRecordReader(MutableRecordReader<T>[] recordReaders)
recordReaders - the individual mutable record readers whose input is used to construct the unionpublic boolean next(T target) throws IOException, InterruptedException
next in interface MutableReader<T extends IOReadableWritable>IOExceptionInterruptedExceptionCopyright © 2014 The Apache Software Foundation. All rights reserved.