Uses of Record Class
net.minecraft.util.profiling.jfr.stats.PacketIdentification
Package
Description
-
Uses of PacketIdentification in net.minecraft.util.profiling.jfr.parse
Modifier and TypeFieldDescriptionprivate final Map
<PacketIdentification, JfrStatsParser.MutableCountAndSize> JfrStatsParser.receivedPackets
private final IoSummary
<PacketIdentification> JfrStatsResult.receivedPacketsSummary
The field for thereceivedPacketsSummary
record component.private final Map
<PacketIdentification, JfrStatsParser.MutableCountAndSize> JfrStatsParser.sentPackets
private final IoSummary
<PacketIdentification> JfrStatsResult.sentPacketsSummary
The field for thesentPacketsSummary
record component.Modifier and TypeMethodDescriptionJfrStatsResult.receivedPacketsSummary()
Returns the value of thereceivedPacketsSummary
record component.JfrStatsResult.sentPacketsSummary()
Returns the value of thesentPacketsSummary
record component.Modifier and TypeMethodDescriptionprivate void
JfrStatsParser.incrementPacket
(RecordedEvent p_185459_, int p_185460_, Map<PacketIdentification, JfrStatsParser.MutableCountAndSize> p_185461_) ModifierConstructorDescriptionJfrStatsResult
(Instant recordingStarted, Instant recordingEnded, Duration recordingDuration, Duration worldCreationDuration, List<TickTimeStat> tickTimes, List<CpuLoadStat> cpuLoadStats, GcHeapStat.Summary heapSummary, ThreadAllocationStat.Summary threadAllocationSummary, IoSummary<PacketIdentification> receivedPacketsSummary, IoSummary<PacketIdentification> sentPacketsSummary, IoSummary<ChunkIdentification> writtenChunks, IoSummary<ChunkIdentification> readChunks, FileIOStat.Summary fileWrites, FileIOStat.Summary fileReads, List<ChunkGenStat> chunkGenStats) Creates an instance of aJfrStatsResult
record class. -
Uses of PacketIdentification in net.minecraft.util.profiling.jfr.serialize
Modifier and TypeMethodDescriptionprivate static void
JfrResultJsonSerializer.serializePacketId
(PacketIdentification p_326086_, com.google.gson.JsonObject p_326120_) -
Uses of PacketIdentification in net.minecraft.util.profiling.jfr.stats
Modifier and TypeMethodDescriptionstatic PacketIdentification
PacketIdentification.from
(RecordedEvent p_326266_)