public static class GenericKieSessionMonitoringImpl.ProcessStats.GlobalProcessStatsData extends Object implements org.kie.api.management.GenericKieSessionMonitoringMXBean.IGlobalProcessStatsData
Modifier and Type | Field and Description |
---|---|
AtomicReference<Date> |
lastReset |
AtomicLong |
processInstancesCompleted |
AtomicLong |
processInstancesStarted |
Constructor and Description |
---|
GlobalProcessStatsData() |
Modifier and Type | Method and Description |
---|---|
Date |
getLastReset() |
long |
getProcessInstancesCompleted() |
long |
getProcessInstancesStarted() |
void |
reset() |
String |
toString() |
public AtomicLong processInstancesStarted
public AtomicLong processInstancesCompleted
public AtomicReference<Date> lastReset
public long getProcessInstancesStarted()
getProcessInstancesStarted
in interface org.kie.api.management.GenericKieSessionMonitoringMXBean.IGlobalProcessStatsData
public long getProcessInstancesCompleted()
getProcessInstancesCompleted
in interface org.kie.api.management.GenericKieSessionMonitoringMXBean.IGlobalProcessStatsData
public Date getLastReset()
getLastReset
in interface org.kie.api.management.GenericKieSessionMonitoringMXBean.IGlobalProcessStatsData
public void reset()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.