org.opengroup.arm3.tranreport
Interface ArmTranReportWithMetrics
public
interface
ArmTranReportWithMetrics
extends ArmTranReport
Method Summary |
void | clearMetric(int slot) |
int | getMetricCounter32(int slot) |
long | getMetricCounter64(int slot) |
float | getMetricCounterFloat32(int slot) |
int | getMetricGauge32(int slot) |
long | getMetricGauge64(int slot) |
float | getMetricGaugeFloat32(int slot) |
int | getMetricNumericId32(int slot) |
long | getMetricNumericId64(int slot) |
String | getMetricString32(int slot) |
String | getMetricString8(int slot) |
int | getMetricType(int slot) |
boolean | isMetricSet(int slot) |
void | setMetricCounter32(int slot, int value) |
void | setMetricCounter64(int slot, long value) |
void | setMetricCounterFloat32(int slot, float value) |
void | setMetricGauge32(int slot, int value) |
void | setMetricGauge64(int slot, long value) |
void | setMetricGaugeFloat32(int slot, float value) |
void | setMetricNumericId32(int slot, int value) |
void | setMetricNumericId64(int slot, long value) |
void | setMetricString32(int slot, String value) |
void | setMetricString8(int slot, String value) |
public void clearMetric(int slot)
public int getMetricCounter32(int slot)
public long getMetricCounter64(int slot)
public float getMetricCounterFloat32(int slot)
public int getMetricGauge32(int slot)
public long getMetricGauge64(int slot)
public float getMetricGaugeFloat32(int slot)
public int getMetricNumericId32(int slot)
public long getMetricNumericId64(int slot)
public String getMetricString32(int slot)
public String getMetricString8(int slot)
public int getMetricType(int slot)
public boolean isMetricSet(int slot)
public void setMetricCounter32(int slot, int value)
public void setMetricCounter64(int slot, long value)
public void setMetricCounterFloat32(int slot, float value)
public void setMetricGauge32(int slot, int value)
public void setMetricGauge64(int slot, long value)
public void setMetricGaugeFloat32(int slot, float value)
public void setMetricNumericId32(int slot, int value)
public void setMetricNumericId64(int slot, long value)
public void setMetricString32(int slot, String value)
public void setMetricString8(int slot, String value)