| Package | Description |
|---|---|
| org.apache.jcs.engine.stats | |
| org.apache.jcs.engine.stats.behavior |
| Modifier and Type | Class and Description |
|---|---|
class |
StatElement
This is a stat data holder.
|
| Modifier and Type | Method and Description |
|---|---|
IStatElement[] |
CacheStats.getStatElements()
This returns data about the auxiliaries, such as hit count.
|
IStatElement[] |
Stats.getStatElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheStats.setStatElements(IStatElement[] stats) |
void |
Stats.setStatElements(IStatElement[] stats) |
| Modifier and Type | Method and Description |
|---|---|
IStatElement[] |
IStats.getStatElements()
Return generic statistical or historical data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IStats.setStatElements(IStatElement[] stats)
Set the generic statistical or historical data.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.