Package | Description |
---|---|
org.terracotta.statistics |
Modifier and Type | Interface and Description |
---|---|
interface |
OperationStatistic<T extends Enum<T>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOperationStatistic<T extends Enum<T>> |
Modifier and Type | Method and Description |
---|---|
OperationObserver<T> |
StatisticBuilder.OperationStatisticBuilder.build()
Builds the.
|
static <T extends Enum<T>> |
StatisticsManager.createOperationStatistic(Object context,
String name,
Set<String> tags,
Class<T> eventTypes) |
static <T extends Enum<T>> |
StatisticsManager.createOperationStatistic(Object context,
String name,
Set<String> tags,
Map<String,? extends Object> properties,
Class<T> resultType) |
Modifier and Type | Method and Description |
---|---|
static <T extends Enum<T>> |
StatisticsManager.getOperationStatisticFor(OperationObserver<T> observer) |
Copyright © 2018. All rights reserved.