Interface IBatchDataIterator
-
- All Known Implementing Classes:
TsBlock.TsBlockSingleColumnIterator
public interface IBatchDataIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcurrentTime()ObjectcurrentValue()booleanhasNext()booleanhasNext(long minBound, long maxBound)voidnext()voidreset()inttotalLength()
-
-
-
Method Detail
-
hasNext
boolean hasNext()
-
hasNext
boolean hasNext(long minBound, long maxBound)
-
next
void next()
-
currentTime
long currentTime()
-
currentValue
Object currentValue()
-
reset
void reset()
-
totalLength
int totalLength()
-
-