Uses of Record Class
net.minecraft.util.profiling.jfr.sample.NetworkIoStatistics.Packet
Packages that use NetworkIoStatistics.Packet
-
Uses of NetworkIoStatistics.Packet in net.minecraft.util.profiling.jfr
Fields in net.minecraft.util.profiling.jfr with type parameters of type NetworkIoStatistics.PacketModifier and TypeFieldDescriptionprivate final Map<NetworkIoStatistics.Packet,
JfrProfileRecorder.PacketCounter> JfrProfileRecorder.receivedPacketsToCounter
private final Map<NetworkIoStatistics.Packet,
JfrProfileRecorder.PacketCounter> JfrProfileRecorder.sentPacketsToCounter
Method parameters in net.minecraft.util.profiling.jfr with type arguments of type NetworkIoStatistics.PacketModifier and TypeMethodDescriptionprivate void
JfrProfileRecorder.addPacket
(RecordedEvent event, int bytes, Map<NetworkIoStatistics.Packet, JfrProfileRecorder.PacketCounter> packetsToCounter) private static NetworkIoStatistics
JfrProfileRecorder.createNetworkIoStatistics
(Duration duration, Map<NetworkIoStatistics.Packet, JfrProfileRecorder.PacketCounter> packetsToCounter) -
Uses of NetworkIoStatistics.Packet in net.minecraft.util.profiling.jfr.sample
Fields in net.minecraft.util.profiling.jfr.sample with type parameters of type NetworkIoStatistics.PacketModifier and TypeFieldDescriptionprivate static final Map<NetworkIoStatistics.Packet,
String> NetworkIoStatistics.Packet.PACKET_TO_NAME
private final List<com.mojang.datafixers.util.Pair<NetworkIoStatistics.Packet,
NetworkIoStatistics.PacketStatistics>> NetworkIoStatistics.topContributors
Methods in net.minecraft.util.profiling.jfr.sample that return NetworkIoStatistics.PacketModifier and TypeMethodDescriptionstatic NetworkIoStatistics.Packet
NetworkIoStatistics.Packet.fromEvent
(RecordedEvent event) Methods in net.minecraft.util.profiling.jfr.sample that return types with arguments of type NetworkIoStatistics.PacketModifier and TypeMethodDescriptionList<com.mojang.datafixers.util.Pair<NetworkIoStatistics.Packet,
NetworkIoStatistics.PacketStatistics>> NetworkIoStatistics.getTopContributors()
Constructor parameters in net.minecraft.util.profiling.jfr.sample with type arguments of type NetworkIoStatistics.PacketModifierConstructorDescriptionNetworkIoStatistics
(Duration duration, List<com.mojang.datafixers.util.Pair<NetworkIoStatistics.Packet, NetworkIoStatistics.PacketStatistics>> packetsToStatistics)