Package com.hypixel.hytale.protocol.io
Interface PacketStatsRecorder.PacketStatsEntry
- All Known Implementing Classes:
PacketStatsRecorderImpl.PacketStatsEntry
- Enclosing interface:
PacketStatsRecorder
public static interface PacketStatsRecorder.PacketStatsEntry
-
Field Details
-
RECENT_SECONDS
static final int RECENT_SECONDS- See Also:
-
-
Method Details
-
getPacketId
int getPacketId() -
getName
-
hasData
boolean hasData() -
getSentCount
int getSentCount() -
getSentUncompressedTotal
long getSentUncompressedTotal() -
getSentCompressedTotal
long getSentCompressedTotal() -
getSentUncompressedMin
long getSentUncompressedMin() -
getSentUncompressedMax
long getSentUncompressedMax() -
getSentCompressedMin
long getSentCompressedMin() -
getSentCompressedMax
long getSentCompressedMax() -
getSentUncompressedAvg
double getSentUncompressedAvg() -
getSentCompressedAvg
double getSentCompressedAvg() -
getSentRecently
-
getReceivedCount
int getReceivedCount() -
getReceivedUncompressedTotal
long getReceivedUncompressedTotal() -
getReceivedCompressedTotal
long getReceivedCompressedTotal() -
getReceivedUncompressedMin
long getReceivedUncompressedMin() -
getReceivedUncompressedMax
long getReceivedUncompressedMax() -
getReceivedCompressedMin
long getReceivedCompressedMin() -
getReceivedCompressedMax
long getReceivedCompressedMax() -
getReceivedUncompressedAvg
double getReceivedUncompressedAvg() -
getReceivedCompressedAvg
double getReceivedCompressedAvg() -
getReceivedRecently
-