public class EntityIterator extends Object implements Iterator<BulkEntity>
| Constructor and Description |
|---|
EntityIterator(BulkRecordReader reader,
boolean isForFullDownload) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
BulkEntity |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic EntityIterator(BulkRecordReader reader, boolean isForFullDownload)
public boolean hasNext()
hasNext in interface Iterator<BulkEntity>public BulkEntity next()
next in interface Iterator<BulkEntity>public void remove()
remove in interface Iterator<BulkEntity>Copyright © 2024. All rights reserved.