| Package | Description |
|---|---|
| org.cloudfoundry.logcache.v1 |
| Modifier and Type | Method and Description |
|---|---|
static Gauge.Builder |
Gauge.builder()
Creates a builder for
Gauge. |
Gauge.Builder |
Gauge.Builder.from(Gauge instance)
Fill a builder with attribute values from the provided
Gauge instance. |
Gauge.Builder |
Gauge.Builder.metric(Map.Entry<String,? extends Metric> entry)
Put one entry to the
metrics map. |
Gauge.Builder |
Gauge.Builder.metric(String key,
Metric value)
Put one entry to the
metrics map. |
Gauge.Builder |
Gauge.Builder.metrics(Map<String,? extends Metric> entries)
Sets or replaces all mappings from the specified map as entries for the
metrics map. |
Gauge.Builder |
Gauge.Builder.putAllMetrics(Map<String,? extends Metric> entries)
Put all mappings from the specified map as entries to
metrics map. |
Copyright © 2021. All rights reserved.