| Package | Description |
|---|---|
| net.anotheria.moskito.core.predefined | |
| net.anotheria.moskito.core.producers | |
| net.anotheria.moskito.core.stats | |
| net.anotheria.moskito.core.stats.impl |
| Constructor and Description |
|---|
MBeanStats(java.lang.String statsName,
java.util.Map<javax.management.MBeanAttributeInfo,TypeAwareStatValue> values)
Constructor that applies name of stats
and map with mbean attribute infos as keys
with it associated values holders as values.
|
| Modifier and Type | Method and Description |
|---|---|
TypeAwareStatValue |
GenericStats.getValueByName(java.lang.String valueName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<TypeAwareStatValue> |
GenericStats.getAllValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericStats.putValue(TypeAwareStatValue value) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DetailedStatValue
Extends the
StatValue interface with a StatValueTypes value. |
| Modifier and Type | Class and Description |
|---|---|
class |
DetailedTypeAwareStatValueImpl
Extends the
TypeAwareStatValueImpl type with some predefined values:
min, max, avg. |
class |
TypeAwareStatValueImpl
Extends the
StatValueImpl type with a StatValueTypes value. |
| Modifier and Type | Method and Description |
|---|---|
static TypeAwareStatValue |
StatValueFactory.createStatValue(StatValueTypes aType,
java.lang.String aName,
java.util.Collection<java.lang.String> aIntervals) |
static TypeAwareStatValue |
StatValueFactory.createStatValue(StatValueTypes aType,
java.lang.String aName,
Interval[] aIntervals)
This method creates a StatValue instance.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.