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
InterruptedException
SnowflakeSQLException
DownloaderMetrics terminate() throws InterruptedException
InterruptedException
Copyright © 2021. All rights reserved.