org.opengroup.arm3.metric

Interface ArmMetricFactory

public interface ArmMetricFactory

Field Summary
static StringpropertyKey
Method Summary
ArmMetricCounter32newArmMetricCounter32()
ArmMetricCounter64newArmMetricCounter64()
ArmMetricCounterFloat32newArmMetricCounterFloat32()
ArmMetricGauge32newArmMetricGauge32()
ArmMetricGauge64newArmMetricGauge64()
ArmMetricGaugeFloat32newArmMetricGaugeFloat32()
ArmMetricGroupnewArmMetricGroup()
ArmMetricNumericId32newArmMetricNumericId32()
ArmMetricNumericId64newArmMetricNumericId64()
ArmMetricString32newArmMetricString32()
ArmMetricString8newArmMetricString8()
ArmTransactionWithMetricsnewArmTransactionWithMetrics(ArmUUID tranUUID, ArmMetricGroup group)

Field Detail

propertyKey

public static final String propertyKey

Method Detail

newArmMetricCounter32

public ArmMetricCounter32 newArmMetricCounter32()

newArmMetricCounter64

public ArmMetricCounter64 newArmMetricCounter64()

newArmMetricCounterFloat32

public ArmMetricCounterFloat32 newArmMetricCounterFloat32()

newArmMetricGauge32

public ArmMetricGauge32 newArmMetricGauge32()

newArmMetricGauge64

public ArmMetricGauge64 newArmMetricGauge64()

newArmMetricGaugeFloat32

public ArmMetricGaugeFloat32 newArmMetricGaugeFloat32()

newArmMetricGroup

public ArmMetricGroup newArmMetricGroup()

newArmMetricNumericId32

public ArmMetricNumericId32 newArmMetricNumericId32()

newArmMetricNumericId64

public ArmMetricNumericId64 newArmMetricNumericId64()

newArmMetricString32

public ArmMetricString32 newArmMetricString32()

newArmMetricString8

public ArmMetricString8 newArmMetricString8()

newArmTransactionWithMetrics

public ArmTransactionWithMetrics newArmTransactionWithMetrics(ArmUUID tranUUID, ArmMetricGroup group)