public class ScrollableMultiDataSetIterator extends Object implements MultiDataSetIterator
| Modifier and Type | Field and Description |
|---|---|
protected MultiDataSetIterator |
backedIterator |
protected AtomicLong |
counter |
protected MultiDataSet |
firstMultiTrain |
protected DataSet |
firstTrain |
protected AtomicBoolean |
resetPending |
| Constructor and Description |
|---|
ScrollableMultiDataSetIterator(int num,
MultiDataSetIterator backedIterator,
AtomicLong counter,
MultiDataSet firstTrain,
int[] itemsPerPart) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
asyncSupported() |
MultiDataSetPreProcessor |
getPreProcessor() |
boolean |
hasNext() |
MultiDataSet |
next() |
MultiDataSet |
next(int i) |
void |
remove() |
void |
reset() |
boolean |
resetSupported() |
void |
setPreProcessor(MultiDataSetPreProcessor dataSetPreProcessor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected MultiDataSetIterator backedIterator
protected AtomicLong counter
protected AtomicBoolean resetPending
protected DataSet firstTrain
protected MultiDataSet firstMultiTrain
public ScrollableMultiDataSetIterator(int num,
MultiDataSetIterator backedIterator,
AtomicLong counter,
MultiDataSet firstTrain,
int[] itemsPerPart)
public boolean resetSupported()
resetSupported in interface MultiDataSetIteratorpublic boolean asyncSupported()
asyncSupported in interface MultiDataSetIteratorpublic void reset()
reset in interface MultiDataSetIteratorpublic void setPreProcessor(MultiDataSetPreProcessor dataSetPreProcessor)
setPreProcessor in interface MultiDataSetIteratorpublic MultiDataSetPreProcessor getPreProcessor()
getPreProcessor in interface MultiDataSetIteratorpublic boolean hasNext()
hasNext in interface Iterator<MultiDataSet>public MultiDataSet next()
next in interface Iterator<MultiDataSet>public void remove()
remove in interface Iterator<MultiDataSet>public MultiDataSet next(int i)
next in interface MultiDataSetIteratorCopyright © 2021. All rights reserved.