Class StatisticManager
java.lang.Object
zombie.network.statistics.StatisticManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StatisticManagerstatic Stringvoidinit()iterator()voidobserveServerPacketProcessDuration(String packetType, String client, int size) voidobserveServerPacketSendDuration(String packetType, String client, int size) voidupdate(long time) Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
prometheusEnabled
public boolean prometheusEnabled
-
-
Constructor Details
-
StatisticManager
public StatisticManager()
-
-
Method Details
-
getInstance
-
iterator
-
init
public void init() -
getInstanceName
-
observeServerPacketProcessDuration
-
observeServerPacketSendDuration
-
get
-
update
public void update(long time)
-