Class SplitStatistics
java.lang.Object
io.trino.spi.eventlistener.SplitStatistics
This class is JSON serializable for convenience and serialization compatibility is not guaranteed across versions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongDeprecated.Deprecated.
-
Constructor Details
-
SplitStatistics
-
-
Method Details
-
getCpuTime
-
getWallTime
-
getQueuedTime
-
getCompletedReadTime
-
getCompletedPositions
public long getCompletedPositions() -
getCompletedDataSizeBytes
public long getCompletedDataSizeBytes() -
getTimeToFirstByte
Deprecated. -
getTimeToLastByte
Deprecated.
-