public class RuntimeMetric extends MetricEvent
Constructor and Description |
---|
RuntimeMetric(String runtimeURI,
long timestamp,
long inputCount,
long inputCountDelta,
long scheduleDepth)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
long |
getInputCount()
Returns input count since runtime initialization, cumulative.
|
long |
getInputCountDelta()
Returns input count since last reporting period.
|
long |
getScheduleDepth()
Returns schedule depth.
|
long |
getTimestamp()
Returns runtime timestamp.
|
getRuntimeURI
public RuntimeMetric(String runtimeURI, long timestamp, long inputCount, long inputCountDelta, long scheduleDepth)
runtimeURI
- runtime URItimestamp
- runtime timestampinputCount
- number of input eventsinputCountDelta
- number of input events since lastscheduleDepth
- schedule depthpublic long getInputCount()
public long getScheduleDepth()
public long getTimestamp()
public long getInputCountDelta()
Copyright © 2005–2018. All rights reserved.