org.opengroup.arm3.tranreport

Interface ArmTranReportWithMetrics

public interface ArmTranReportWithMetrics extends ArmTranReport

Method Summary
voidclearMetric(int slot)
intgetMetricCounter32(int slot)
longgetMetricCounter64(int slot)
floatgetMetricCounterFloat32(int slot)
intgetMetricGauge32(int slot)
longgetMetricGauge64(int slot)
floatgetMetricGaugeFloat32(int slot)
intgetMetricNumericId32(int slot)
longgetMetricNumericId64(int slot)
StringgetMetricString32(int slot)
StringgetMetricString8(int slot)
intgetMetricType(int slot)
booleanisMetricSet(int slot)
voidsetMetricCounter32(int slot, int value)
voidsetMetricCounter64(int slot, long value)
voidsetMetricCounterFloat32(int slot, float value)
voidsetMetricGauge32(int slot, int value)
voidsetMetricGauge64(int slot, long value)
voidsetMetricGaugeFloat32(int slot, float value)
voidsetMetricNumericId32(int slot, int value)
voidsetMetricNumericId64(int slot, long value)
voidsetMetricString32(int slot, String value)
voidsetMetricString8(int slot, String value)

Method Detail

clearMetric

public void clearMetric(int slot)

getMetricCounter32

public int getMetricCounter32(int slot)

getMetricCounter64

public long getMetricCounter64(int slot)

getMetricCounterFloat32

public float getMetricCounterFloat32(int slot)

getMetricGauge32

public int getMetricGauge32(int slot)

getMetricGauge64

public long getMetricGauge64(int slot)

getMetricGaugeFloat32

public float getMetricGaugeFloat32(int slot)

getMetricNumericId32

public int getMetricNumericId32(int slot)

getMetricNumericId64

public long getMetricNumericId64(int slot)

getMetricString32

public String getMetricString32(int slot)

getMetricString8

public String getMetricString8(int slot)

getMetricType

public int getMetricType(int slot)

isMetricSet

public boolean isMetricSet(int slot)

setMetricCounter32

public void setMetricCounter32(int slot, int value)

setMetricCounter64

public void setMetricCounter64(int slot, long value)

setMetricCounterFloat32

public void setMetricCounterFloat32(int slot, float value)

setMetricGauge32

public void setMetricGauge32(int slot, int value)

setMetricGauge64

public void setMetricGauge64(int slot, long value)

setMetricGaugeFloat32

public void setMetricGaugeFloat32(int slot, float value)

setMetricNumericId32

public void setMetricNumericId32(int slot, int value)

setMetricNumericId64

public void setMetricNumericId64(int slot, long value)

setMetricString32

public void setMetricString32(int slot, String value)

setMetricString8

public void setMetricString8(int slot, String value)