Uses of Interface
com.databricks.jdbc.api.impl.arrow.ChunkLinkFetcher
-
Packages that use ChunkLinkFetcher Package Description com.databricks.jdbc.api.impl.arrow -
-
Uses of ChunkLinkFetcher in com.databricks.jdbc.api.impl.arrow
Classes in com.databricks.jdbc.api.impl.arrow that implement ChunkLinkFetcher Modifier and Type Class Description classSeaChunkLinkFetcherChunkLinkFetcher implementation for the SQL Execution API (SEA) client.classThriftChunkLinkFetcherChunkLinkFetcher implementation for the Thrift client.Constructors in com.databricks.jdbc.api.impl.arrow with parameters of type ChunkLinkFetcher Constructor Description StreamingChunkDownloadTask(ArrowResultChunk chunk, IDatabricksHttpClient httpClient, CompressionCodec compressionCodec, ChunkLinkFetcher linkFetcher, double cloudFetchSpeedThreshold)StreamingChunkProvider(ChunkLinkFetcher linkFetcher, IDatabricksHttpClient httpClient, CompressionCodec compressionCodec, StatementId statementId, int maxChunksInMemory, int linkPrefetchWindow, int chunkReadyTimeoutSeconds, double cloudFetchSpeedThreshold, ChunkLinkFetchResult initialLinks)Creates a new StreamingChunkProvider.
-