public interface ArmTranReportWithMetrics extends ArmTranReport
Modifier and Type | Method and Description |
---|---|
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) |
java.lang.String |
getMetricString32(int slot) |
java.lang.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,
java.lang.String value) |
void |
setMetricString8(int slot,
java.lang.String value) |
getCorr, getParentCorr, getResponseTime, getStatus, getStopTime, getTranHandle, getTranUUID, getUserUUID, init, init, init, init, init, init, initGenCorr, initGenCorr, initGenCorr, initGenCorr, process, process, process
void clearMetric(int slot)
int getMetricType(int slot)
boolean isMetricSet(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)
java.lang.String getMetricString32(int slot)
java.lang.String getMetricString8(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, java.lang.String value)
void setMetricString8(int slot, java.lang.String value)