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 class
SnowflakeChunkDownloader
Class for managing async download of offline result chunksstatic class
SnowflakeChunkDownloader.NoOpChunkDownloader
This 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 ChunkDownloader
SnowflakeResultSetSerializableV1. getChunkDownloader()
Methods in net.snowflake.client.jdbc with parameters of type ChunkDownloader Modifier and Type Method Description void
SnowflakeResultSetSerializableV1. setChunkDownloader(ChunkDownloader chunkDownloader)
-