Modifier and Type | Method and Description |
---|---|
void |
InMemoryMetricRepository.increment(Delta<?> delta) |
void |
InMemoryMetricRepository.increment(String group,
Delta<?> delta) |
Modifier and Type | Method and Description |
---|---|
void |
RedisMetricRepository.increment(Delta<?> delta) |
void |
RedisMultiMetricRepository.increment(String group,
Delta<?> delta) |
Modifier and Type | Method and Description |
---|---|
void |
InMemoryRichGaugeRepository.increment(Delta<?> delta) |
Modifier and Type | Method and Description |
---|---|
void |
MetricWriter.increment(Delta<?> delta)
Increment the value of a metric (or decrement if the delta is negative).
|
void |
MessageChannelMetricWriter.increment(Delta<?> delta) |
void |
CompositeMetricWriter.increment(Delta<?> delta) |
void |
CodahaleMetricWriter.increment(Delta<?> delta) |
void |
PrefixMetricWriter.increment(String group,
Delta<?> delta)
Increment the value of a metric (or decrement if the delta is negative).
|
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.