Record Class NetworkIoStatistics.PacketStatistics
java.lang.Object
java.lang.Record
net.minecraft.util.profiling.jfr.sample.NetworkIoStatistics.PacketStatistics
- Record Components:
- totalCount-
- totalSize-
- Enclosing class:
- NetworkIoStatistics<T>
public static record NetworkIoStatistics.PacketStatistics(long totalCount, long totalSize)
extends Record
- Mappings:
- Namespace - Name - named - net/minecraft/util/profiling/jfr/sample/NetworkIoStatistics$PacketStatistics- intermediary - net/minecraft/class_6767$class_6768- official - bpv$a- named - totalCount- intermediary - comp_257- official - a- named - totalSize- intermediary - comp_258- official - b
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) static final Comparator<NetworkIoStatistics.PacketStatistics> private final longThe field for thetotalCountrecord component.private final longThe field for thetotalSizerecord component.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription(package private) NetworkIoStatistics.PacketStatisticsadd(NetworkIoStatistics.PacketStatistics statistics) final booleanIndicates whether some other object is "equal to" this one.floatfinal inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.longReturns the value of thetotalCountrecord component.longReturns the value of thetotalSizerecord component.
- 
Field Details- 
totalCountprivate final long totalCountThe field for thetotalCountrecord component.
- 
totalSizeprivate final long totalSizeThe field for thetotalSizerecord component.
- 
COMPARATOR- Mappings:
- Namespace - Name - Mixin selector - named - COMPARATOR- Lnet/minecraft/util/profiling/jfr/sample/NetworkIoStatistics$PacketStatistics;COMPARATOR:Ljava/util/Comparator;- intermediary - field_35586- Lnet/minecraft/class_6767$class_6768;field_35586:Ljava/util/Comparator;- official - c- Lbpv$a;c:Ljava/util/Comparator;
 
 
- 
- 
Constructor Details- 
PacketStatisticspublic PacketStatistics(long long2, long long3) 
 
- 
- 
Method Details- 
add- Mappings:
- Namespace - Name - Mixin selector - named - add- Lnet/minecraft/util/profiling/jfr/sample/NetworkIoStatistics$PacketStatistics;add(Lnet/minecraft/util/profiling/jfr/sample/NetworkIoStatistics$PacketStatistics;)Lnet/minecraft/util/profiling/jfr/sample/NetworkIoStatistics$PacketStatistics;- intermediary - method_39444- Lnet/minecraft/class_6767$class_6768;method_39444(Lnet/minecraft/class_6767$class_6768;)Lnet/minecraft/class_6767$class_6768;- official - a- Lbpv$a;a(Lbpv$a;)Lbpv$a;
 
- 
getAverageSizepublic float getAverageSize()- Mappings:
- Namespace - Name - Mixin selector - named - getAverageSize- Lnet/minecraft/util/profiling/jfr/sample/NetworkIoStatistics$PacketStatistics;getAverageSize()F- intermediary - method_56986- Lnet/minecraft/class_6767$class_6768;method_56986()F- official - a- Lbpv$a;a()F
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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. All components in this record class are compared with '=='.
- 
totalCountpublic long totalCount()Returns the value of thetotalCountrecord component.- Returns:
- the value of the totalCountrecord component
 
- 
totalSizepublic long totalSize()Returns the value of thetotalSizerecord component.- Returns:
- the value of the totalSizerecord component
 
 
-