| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableTelemetry
Immutable implementation of
Telemetry. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Telemetry> |
ImmutableConfig.getTelemetry()
New version of consul has Telemetry field
TODO: Have to think about back compatibility (I think we shouldn't)
|
abstract com.google.common.base.Optional<Telemetry> |
Config.getTelemetry()
New version of consul has Telemetry field
TODO: Have to think about back compatibility (I think we shouldn't)
|
| Modifier and Type | Method and Description |
|---|---|
static ImmutableTelemetry |
ImmutableTelemetry.copyOf(Telemetry instance)
Creates an immutable copy of a
Telemetry value. |
ImmutableTelemetry.Builder |
ImmutableTelemetry.Builder.from(Telemetry instance)
Fill a builder with attribute values from the provided
Telemetry instance. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.telemetry(Telemetry telemetry)
Initializes the optional value
telemetry to telemetry. |
ImmutableConfig |
ImmutableConfig.withTelemetry(Telemetry value)
Copy the current immutable object by setting a present value for the optional
telemetry attribute. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableConfig.Builder |
ImmutableConfig.Builder.telemetry(com.google.common.base.Optional<Telemetry> telemetry)
Initializes the optional value
telemetry to telemetry. |
ImmutableConfig |
ImmutableConfig.withTelemetry(com.google.common.base.Optional<Telemetry> optional)
Copy the current immutable object by setting an optional value for the
telemetry attribute. |
Copyright © 2016. All rights reserved.