Record Class PacketSample.Statistics

java.lang.Object
java.lang.Record
net.minecraft.util.profiling.jfr.sample.PacketSample.Statistics
Record Components:
count -
totalBytes -
topContributors -
duration -
Enclosing class:
PacketSample

public static record PacketSample.Statistics(long count, long totalBytes, List<com.mojang.datafixers.util.Pair<String,Long>> topContributors, Duration duration) extends Record
Mappings:
Namespace Name
official arm$a
intermediary net/minecraft/class_6528$class_6529
named net/minecraft/util/profiling/jfr/sample/PacketSample$Statistics
official a
intermediary comp_44
named count
official b
intermediary comp_45
named totalBytes
official c
intermediary comp_46
named topContributors
official d
intermediary comp_47
named duration
  • Field Details

    • count

      private final long count
      The field for the count record component.
    • totalBytes

      private final long totalBytes
      The field for the totalBytes record component.
    • topContributors

      private final List<com.mojang.datafixers.util.Pair<String,Long>> topContributors
      The field for the topContributors record component.
    • duration

      private final Duration duration
      The field for the duration record component.
  • Constructor Details

    • Statistics

      public Statistics(long long2, long long3, List<com.mojang.datafixers.util.Pair<String,Long>> list, Duration duration)
  • Method Details

    • getCountPerSecond

      public double getCountPerSecond()
      Mappings:
      Namespace Name Mixin selector
      official a Larm$a;a()D
      intermediary method_38052 Lnet/minecraft/class_6528$class_6529;method_38052()D
      named getCountPerSecond Lnet/minecraft/util/profiling/jfr/sample/PacketSample$Statistics;getCountPerSecond()D
    • getBytesPerSecond

      public double getBytesPerSecond()
      Mappings:
      Namespace Name Mixin selector
      official b Larm$a;b()D
      intermediary method_38053 Lnet/minecraft/class_6528$class_6529;method_38053()D
      named getBytesPerSecond Lnet/minecraft/util/profiling/jfr/sample/PacketSample$Statistics;getBytesPerSecond()D
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • count

      public long count()
      Returns the value of the count record component.
      Returns:
      the value of the count record component
    • totalBytes

      public long totalBytes()
      Returns the value of the totalBytes record component.
      Returns:
      the value of the totalBytes record component
    • topContributors

      public List<com.mojang.datafixers.util.Pair<String,Long>> topContributors()
      Returns the value of the topContributors record component.
      Returns:
      the value of the topContributors record component
    • duration

      public Duration duration()
      Returns the value of the duration record component.
      Returns:
      the value of the duration record component