public class JmxReporterConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JmxReporterConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JmxReporterConfig.Builder |
builder() |
boolean |
equals(Object o) |
Set<String> |
getBlockedStartsWithFilters()
Retrieves the filters to apply to metrics in order to decide which metrics should not be exposed via JMX.
|
Set<String> |
getStartsWithFilters()
Retrieves the filters to apply to metrics in order to decide which metrics should be exposed via JMX.
|
int |
hashCode() |
boolean |
isEnableReporter()
Indicates whether the reporter should be enabled or not.
|
String |
toString() |
public boolean isEnableReporter()
public Set<String> getStartsWithFilters()
public Set<String> getBlockedStartsWithFilters()
public static JmxReporterConfig.Builder builder()
Copyright © 2016–2017. All rights reserved.