public interface IBatchDataIterator
| Modifier and Type | Method and Description |
|---|---|
long |
currentTime() |
Object |
currentValue() |
boolean |
hasNext() |
boolean |
hasNext(long minBound,
long maxBound) |
void |
next() |
void |
reset() |
int |
totalLength() |
boolean hasNext()
boolean hasNext(long minBound,
long maxBound)
void next()
long currentTime()
Object currentValue()
void reset()
int totalLength()
Copyright © 2022 The Apache Software Foundation. All rights reserved.