@Generated public class QueryMetrics extends Object
Constructor and Description |
---|
QueryMetrics() |
public QueryMetrics setCompilationTimeMs(Long compilationTimeMs)
public Long getCompilationTimeMs()
public QueryMetrics setExecutionTimeMs(Long executionTimeMs)
public Long getExecutionTimeMs()
public QueryMetrics setMetadataTimeMs(Long metadataTimeMs)
public Long getMetadataTimeMs()
public QueryMetrics setNetworkSentBytes(Long networkSentBytes)
public Long getNetworkSentBytes()
public QueryMetrics setOverloadingQueueStartTimestamp(Long overloadingQueueStartTimestamp)
public Long getOverloadingQueueStartTimestamp()
public QueryMetrics setPhotonTotalTimeMs(Long photonTotalTimeMs)
public Long getPhotonTotalTimeMs()
public QueryMetrics setPlanningPhases(Collection<Object> planningPhases)
public Collection<Object> getPlanningPhases()
public QueryMetrics setPlanningTimeMs(Long planningTimeMs)
public Long getPlanningTimeMs()
public QueryMetrics setProvisioningQueueStartTimestamp(Long provisioningQueueStartTimestamp)
public Long getProvisioningQueueStartTimestamp()
public QueryMetrics setPrunedBytes(Long prunedBytes)
public Long getPrunedBytes()
public QueryMetrics setPrunedFilesCount(Long prunedFilesCount)
public Long getPrunedFilesCount()
public QueryMetrics setQueryCompilationStartTimestamp(Long queryCompilationStartTimestamp)
public Long getQueryCompilationStartTimestamp()
public QueryMetrics setQueryExecutionTimeMs(Long queryExecutionTimeMs)
public Long getQueryExecutionTimeMs()
public QueryMetrics setReadBytes(Long readBytes)
public Long getReadBytes()
public QueryMetrics setReadCacheBytes(Long readCacheBytes)
public Long getReadCacheBytes()
public QueryMetrics setReadFilesCount(Long readFilesCount)
public Long getReadFilesCount()
public QueryMetrics setReadPartitionsCount(Long readPartitionsCount)
public Long getReadPartitionsCount()
public QueryMetrics setReadRemoteBytes(Long readRemoteBytes)
public Long getReadRemoteBytes()
public QueryMetrics setResultFetchTimeMs(Long resultFetchTimeMs)
public Long getResultFetchTimeMs()
public QueryMetrics setResultFromCache(Boolean resultFromCache)
public Boolean getResultFromCache()
public QueryMetrics setRowsProducedCount(Long rowsProducedCount)
public Long getRowsProducedCount()
public QueryMetrics setRowsReadCount(Long rowsReadCount)
public Long getRowsReadCount()
public QueryMetrics setSpillToDiskBytes(Long spillToDiskBytes)
public Long getSpillToDiskBytes()
public QueryMetrics setTaskTotalTimeMs(Long taskTotalTimeMs)
public Long getTaskTotalTimeMs()
public QueryMetrics setTotalTimeMs(Long totalTimeMs)
public Long getTotalTimeMs()
public QueryMetrics setWriteRemoteBytes(Long writeRemoteBytes)
public Long getWriteRemoteBytes()
Copyright © 2023. All rights reserved.