Class JmxImporter.AttributeInfo
- java.lang.Object
-
- com.lightbend.cinnamon.jmximporter.JmxImporter.AttributeInfo
-
- Enclosing class:
- JmxImporter
public static class JmxImporter.AttributeInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AttributeInfo(java.lang.String attribute, JmxImporter.MetricType metricType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
AttributeInfo
public AttributeInfo(java.lang.String attribute, JmxImporter.MetricType metricType)
-
-