| Modifier and Type | Method and Description |
|---|---|
List<StatValueAO> |
DefaultDecorator.getValues(IStats stats,
String interval,
TimeUnit unit) |
List<StatValueAO> |
IDecorator.getValues(S stats,
String interval,
TimeUnit unit)
Returns transformed stats for incoming stats object.
|
| Modifier and Type | Method and Description |
|---|---|
List<StatValueAO> |
GenericCounterDecorator.getValues(GenericCounterStats stats,
String interval,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
List<StatValueAO> |
GenericStatsDecorator.getValues(GenericStats stats,
String interval,
TimeUnit unit)
Returns transformed stats for incoming stats object.
|
List<StatValueAO> |
RuntimeStatsDecorator.getValues(IStats statsObject,
String interval,
TimeUnit unit) |
List<StatValueAO> |
OSStatsDecorator.getValues(IStats statsObject,
String interval,
TimeUnit unit) |
List<StatValueAO> |
CacheStatsDecorator.getValues(IStats statsObject,
String interval,
TimeUnit unit) |
List<StatValueAO> |
ServletStatsDecorator.getValues(IStats statsObject,
String interval,
TimeUnit unit) |
List<StatValueAO> |
PageInBrowserStatsDecorator.getValues(IStats stats,
String interval,
TimeUnit unit) |
List<StatValueAO> |
RequestOrientedStatsDecorator.getValues(IStats statsObject,
String interval,
TimeUnit unit) |
List<StatValueAO> |
SessionCountDecorator.getValues(IStats statsObject,
String interval,
TimeUnit unit) |
List<StatValueAO> |
ThreadCountDecorator.getValues(IStats statsObject,
String interval,
TimeUnit unit) |
List<StatValueAO> |
MemoryPoolStatsDecorator.getValues(IStats statsObject,
String interval,
TimeUnit unit) |
List<StatValueAO> |
MemoryStatsDecorator.getValues(IStats statsObject,
String interval,
TimeUnit unit) |
List<StatValueAO> |
ThreadStatesDecorator.getValues(ThreadStateStats statsObject,
String interval,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
List<StatValueAO> |
StorageStatsDecorator.getValues(IStats statsObject,
String interval,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
StatValueAO |
GaugeAO.getCurrent() |
StatValueAO |
GaugeAO.getMax() |
StatValueAO |
GaugeAO.getMin() |
| Modifier and Type | Method and Description |
|---|---|
void |
GaugeAO.setCurrent(StatValueAO current) |
void |
GaugeAO.setMax(StatValueAO max) |
void |
GaugeAO.setMin(StatValueAO min) |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleValueAO
Stat value bean for double values.
|
class |
LongValueAO
Stat value bean for long data types.
|
class |
StringValueAO
StatValueAO for string values.
|
| Modifier and Type | Method and Description |
|---|---|
List<StatValueAO> |
ProducerAO.getFirstStatsValues() |
List<StatValueAO> |
StatLineAO.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProducerAO.setFirstStatsValues(List<StatValueAO> firstStatsValues) |
void |
StatLineAO.setValues(List<StatValueAO> values) |
| Modifier and Type | Method and Description |
|---|---|
List<StatValueAO> |
ValueListWrapper.getValues() |
List<StatValueAO> |
StatBean.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueListWrapper.setValues(List<StatValueAO> values) |
void |
StatBean.setValues(List<StatValueAO> values) |
| Constructor and Description |
|---|
ValueListWrapper(List<StatValueAO> someValues) |
Copyright © 2010-2015 anotheria.net. All Rights Reserved.