
public class PerfIntegerMonitor extends AbstractMonitor implements IntegerMonitor
name, supported, units, variability, vectorLength| Constructor and Description |
|---|
PerfIntegerMonitor(String name,
Units u,
Variability v,
boolean supported,
IntBuffer ib)
Constructor to create an IntegerMonitor object for the integer
instrument represented by the data in the given buffer.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue()
Return an Object that encapsulates this instrumentation object's
current data value.
|
int |
intValue()
Return the current value of the IntegerInstrument as an int.
|
getBaseName, getName, getUnits, getVariability, getVectorLength, isSupported, isVectorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseName, getName, getUnits, getVariability, getVectorLength, isSupported, isVectorpublic PerfIntegerMonitor(String name, Units u, Variability v, boolean supported, IntBuffer ib)
name - the name of the integer instrumentu - the units of measure attributev - the variability attributesupported - support level indicatorib - the buffer containing the integer instrument data.public Object getValue()
getValue in interface MonitorgetValue in class AbstractMonitorpublic int intValue()
intValue in interface IntegerMonitorCopyright © 2017–2018 earcam. All rights reserved.