org.opengroup.arm3.metric
Interface ArmMetricFactory


public interface ArmMetricFactory


Field Summary
static java.lang.String propertyKey
           
 
Method Summary
 ArmMetricCounter32 newArmMetricCounter32()
           
 ArmMetricCounter64 newArmMetricCounter64()
           
 ArmMetricCounterFloat32 newArmMetricCounterFloat32()
           
 ArmMetricGauge32 newArmMetricGauge32()
           
 ArmMetricGauge64 newArmMetricGauge64()
           
 ArmMetricGaugeFloat32 newArmMetricGaugeFloat32()
           
 ArmMetricGroup newArmMetricGroup()
           
 ArmMetricNumericId32 newArmMetricNumericId32()
           
 ArmMetricNumericId64 newArmMetricNumericId64()
           
 ArmMetricString32 newArmMetricString32()
           
 ArmMetricString8 newArmMetricString8()
           
 ArmTransactionWithMetrics newArmTransactionWithMetrics(ArmUUID tranUUID, ArmMetricGroup group)
           
 

Field Detail

propertyKey

static final java.lang.String propertyKey
See Also:
Constant Field Values
Method Detail

newArmMetricCounter32

ArmMetricCounter32 newArmMetricCounter32()

newArmMetricCounter64

ArmMetricCounter64 newArmMetricCounter64()

newArmMetricCounterFloat32

ArmMetricCounterFloat32 newArmMetricCounterFloat32()

newArmMetricGauge32

ArmMetricGauge32 newArmMetricGauge32()

newArmMetricGauge64

ArmMetricGauge64 newArmMetricGauge64()

newArmMetricGaugeFloat32

ArmMetricGaugeFloat32 newArmMetricGaugeFloat32()

newArmMetricNumericId32

ArmMetricNumericId32 newArmMetricNumericId32()

newArmMetricNumericId64

ArmMetricNumericId64 newArmMetricNumericId64()

newArmMetricString8

ArmMetricString8 newArmMetricString8()

newArmMetricString32

ArmMetricString32 newArmMetricString32()

newArmMetricGroup

ArmMetricGroup newArmMetricGroup()

newArmTransactionWithMetrics

ArmTransactionWithMetrics newArmTransactionWithMetrics(ArmUUID tranUUID,
                                                       ArmMetricGroup group)