ReadOnlyMetricRegistry with "name=compute.jobs" instead.@Deprecated public class GridJobMetricsSnapshot extends Object
| Constructor and Description |
|---|
GridJobMetricsSnapshot()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveJobs()
Deprecated.
|
int |
getCancelJobs()
Deprecated.
|
double |
getCpuLoad()
Deprecated.
|
long |
getExecutionTime()
Deprecated.
|
int |
getFinishedJobs()
Deprecated.
|
long |
getMaximumExecutionTime()
Deprecated.
|
long |
getMaximumWaitTime()
Deprecated.
|
int |
getPassiveJobs()
Deprecated.
|
int |
getRejectJobs()
Deprecated.
|
int |
getStartedJobs()
Deprecated.
|
long |
getTimestamp()
Deprecated.
|
long |
getWaitTime()
Deprecated.
|
void |
setActiveJobs(int activeJobs)
Deprecated.
|
void |
setCancelJobs(int cancelJobs)
Deprecated.
|
void |
setCpuLoad(double cpuLoad)
Deprecated.
|
void |
setExecutionTime(long execTime)
Deprecated.
|
void |
setFinishedJobs(int finished)
Deprecated.
|
void |
setMaximumExecutionTime(long maxExecTime)
Deprecated.
|
void |
setMaximumWaitTime(long maxWaitTime)
Deprecated.
|
void |
setPassiveJobs(int passiveJobs)
Deprecated.
|
void |
setRejectJobs(int rejectJobs)
Deprecated.
|
void |
setStartedJobs(int started)
Deprecated.
|
void |
setWaitTime(long waitTime)
Deprecated.
|
String |
toString()
Deprecated.
|
public int getActiveJobs()
public void setActiveJobs(int activeJobs)
activeJobs - The activeJobs to set.public int getPassiveJobs()
public void setPassiveJobs(int passiveJobs)
passiveJobs - The passiveJobs to set.public int getCancelJobs()
public void setCancelJobs(int cancelJobs)
cancelJobs - The cancelJobs to set.public int getRejectJobs()
public void setRejectJobs(int rejectJobs)
rejectJobs - The rejectJobs to set.public long getExecutionTime()
public void setExecutionTime(long execTime)
execTime - The execTime to set.public long getWaitTime()
public void setWaitTime(long waitTime)
waitTime - The waitTime to set.public long getMaximumExecutionTime()
public void setMaximumExecutionTime(long maxExecTime)
maxExecTime - The maxExecTime to set.public long getMaximumWaitTime()
public void setMaximumWaitTime(long maxWaitTime)
maxWaitTime - The maxWaitTime to set.public long getTimestamp()
public int getFinishedJobs()
public void setFinishedJobs(int finished)
finished - Number of finished jobs for this snapshot.public int getStartedJobs()
public void setStartedJobs(int started)
started - Started jobs.public double getCpuLoad()
public void setCpuLoad(double cpuLoad)
cpuLoad - Current CPU load.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021