public class QueryProgressStats extends Object
| Constructor and Description |
|---|
QueryProgressStats(long elapsedTimeMillis,
long queuedTimeMillis,
long cpuTimeMillis,
long scheduledTimeMillis,
long currentMemoryBytes,
long peakMemoryBytes,
long inputRows,
long inputBytes,
boolean blocked,
OptionalDouble progressPercentage) |
| Modifier and Type | Method and Description |
|---|---|
static QueryProgressStats |
createQueryProgressStats(BasicQueryStats queryStats) |
long |
getCpuTimeMillis() |
long |
getCurrentMemoryBytes() |
long |
getElapsedTimeMillis() |
long |
getInputBytes() |
long |
getInputRows() |
long |
getPeakMemoryBytes() |
OptionalDouble |
getProgressPercentage() |
long |
getQueuedTimeMillis() |
long |
getScheduledTimeMillis() |
boolean |
isBlocked() |
public QueryProgressStats(long elapsedTimeMillis,
long queuedTimeMillis,
long cpuTimeMillis,
long scheduledTimeMillis,
long currentMemoryBytes,
long peakMemoryBytes,
long inputRows,
long inputBytes,
boolean blocked,
OptionalDouble progressPercentage)
public static QueryProgressStats createQueryProgressStats(BasicQueryStats queryStats)
public long getElapsedTimeMillis()
public long getQueuedTimeMillis()
public long getCpuTimeMillis()
public long getScheduledTimeMillis()
public long getCurrentMemoryBytes()
public long getPeakMemoryBytes()
public long getInputRows()
public long getInputBytes()
public boolean isBlocked()
public OptionalDouble getProgressPercentage()
Copyright © 2012–2019. All rights reserved.