public interface ChunkDownloader
| Modifier and Type | Method and Description |
|---|---|
SnowflakeResultChunk |
getNextChunkToConsume()
Get next SnowflakeResultChunk that is ready to be consumed by the main thread.
|
DownloaderMetrics |
terminate()
Terminate the chunk downloader, release all resources allocated
|
SnowflakeResultChunk getNextChunkToConsume() throws InterruptedException, SnowflakeSQLException
InterruptedExceptionSnowflakeSQLExceptionDownloaderMetrics terminate() throws InterruptedException
InterruptedExceptionCopyright © 2022. All rights reserved.