|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Statistic | |
|---|---|
| org.terracotta.management.stats | |
| org.terracotta.management.stats.history | |
| org.terracotta.management.stats.primitive | |
| Uses of Statistic in org.terracotta.management.stats |
|---|
| Subinterfaces of Statistic in org.terracotta.management.stats | |
|---|---|
interface |
StatisticHistory<V extends Serializable,U extends Serializable>
|
| Methods in org.terracotta.management.stats with type parameters of type Statistic | ||
|---|---|---|
|
ContextualStatistics.getStatistic(Class<T> type)
Returns the only possible statistic for a specific type |
|
|
ContextualStatistics.getStatistic(Class<T> type,
String name)
Returns the only possible statistic for a specific type and name |
|
|
ContextualStatistics.getStatistics(Class<T> type)
|
|
| Methods in org.terracotta.management.stats that return types with arguments of type Statistic | |
|---|---|
Class<? extends Statistic<?,?>> |
StatisticType.getClazz()
|
Map<String,Statistic<?,?>> |
ContextualStatistics.getStatistics()
|
Iterator<Statistic<?,?>> |
ContextualStatistics.iterator()
|
| Method parameters in org.terracotta.management.stats with type arguments of type Statistic | |
|---|---|
static StatisticType |
StatisticType.fromClass(Class<? extends Statistic<?,?>> clazz)
|
| Constructor parameters in org.terracotta.management.stats with type arguments of type Statistic | |
|---|---|
ContextualStatistics(String capability,
Context context,
Map<String,Statistic<?,?>> statistics)
|
|
| Uses of Statistic in org.terracotta.management.stats.history |
|---|
| Classes in org.terracotta.management.stats.history that implement Statistic | |
|---|---|
class |
AverageHistory
|
class |
CounterHistory
|
class |
DurationHistory
|
class |
RateHistory
|
class |
RatioHistory
|
class |
SizeHistory
|
| Uses of Statistic in org.terracotta.management.stats.primitive |
|---|
| Classes in org.terracotta.management.stats.primitive that implement Statistic | |
|---|---|
class |
Average
|
class |
Counter
|
class |
Duration
|
class |
Rate
|
class |
Ratio
|
class |
Size
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||