Class NetworkSummaryEvent.Recorder

java.lang.Object
net.minecraft.util.profiling.jfr.event.NetworkSummaryEvent.Recorder
Enclosing class:
NetworkSummaryEvent

public static final class NetworkSummaryEvent.Recorder extends Object
Mappings:
Namespace Name
official net/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b
intermediary net/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779
named net/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder
  • Field Details

    • sentBytes

      private final AtomicLong sentBytes
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;a:Ljava/util/concurrent/atomic/AtomicLong;
      intermediary field_35647 Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;field_35647:Ljava/util/concurrent/atomic/AtomicLong;
      named sentBytes Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;sentBytes:Ljava/util/concurrent/atomic/AtomicLong;
    • sentPackets

      private final AtomicInteger sentPackets
      Mappings:
      Namespace Name Mixin selector
      official b Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;b:Ljava/util/concurrent/atomic/AtomicInteger;
      intermediary field_35648 Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;field_35648:Ljava/util/concurrent/atomic/AtomicInteger;
      named sentPackets Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;sentPackets:Ljava/util/concurrent/atomic/AtomicInteger;
    • receivedBytes

      private final AtomicLong receivedBytes
      Mappings:
      Namespace Name Mixin selector
      official c Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;c:Ljava/util/concurrent/atomic/AtomicLong;
      intermediary field_35649 Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;field_35649:Ljava/util/concurrent/atomic/AtomicLong;
      named receivedBytes Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;receivedBytes:Ljava/util/concurrent/atomic/AtomicLong;
    • receivedPackets

      private final AtomicInteger receivedPackets
      Mappings:
      Namespace Name Mixin selector
      official d Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;d:Ljava/util/concurrent/atomic/AtomicInteger;
      intermediary field_35650 Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;field_35650:Ljava/util/concurrent/atomic/AtomicInteger;
      named receivedPackets Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;receivedPackets:Ljava/util/concurrent/atomic/AtomicInteger;
    • event

      private final NetworkSummaryEvent event
      Mappings:
      Namespace Name Mixin selector
      official e Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;e:Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent;
      intermediary field_35651 Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;field_35651:Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent;
      named event Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;event:Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent;
  • Constructor Details

    • Recorder

      public Recorder(String remoteAddress)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;<init>(Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;<init>(Ljava/lang/String;)V
      named <init> Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;<init>(Ljava/lang/String;)V
  • Method Details

    • addSentPacket

      public void addSentPacket(int bytes)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;a(I)V
      intermediary method_39495 Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;method_39495(I)V
      named addSentPacket Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;addSentPacket(I)V
    • addReceivedPacket

      public void addReceivedPacket(int bytes)
      Mappings:
      Namespace Name Mixin selector
      official b Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;b(I)V
      intermediary method_39496 Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;method_39496(I)V
      named addReceivedPacket Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;addReceivedPacket(I)V
    • commit

      public void commit()
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;a()V
      intermediary method_39494 Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;method_39494()V
      named commit Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;commit()V