Package io.trino.server.ui
Class ClusterStatsResource.ClusterStats
java.lang.Object
io.trino.server.ui.ClusterStatsResource.ClusterStats
- Enclosing class:
ClusterStatsResource
-
Constructor Summary
ConstructorsConstructorDescriptionClusterStats(long runningQueries, long blockedQueries, long queuedQueries, long activeCoordinators, long activeWorkers, long runningDrivers, long totalAvailableProcessors, double reservedMemory, long totalInputRows, long totalInputBytes, long totalCpuTimeSecs) -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglongdoublelonglonglonglonglonglong
-
Constructor Details
-
ClusterStats
public ClusterStats(long runningQueries, long blockedQueries, long queuedQueries, long activeCoordinators, long activeWorkers, long runningDrivers, long totalAvailableProcessors, double reservedMemory, long totalInputRows, long totalInputBytes, long totalCpuTimeSecs)
-
-
Method Details
-
getRunningQueries
public long getRunningQueries() -
getBlockedQueries
public long getBlockedQueries() -
getQueuedQueries
public long getQueuedQueries() -
getActiveCoordinators
public long getActiveCoordinators() -
getActiveWorkers
public long getActiveWorkers() -
getRunningDrivers
public long getRunningDrivers() -
getTotalAvailableProcessors
public long getTotalAvailableProcessors() -
getReservedMemory
public double getReservedMemory() -
getTotalInputRows
public long getTotalInputRows() -
getTotalInputBytes
public long getTotalInputBytes() -
getTotalCpuTimeSecs
public long getTotalCpuTimeSecs()
-