| Package | Description |
|---|---|
| org.smallmind.instrument | |
| org.smallmind.instrument.context | |
| org.smallmind.instrument.jmx |
| Modifier and Type | Class and Description |
|---|---|
class |
TallyImpl |
| Modifier and Type | Method and Description |
|---|---|
Tally |
Metrics.TallyBuilder.construct() |
| Modifier and Type | Method and Description |
|---|---|
Class<Tally> |
TallyImpl.getMetricClass() |
Class<Tally> |
Metrics.TallyBuilder.getMetricClass() |
| Modifier and Type | Method and Description |
|---|---|
T |
IncrementingTallyInstrumentAndReturn.with(Tally tally) |
void |
IncrementingTallyInstrument.with(Tally tally) |
T |
DecrementingTallyInstrumentAndReturn.with(Tally tally) |
void |
DecrementingTallyInstrument.with(Tally tally) |
| Constructor and Description |
|---|
DecrementingTallyInstrument(Metrics.MetricBuilder<Tally> builder,
String domain,
MetricProperty... properties) |
DecrementingTallyInstrumentAndReturn(Metrics.MetricBuilder<Tally> builder,
String domain,
MetricProperty... properties) |
IncrementingTallyInstrument(Metrics.MetricBuilder<Tally> builder,
String domain,
MetricProperty... properties) |
IncrementingTallyInstrumentAndReturn(Metrics.MetricBuilder<Tally> builder,
String domain,
MetricProperty... properties) |
| Constructor and Description |
|---|
TallyNamedMetric(Tally tally,
String domain,
MetricProperty... properties) |
| Constructor and Description |
|---|
TallyMonitor(Tally tally) |
Copyright © 2017. All rights reserved.