Package io.trino.server
Class QueryProgressStats
java.lang.Object
io.trino.server.QueryProgressStats
-
Constructor Summary
ConstructorsConstructorDescriptionQueryProgressStats(long elapsedTimeMillis, long queuedTimeMillis, long cpuTimeMillis, long scheduledTimeMillis, long currentMemoryBytes, long peakMemoryBytes, long inputRows, long inputBytes, boolean blocked, OptionalDouble progressPercentage) -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryProgressStatscreateQueryProgressStats(BasicQueryStats queryStats) longlonglonglonglonglonglonglongboolean
-
Constructor Details
-
QueryProgressStats
public QueryProgressStats(long elapsedTimeMillis, long queuedTimeMillis, long cpuTimeMillis, long scheduledTimeMillis, long currentMemoryBytes, long peakMemoryBytes, long inputRows, long inputBytes, boolean blocked, OptionalDouble progressPercentage)
-
-
Method Details
-
createQueryProgressStats
-
getElapsedTimeMillis
public long getElapsedTimeMillis() -
getQueuedTimeMillis
public long getQueuedTimeMillis() -
getCpuTimeMillis
public long getCpuTimeMillis() -
getScheduledTimeMillis
public long getScheduledTimeMillis() -
getCurrentMemoryBytes
public long getCurrentMemoryBytes() -
getPeakMemoryBytes
public long getPeakMemoryBytes() -
getInputRows
public long getInputRows() -
getInputBytes
public long getInputBytes() -
isBlocked
public boolean isBlocked() -
getProgressPercentage
-