Uses of Class
com.databricks.jdbc.model.core.ExternalLink
-
Packages that use ExternalLink Package Description com.databricks.jdbc.api.impl.arrow com.databricks.jdbc.common.util com.databricks.jdbc.model.core -
-
Uses of ExternalLink in com.databricks.jdbc.api.impl.arrow
Fields in com.databricks.jdbc.api.impl.arrow declared as ExternalLink Modifier and Type Field Description protected ExternalLinkAbstractArrowResultChunk. chunkLinkMethods in com.databricks.jdbc.api.impl.arrow that return ExternalLink Modifier and Type Method Description ExternalLinkChunkLinkFetcher. refetchLink(long chunkIndex, long rowOffset)Refetches a specific chunk link that may have expired.ExternalLinkSeaChunkLinkFetcher. refetchLink(long chunkIndex, long rowOffset)ExternalLinkThriftChunkLinkFetcher. refetchLink(long chunkIndex, long rowOffset)Methods in com.databricks.jdbc.api.impl.arrow that return types with arguments of type ExternalLink Modifier and Type Method Description CompletableFuture<ExternalLink>ChunkLinkDownloadService. getLinkForChunk(long chunkIndex)Retrieves the external link for a specified chunk index.Methods in com.databricks.jdbc.api.impl.arrow with parameters of type ExternalLink Modifier and Type Method Description voidAbstractArrowResultChunk. setChunkLink(ExternalLink chunk)Sets the external link details for this chunk.Constructors in com.databricks.jdbc.api.impl.arrow with parameters of type ExternalLink Constructor Description AbstractArrowResultChunk(long numRows, long rowOffset, long chunkIndex, StatementId statementId, ChunkStatus initialStatus, ExternalLink chunkLink, Instant expiryTime, int chunkReadyTimeoutSeconds) -
Uses of ExternalLink in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util that return ExternalLink Modifier and Type Method Description static ExternalLinkDatabricksThriftUtil. createExternalLink(TSparkArrowResultLink chunkInfo, long chunkIndex) -
Uses of ExternalLink in com.databricks.jdbc.model.core
Methods in com.databricks.jdbc.model.core that return ExternalLink Modifier and Type Method Description ExternalLinkExternalLink. setByteCount(Long byteCount)ExternalLinkExternalLink. setChunkIndex(Long chunkIndex)ExternalLinkExternalLink. setExpiration(String expiration)ExternalLinkExternalLink. setExternalLink(String externalLink)ExternalLinkExternalLink. setHttpHeaders(Map<String,String> httpHeaders)ExternalLinkExternalLink. setNextChunkIndex(Long nextChunkIndex)ExternalLinkExternalLink. setNextChunkInternalLink(String nextChunkInternalLink)ExternalLinkExternalLink. setRowCount(Long rowCount)ExternalLinkExternalLink. setRowOffset(Long rowOffset)Methods in com.databricks.jdbc.model.core that return types with arguments of type ExternalLink Modifier and Type Method Description List<ExternalLink>ChunkLinkFetchResult. getChunkLinks()Returns the list of external links fetched in this batch.Collection<ExternalLink>ResultData. getExternalLinks()Method parameters in com.databricks.jdbc.model.core with type arguments of type ExternalLink Modifier and Type Method Description static ChunkLinkFetchResultChunkLinkFetchResult. of(List<ExternalLink> links, boolean hasMore, long nextFetchIndex, long nextRowOffset)Creates a result with the given links and continuation info.ResultDataResultData. setExternalLinks(Collection<ExternalLink> externalLinks)
-