Uses of Interface
net.snowflake.client.core.ChunkDownloader
-
Packages that use ChunkDownloader Package Description net.snowflake.client.jdbc -
-
Uses of ChunkDownloader in net.snowflake.client.jdbc
Classes in net.snowflake.client.jdbc that implement ChunkDownloader Modifier and Type Class Description classSnowflakeChunkDownloaderClass for managing async download of offline result chunksstatic classSnowflakeChunkDownloader.NoOpChunkDownloaderThis is a No Operation chunk downloader to avoid potential null pointer exceptionMethods in net.snowflake.client.jdbc that return ChunkDownloader Modifier and Type Method Description ChunkDownloaderSnowflakeResultSetSerializableV1. getChunkDownloader()Methods in net.snowflake.client.jdbc with parameters of type ChunkDownloader Modifier and Type Method Description voidSnowflakeResultSetSerializableV1. setChunkDownloader(ChunkDownloader chunkDownloader)
-