Class CachePerformanceInformationPrinter
- java.lang.Object
 - 
- com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter<CachesPerformanceInformationType>
 - 
- com.evolveum.midpoint.schema.statistics.CachePerformanceInformationPrinter
 
 
 
- 
public class CachePerformanceInformationPrinter extends AbstractStatisticsPrinter<CachesPerformanceInformationType>
Prints cache performance information. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter
AbstractStatisticsPrinter.Format, AbstractStatisticsPrinter.Options, AbstractStatisticsPrinter.SortBy 
 - 
 
- 
Constructor Summary
Constructors Constructor Description CachePerformanceInformationPrinter(@NotNull CachesPerformanceInformationType information, AbstractStatisticsPrinter.Options options) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprepare()- 
Methods inherited from class com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter
avg, div, getData, getFormatting, percent, print 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
CachePerformanceInformationPrinter
public CachePerformanceInformationPrinter(@NotNull @NotNull CachesPerformanceInformationType information, AbstractStatisticsPrinter.Options options) 
 - 
 
- 
Method Detail
- 
prepare
public void prepare()
- Specified by:
 preparein classAbstractStatisticsPrinter<CachesPerformanceInformationType>
 
 - 
 
 -