net.minecraft.util.profiling.jfr.event

public final class NetworkSummaryEvent$Recorder

net.minecraft.util.profiling.jfr.event.NetworkSummaryEvent$SumAggregation
net.minecraft.util.profiling.jfr.event.NetworkSummaryEvent$class_6779
net.minecraft.util.profiling.jfr.event.NetworkSummaryEvent$Recorder

Field summary

Modifier and TypeField
private final AtomicLong
sentBytes
field_35647
sentBytes
private final AtomicInteger
sentPackets
field_35648
sentPackets
private final AtomicLong
receivedBytes
field_35649
receivedBytes
private final AtomicInteger
receivedPackets
field_35650
receivedPackets
private final NetworkSummaryEvent
event
field_35651
event

Constructor summary

ModifierConstructor
public (String remoteAddress)

Method summary

Modifier and TypeMethod
public void
trackSentPacket(int size)
method_39495(int arg0)
addSentPacket(int bytes)
public void
trackReceivedPacket(int size)
method_39496(int arg0)
addReceivedPacket(int bytes)
public void
commitEvent()
method_39494()
commit()