Package org.epics.archiverappliance.etl
Record Class ETLInfoListStatistics
java.lang.Object
java.lang.Record
org.epics.archiverappliance.etl.ETLInfoListStatistics
public record ETLInfoListStatistics(long time4checkSizes, long time4prepareForNewPartition, long time4appendToETLAppendData, long totalSrcBytes)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionETLInfoListStatistics(long time4checkSizes, long time4prepareForNewPartition, long time4appendToETLAppendData, long totalSrcBytes) Creates an instance of aETLInfoListStatisticsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.longReturns the value of thetime4appendToETLAppendDatarecord component.longReturns the value of thetime4checkSizesrecord component.longReturns the value of thetime4prepareForNewPartitionrecord component.final StringtoString()Returns a string representation of this record class.longReturns the value of thetotalSrcBytesrecord component.
-
Constructor Details
-
ETLInfoListStatistics
public ETLInfoListStatistics(long time4checkSizes, long time4prepareForNewPartition, long time4appendToETLAppendData, long totalSrcBytes) Creates an instance of aETLInfoListStatisticsrecord class.- Parameters:
time4checkSizes- the value for thetime4checkSizesrecord componenttime4prepareForNewPartition- the value for thetime4prepareForNewPartitionrecord componenttime4appendToETLAppendData- the value for thetime4appendToETLAppendDatarecord componenttotalSrcBytes- the value for thetotalSrcBytesrecord component
-
-
Method Details
-
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. -
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. -
equals
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. All components in this record class are compared with '=='. -
time4checkSizes
public long time4checkSizes()Returns the value of thetime4checkSizesrecord component.- Returns:
- the value of the
time4checkSizesrecord component
-
time4prepareForNewPartition
public long time4prepareForNewPartition()Returns the value of thetime4prepareForNewPartitionrecord component.- Returns:
- the value of the
time4prepareForNewPartitionrecord component
-
time4appendToETLAppendData
public long time4appendToETLAppendData()Returns the value of thetime4appendToETLAppendDatarecord component.- Returns:
- the value of the
time4appendToETLAppendDatarecord component
-
totalSrcBytes
public long totalSrcBytes()Returns the value of thetotalSrcBytesrecord component.- Returns:
- the value of the
totalSrcBytesrecord component
-