public interface IBatchReader
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNextBatch() |
BatchData |
nextBatch() |
boolean hasNextBatch()
throws IOException
IOExceptionBatchData nextBatch() throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.