Class TaskDescriptorStorage.StorageStats
java.lang.Object
io.trino.execution.scheduler.faulttolerant.TaskDescriptorStorage.StorageStats
- Enclosing class:
TaskDescriptorStorage
-
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglonglonglonglonglonglonglonglong
-
Method Details
-
getQueriesCount
public long getQueriesCount() -
getStagesCount
public long getStagesCount() -
getReservedBytes
public long getReservedBytes() -
getQueryReservedBytesAvg
public long getQueryReservedBytesAvg() -
getQueryReservedBytesP50
public long getQueryReservedBytesP50() -
getQueryReservedBytesP90
public long getQueryReservedBytesP90() -
getQueryReservedBytesP95
public long getQueryReservedBytesP95() -
getStageReservedBytesAvg
public long getStageReservedBytesAvg() -
getStageReservedBytesP50
public long getStageReservedBytesP50() -
getStageReservedBytesP90
public long getStageReservedBytesP90() -
getStageReservedBytesP95
public long getStageReservedBytesP95()
-