Package tigase.push.repositories
Class AbstractPushRepository.StatisticsImpl
java.lang.Object
tigase.push.repositories.AbstractPushRepository.StatisticsImpl
- All Implemented Interfaces:
IPushRepository.Statistics
- Enclosing class:
AbstractPushRepository<DS extends tigase.db.DataSource>
protected static class AbstractPushRepository.StatisticsImpl
extends Object
implements IPushRepository.Statistics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCounterValue(String name) protected voidsetCounterValue(String name, int value)
-
Constructor Details
-
StatisticsImpl
-
-
Method Details
-
getCounters
- Specified by:
getCountersin interfaceIPushRepository.Statistics
-
getCounterNames
- Specified by:
getCounterNamesin interfaceIPushRepository.Statistics
-
getCounterValue
- Specified by:
getCounterValuein interfaceIPushRepository.Statistics
-
setCounterValue
-