public class BulkEntityIterable extends Object implements Iterable<BulkEntity>, Closeable
| Constructor and Description |
|---|
BulkEntityIterable(BulkRecordReader reader,
boolean isForFullDownload)
Reserved for internal use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Iterator<BulkEntity> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic BulkEntityIterable(BulkRecordReader reader, boolean isForFullDownload)
reader - the bulk stream reader instanceisForFullDownload - is the reader for full downloadpublic Iterator<BulkEntity> iterator()
iterator in interface Iterable<BulkEntity>public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2024. All rights reserved.