GridMetricManager instead.@Deprecated public class GridJobMetrics extends Object
| Constructor and Description |
|---|
GridJobMetrics()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getAverageActiveJobs()
Deprecated.
|
float |
getAverageCancelledJobs()
Deprecated.
|
double |
getAverageCpuLoad()
Deprecated.
Gets CPU load average.
|
double |
getAverageJobExecuteTime()
Deprecated.
Gets average job execution time.
|
double |
getAverageJobWaitTime()
Deprecated.
|
float |
getAverageRejectedJobs()
Deprecated.
|
float |
getAverageWaitingJobs()
Deprecated.
|
int |
getCurrentActiveJobs()
Deprecated.
|
int |
getCurrentCancelledJobs()
Deprecated.
|
long |
getCurrentIdleTime()
Deprecated.
Gets current idle time.
|
long |
getCurrentJobExecuteTime()
Deprecated.
Gets execution time of longest job currently running.
|
long |
getCurrentJobWaitTime()
Deprecated.
|
int |
getCurrentRejectedJobs()
Deprecated.
|
int |
getCurrentWaitingJobs()
Deprecated.
|
int |
getMaximumActiveJobs()
Deprecated.
|
int |
getMaximumCancelledJobs()
Deprecated.
|
long |
getMaximumJobExecuteTime()
Deprecated.
|
long |
getMaximumJobWaitTime()
Deprecated.
|
int |
getMaximumRejectedJobs()
Deprecated.
|
int |
getMaximumWaitingJobs()
Deprecated.
|
int |
getTotalCancelledJobs()
Deprecated.
|
int |
getTotalExecutedJobs()
Deprecated.
|
long |
getTotalIdleTime()
Deprecated.
Gets total idle time.
|
long |
getTotalJobsExecutionTime()
Deprecated.
Gets total jobs execution time.
|
int |
getTotalRejectedJobs()
Deprecated.
|
void |
setTotalJobsExecutionTime(long totalJobExecTime)
Deprecated.
|
String |
toString()
Deprecated.
|
public int getMaximumActiveJobs()
public int getCurrentActiveJobs()
public float getAverageActiveJobs()
public int getMaximumWaitingJobs()
public int getCurrentWaitingJobs()
public float getAverageWaitingJobs()
public int getMaximumRejectedJobs()
public int getCurrentRejectedJobs()
public float getAverageRejectedJobs()
public int getTotalRejectedJobs()
public int getMaximumCancelledJobs()
public int getCurrentCancelledJobs()
public float getAverageCancelledJobs()
public int getTotalExecutedJobs()
public int getTotalCancelledJobs()
public long getMaximumJobWaitTime()
public long getCurrentJobWaitTime()
public double getAverageJobWaitTime()
public long getMaximumJobExecuteTime()
public long getCurrentJobExecuteTime()
public double getAverageJobExecuteTime()
public long getTotalJobsExecutionTime()
public long getTotalIdleTime()
public long getCurrentIdleTime()
public double getAverageCpuLoad()
public void setTotalJobsExecutionTime(long totalJobExecTime)
totalJobExecTime - The totalJobExecTime to set.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020