public interface ResourceAwareRealTimeLineReader<T> extends RealTimeLineReader<T>
RealTimeLineReader that is aware of other aspects of the resource it is reading in addition to just the line its reading| Modifier and Type | Method and Description |
|---|---|
Long |
getCurrentIndex()
Depending on the resource the
size() may factor in redundant rows also that maybe filtered by the reader if it uses some sort of filter. |
Long |
size()
Get number of tuples/records in resource
|
close, dispose, getSourceLocation, hasNext, init, isInitialized, nextLong size()
Long getCurrentIndex()
size() may factor in redundant rows also that maybe filtered by the reader if it uses some sort of filter.
Copyright © 2018. All rights reserved.