public class GraphiteReporterConfigDto extends Object
| Constructor and Description |
|---|
GraphiteReporterConfigDto() |
| Modifier and Type | Method and Description |
|---|---|
HostAndPort |
getAddress() |
Set<String> |
getBlockedStartsWithFilters() |
Boolean |
getEnableBatching() |
Boolean |
getEnableReporter() |
Long |
getReportingIntervalInSeconds() |
Set<String> |
getStartsWithFilters() |
void |
setAddress(HostAndPort address) |
void |
setBlockedStartsWithFilters(Set<String> blockedStartsWithFilters) |
void |
setEnableBatching(Boolean enableBatching) |
void |
setEnableReporter(Boolean enableReporter) |
void |
setReportingIntervalInSeconds(Long reportingIntervalInSeconds) |
void |
setStartsWithFilters(Set<String> startsWithFilters) |
public Boolean getEnableReporter()
public void setEnableReporter(Boolean enableReporter)
public HostAndPort getAddress()
public void setAddress(HostAndPort address)
public Long getReportingIntervalInSeconds()
public void setReportingIntervalInSeconds(Long reportingIntervalInSeconds)
public Boolean getEnableBatching()
public void setEnableBatching(Boolean enableBatching)
Copyright © 2016–2017. All rights reserved.