Uses of Interface
org.apache.commons.jcs3.engine.stats.behavior.IStatElement
Packages that use IStatElement
Package
Description
-
Uses of IStatElement in org.apache.commons.jcs3.engine.stats
Classes in org.apache.commons.jcs3.engine.stats that implement IStatElementMethods in org.apache.commons.jcs3.engine.stats that return types with arguments of type IStatElementMethod parameters in org.apache.commons.jcs3.engine.stats with type arguments of type IStatElement -
Uses of IStatElement in org.apache.commons.jcs3.engine.stats.behavior
Methods in org.apache.commons.jcs3.engine.stats.behavior that return types with arguments of type IStatElementModifier and TypeMethodDescriptionList<IStatElement<?>>
IStats.getStatElements()
Return generic statistical or historical data.Method parameters in org.apache.commons.jcs3.engine.stats.behavior with type arguments of type IStatElementModifier and TypeMethodDescriptionvoid
IStats.setStatElements
(List<IStatElement<?>> stats) Set the generic statistical or historical data.