Class Statistic
java.lang.Object
zombie.network.statistics.data.Statistic
- All Implemented Interfaces:
IStatistic
- Direct Known Subclasses:
ConnectionQueueStatistic, GameStatistic, NetworkStatistic, PerformanceStatistic
-
Field Summary
FieldsModifier and TypeFieldDescriptionio.prometheus.metrics.core.metrics.Gauge -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IStatistic
init
-
Field Details
-
counters
-
statistics
-
prometheus
public io.prometheus.metrics.core.metrics.Gauge prometheus
-
-
Constructor Details
-
Statistic
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceIStatistic
-
store
- Specified by:
storein interfaceIStatistic
-
update
public void update()- Specified by:
updatein interfaceIStatistic
-
getCounter
-
getValue
-
getList
-
getAll
-
getLocalTable
public se.krka.kahlua.j2se.KahluaTableImpl getLocalTable() -
getRemoteTable
public se.krka.kahlua.j2se.KahluaTableImpl getRemoteTable()
-