public interface TupleContextAwareReader<I,O> extends RealTimeLineReader<O>
RealTimeLineReader
that provides an option to retrieve the RealTimeLineReader.next()
record with the
context of the original tuple/record/object that resulted in the output entity from next.Modifier and Type | Method and Description |
---|---|
Map.Entry<I,O> |
nextTupleResult()
Get the next Output entity but also return the original Input tuple that resulted in the Output.
|
close, dispose, getSourceLocation, hasNext, init, isInitialized, next
Copyright © 2018. All rights reserved.