Uses of Class
net.minecraft.util.profiling.jfr.sample.NetworkIoStatistics
Packages that use NetworkIoStatistics
-
Uses of NetworkIoStatistics in net.minecraft.util.profiling.jfr
Fields in net.minecraft.util.profiling.jfr declared as NetworkIoStatisticsModifier and TypeFieldDescriptionprivate final NetworkIoStatistics
<PacketSample> JfrProfile.packetReadStatistics
The field for thepacketReadStatistics
record component.private final NetworkIoStatistics
<PacketSample> JfrProfile.packetSentStatistics
The field for thepacketSentStatistics
record component.private final NetworkIoStatistics
<ChunkRegionSample> JfrProfile.readChunks
The field for thereadChunks
record component.private final NetworkIoStatistics
<ChunkRegionSample> JfrProfile.writtenChunks
The field for thewrittenChunks
record component.Methods in net.minecraft.util.profiling.jfr that return NetworkIoStatisticsModifier and TypeMethodDescriptionprivate static <T> NetworkIoStatistics
<T> JfrProfileRecorder.createNetworkIoStatistics
(Duration duration, Map<T, JfrProfileRecorder.Counter> packetsToCounter) JfrProfile.packetReadStatistics()
Returns the value of thepacketReadStatistics
record component.JfrProfile.packetSentStatistics()
Returns the value of thepacketSentStatistics
record component.JfrProfile.readChunks()
Returns the value of thereadChunks
record component.JfrProfile.writtenChunks()
Returns the value of thewrittenChunks
record component.Methods in net.minecraft.util.profiling.jfr with parameters of type NetworkIoStatisticsModifier and TypeMethodDescriptionprivate <T> JsonElement
JfrJsonReport.collectPacketSection
(NetworkIoStatistics<T> statistics, BiConsumer<T, JsonObject> callback) Constructors in net.minecraft.util.profiling.jfr with parameters of type NetworkIoStatisticsModifierConstructorDescriptionJfrProfile
(Instant instant, Instant instant2, Duration duration, @Nullable Duration duration2, List<ServerTickTimeSample> list, List<CpuLoadSample> list2, GcHeapSummarySample.Statistics statistics, ThreadAllocationStatisticsSample.AllocationMap allocationMap, NetworkIoStatistics<PacketSample> networkIoStatistics, NetworkIoStatistics<PacketSample> networkIoStatistics2, NetworkIoStatistics<ChunkRegionSample> networkIoStatistics3, NetworkIoStatistics<ChunkRegionSample> networkIoStatistics4, FileIoSample.Statistics statistics2, FileIoSample.Statistics statistics3, List<ChunkGenerationSample> list3)