public class Sample<ScrapeRuleType extends ScrapeRule> extends Object
| Modifier and Type | Field and Description |
|---|---|
MBeanAttributeInfo |
attribute |
MBeanInfo |
info |
static com.fasterxml.jackson.databind.ObjectMapper |
JMX_MAPPER |
ObjectName |
name |
ScrapeRuleType |
rule |
long |
timestamp |
Object |
value |
| Constructor and Description |
|---|
Sample(ScrapeRuleType rule,
long timestamp,
ObjectName name,
MBeanInfo info,
MBeanAttributeInfo attribute,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
toJsonNode() |
public static final com.fasterxml.jackson.databind.ObjectMapper JMX_MAPPER
public final ScrapeRuleType extends ScrapeRule rule
public final long timestamp
public final MBeanAttributeInfo attribute
public final Object value
public final ObjectName name
public final MBeanInfo info
public Sample(ScrapeRuleType rule, long timestamp, ObjectName name, MBeanInfo info, MBeanAttributeInfo attribute, Object value)
Copyright © 2019. All rights reserved.