| Package | Description |
|---|---|
| net.centro.rtb.monitoringcenter.config | |
| net.centro.rtb.monitoringcenter.config.dto |
| Modifier and Type | Method and Description |
|---|---|
static HostAndPort |
HostAndPort.fromString(String hostAndPortStr)
Parses a host and port from a string and instantiates an instance of HostAndPort using the obtained values.
|
HostAndPort |
GraphiteReporterConfig.getAddress()
Retrieves the address (host and port) of the Graphite instance to push metrics to.
|
static HostAndPort |
HostAndPort.of(String host,
int port)
Constructs a HostAndPort instance from a host and a port.
|
| Modifier and Type | Method and Description |
|---|---|
HostAndPort |
GraphiteReporterConfigDto.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphiteReporterConfigDto.setAddress(HostAndPort address) |
Copyright © 2016–2017. All rights reserved.