Package org.terracotta.statistics
Class StatisticBuilder.AbstractStatisticBuilder<T extends StatisticBuilder.AbstractStatisticBuilder<T>>
java.lang.Object
org.terracotta.statistics.StatisticBuilder.AbstractStatisticBuilder<T>
- Type Parameters:
T- the generic type
- Direct Known Subclasses:
StatisticBuilder.OperationStatisticBuilder
- Enclosing class:
- StatisticBuilder
static class StatisticBuilder.AbstractStatisticBuilder<T extends StatisticBuilder.AbstractStatisticBuilder<T>>
extends Object
The Class AbstractStatisticBuilder.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tags
The tags. -
properties
The properties. -
context
The context. -
name
The name.
-
-
Constructor Details
-
AbstractStatisticBuilder
AbstractStatisticBuilder()
-
-
Method Details
-
of
Of.- Parameters:
of- the of- Returns:
- the builder
-
named
Named.- Parameters:
name- the name- Returns:
- the builder
-
tag
Tag.- Parameters:
tags- the tags- Returns:
- the builder
-
property
Tag.- Parameters:
key- the property keyvalue- the property value- Returns:
- the builder
-