| Package | Description |
|---|---|
| org.apache.commons.jcs3.engine.stats | |
| org.apache.commons.jcs3.engine.stats.behavior |
| Modifier and Type | Class and Description |
|---|---|
class |
StatElement<V>
This is a stat data holder.
|
| Modifier and Type | Method and Description |
|---|---|
List<IStatElement<?>> |
Stats.getStatElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
Stats.setStatElements(List<IStatElement<?>> stats) |
| Modifier and Type | Method and Description |
|---|---|
List<IStatElement<?>> |
IStats.getStatElements()
Return generic statistical or historical data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IStats.setStatElements(List<IStatElement<?>> stats)
Set the generic statistical or historical data.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.