|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.metric.MetricEvent
com.espertech.esper.client.metric.EngineMetric
public class EngineMetric
Reports engine-level instrumentation values.
Constructor Summary | |
---|---|
EngineMetric(java.lang.String engineURI,
long timestamp,
long inputCount,
long inputCountDelta,
long scheduleDepth)
Ctor. |
Method Summary | |
---|---|
long |
getInputCount()
Returns input count since engine initialization cumulative. |
long |
getInputCountDelta()
Returns input count since last reporting period. |
long |
getScheduleDepth()
Returns schedule depth. |
long |
getTimestamp()
Returns engine timestamp. |
Methods inherited from class com.espertech.esper.client.metric.MetricEvent |
---|
getEngineURI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EngineMetric(java.lang.String engineURI, long timestamp, long inputCount, long inputCountDelta, long scheduleDepth)
engineURI
- engine URItimestamp
- engine timestampinputCount
- number of input eventsinputCountDelta
- number of input events since lastscheduleDepth
- schedule depthMethod Detail |
---|
public long getInputCount()
public long getScheduleDepth()
public long getTimestamp()
public long getInputCountDelta()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |