| Package | Description |
|---|---|
| com.googlecode.jmxtrans.model |
| Modifier and Type | Field and Description |
|---|---|
static ResultAttribute |
ResultAttributes.ATTRIBUTE_NAME |
static ResultAttribute |
ResultAttributes.CLASS_NAME |
static ResultAttribute |
ResultAttributes.OBJ_DOMAIN |
static ResultAttribute |
ResultAttributes.TYPE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static ResultAttribute |
ResultAttributes.forName(java.lang.String attributeName)
Get the
ResultAttributes value from the attribute name |
static ResultAttribute |
ResultAttributes.valueOf(java.lang.String attributeName)
Get
ResultAttributes by its constant name |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableSet<ResultAttribute> |
ResultAttributes.forNames(java.util.Collection<java.lang.String> attributeNames)
Get the
ResultAttributes value for each attribute name. |
static java.util.List<ResultAttribute> |
ResultAttributes.values()
Get known
ResultAttributes as if it was an enumeration |
Copyright © 2010-2018 JmxTrans team. All Rights Reserved.