Class StatisticsList
java.lang.Object
tigase.stats.StatisticsList
- All Implemented Interfaces:
Iterable<StatRecord>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.<E extends Number>
booleanadd(String comp, String description, Collection<E> value, Level recordLevel) Deprecated.addCompStats(String comp) Deprecated.booleancheckLevel(Level recordLevel) Deprecated.booleancheckLevel(Level recordLevel, int value) Deprecated.booleancheckLevel(Level recordLevel, long value) Deprecated.booleancheckLevel(Level recordLevel, StatRecord record) Deprecated.<E> Collection<E> getCollectionValue(String dataId) Deprecated.<E> Collection<E> getCollectionValue(String comp, String description, Collection<E> def) Deprecated.intgetCompConnections(String comp) Deprecated.longDeprecated.longgetCompIqReceived(String comp) Deprecated.longgetCompIqSent(String comp) Deprecated.longgetCompMsg(String comp) Deprecated.longgetCompMsgReceived(String comp) Deprecated.longgetCompMsgSent(String comp) Deprecated.Deprecated.Returns names of every component for which statistics are stored instatsvariablelonggetCompPackets(String comp) Deprecated.longgetCompPres(String comp) Deprecated.longgetCompPresReceived(String comp) Deprecated.longgetCompPresSent(String comp) Deprecated.longgetCompReceivedPackets(String comp) Deprecated.longgetCompSentPackets(String comp) Deprecated.getCompStats(String comp) Deprecated.Deprecated.floatDeprecated.intDeprecated.longDeprecated.Deprecated.<E> Collection<E> getValue(String comp, String description, Collection<E> def) Deprecated.iterator()Deprecated.toString()Deprecated.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
StatisticsList
Deprecated.
-
-
Method Details
-
add
-
add
-
add
-
add
-
add
public <E extends Number> boolean add(String comp, String description, Collection<E> value, Level recordLevel) Deprecated. -
addCompStats
Deprecated. -
checkLevel
Deprecated. -
checkLevel
Deprecated. -
checkLevel
Deprecated. -
checkLevel
Deprecated. -
getCompConnections
Deprecated. -
getCompIq
Deprecated. -
getCompIqReceived
Deprecated. -
getCompIqSent
Deprecated. -
getCompNames
-
getCompMsg
Deprecated. -
getCompMsgReceived
Deprecated. -
getCompMsgSent
Deprecated. -
getCompPackets
Deprecated. -
getCompPres
Deprecated. -
getCompPresReceived
Deprecated. -
getCompPresSent
Deprecated. -
getCompReceivedPackets
Deprecated. -
getCompSentPackets
Deprecated. -
getCompStats
Deprecated. -
getValue
-
getValue
-
getValue
-
getValue
-
getValue
Deprecated. -
getCollectionValue
Deprecated. -
getCollectionValue
Deprecated. -
getValue
-
iterator
Deprecated.- Specified by:
iteratorin interfaceIterable<StatRecord>
-
toString
-