Package com.databricks.sdk.service.sql
Class QueryMetrics
- java.lang.Object
-
- com.databricks.sdk.service.sql.QueryMetrics
-
@Generated public class QueryMetrics extends Object
Metrics about query execution.
-
-
Constructor Summary
Constructors Constructor Description QueryMetrics()
-
Method Summary
-
-
-
Method Detail
-
setCompilationTimeMs
public QueryMetrics setCompilationTimeMs(Long compilationTimeMs)
-
getCompilationTimeMs
public Long getCompilationTimeMs()
-
setExecutionTimeMs
public QueryMetrics setExecutionTimeMs(Long executionTimeMs)
-
getExecutionTimeMs
public Long getExecutionTimeMs()
-
setNetworkSentBytes
public QueryMetrics setNetworkSentBytes(Long networkSentBytes)
-
getNetworkSentBytes
public Long getNetworkSentBytes()
-
setPhotonTotalTimeMs
public QueryMetrics setPhotonTotalTimeMs(Long photonTotalTimeMs)
-
getPhotonTotalTimeMs
public Long getPhotonTotalTimeMs()
-
setQueuedOverloadTimeMs
public QueryMetrics setQueuedOverloadTimeMs(Long queuedOverloadTimeMs)
-
getQueuedOverloadTimeMs
public Long getQueuedOverloadTimeMs()
-
setQueuedProvisioningTimeMs
public QueryMetrics setQueuedProvisioningTimeMs(Long queuedProvisioningTimeMs)
-
getQueuedProvisioningTimeMs
public Long getQueuedProvisioningTimeMs()
-
setReadBytes
public QueryMetrics setReadBytes(Long readBytes)
-
getReadBytes
public Long getReadBytes()
-
setReadCacheBytes
public QueryMetrics setReadCacheBytes(Long readCacheBytes)
-
getReadCacheBytes
public Long getReadCacheBytes()
-
setReadFilesCount
public QueryMetrics setReadFilesCount(Long readFilesCount)
-
getReadFilesCount
public Long getReadFilesCount()
-
setReadPartitionsCount
public QueryMetrics setReadPartitionsCount(Long readPartitionsCount)
-
getReadPartitionsCount
public Long getReadPartitionsCount()
-
setReadRemoteBytes
public QueryMetrics setReadRemoteBytes(Long readRemoteBytes)
-
getReadRemoteBytes
public Long getReadRemoteBytes()
-
setResultFetchTimeMs
public QueryMetrics setResultFetchTimeMs(Long resultFetchTimeMs)
-
getResultFetchTimeMs
public Long getResultFetchTimeMs()
-
setResultFromCache
public QueryMetrics setResultFromCache(Boolean resultFromCache)
-
getResultFromCache
public Boolean getResultFromCache()
-
setRowsProducedCount
public QueryMetrics setRowsProducedCount(Long rowsProducedCount)
-
getRowsProducedCount
public Long getRowsProducedCount()
-
setRowsReadCount
public QueryMetrics setRowsReadCount(Long rowsReadCount)
-
getRowsReadCount
public Long getRowsReadCount()
-
setSpillToDiskBytes
public QueryMetrics setSpillToDiskBytes(Long spillToDiskBytes)
-
getSpillToDiskBytes
public Long getSpillToDiskBytes()
-
setTaskTotalTimeMs
public QueryMetrics setTaskTotalTimeMs(Long taskTotalTimeMs)
-
getTaskTotalTimeMs
public Long getTaskTotalTimeMs()
-
setTotalFilesCount
public QueryMetrics setTotalFilesCount(Long totalFilesCount)
-
getTotalFilesCount
public Long getTotalFilesCount()
-
setTotalPartitionsCount
public QueryMetrics setTotalPartitionsCount(Long totalPartitionsCount)
-
getTotalPartitionsCount
public Long getTotalPartitionsCount()
-
setTotalTimeMs
public QueryMetrics setTotalTimeMs(Long totalTimeMs)
-
getTotalTimeMs
public Long getTotalTimeMs()
-
setWriteRemoteBytes
public QueryMetrics setWriteRemoteBytes(Long writeRemoteBytes)
-
getWriteRemoteBytes
public Long getWriteRemoteBytes()
-
-