Package com.blackhillsoftware.smf.smf30
Class ZEdcUsageStatisticsSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf30.ZEdcUsageStatisticsSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic ZEdcUsageStatisticsSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
SMF30_US_ComprReq value, throws exception if SMF30_US_ComprReq overflows 64 bit signed integer.SMF30_US_ComprReq value as a BigInteger.long
SMF30_US_ComprReq_Prob value, throws exception if SMF30_US_ComprReq_Prob overflows 64 bit signed integer.SMF30_US_ComprReq_Prob value as a BigInteger.long
SMF30_US_Def_ComprOut value, throws exception if SMF30_US_Def_ComprOut overflows 64 bit signed integer.SMF30_US_Def_ComprOut value as a BigInteger.long
SMF30_US_Def_UncomprIn value, throws exception if SMF30_US_Def_UncomprIn overflows 64 bit signed integer.SMF30_US_Def_UncomprIn value as a BigInteger.SMF30_US_ExecTime as a Duration.SMF30_US_ExecTime raw value.double
SMF30_US_ExecTime in seconds.long
SMF30_US_Inf_ComprIn value, throws exception if SMF30_US_Inf_ComprIn overflows 64 bit signed integer.SMF30_US_Inf_ComprIn value as a BigInteger.long
SMF30_US_Inf_DecomprOut value, throws exception if SMF30_US_Inf_DecomprOut overflows 64 bit signed integer.SMF30_US_Inf_DecomprOut value as a BigInteger.SMF30_US_QueueTime as a Duration.SMF30_US_QueueTime raw value.double
SMF30_US_QueueTime in seconds.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf30UsComprReq
public long smf30UsComprReq()SMF30_US_ComprReq value, throws exception if SMF30_US_ComprReq overflows 64 bit signed integer.- Returns:
- long SMF30_US_ComprReq
- Throws:
IllegalArgumentException
- If the value of SMF30_US_ComprReq exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF30_US_ComprReq). Usesmf30UsComprReqAsBigInteger()
if this is possible.
-
smf30UsComprReqAsBigInteger
SMF30_US_ComprReq value as a BigInteger.smf30UsComprReq()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF30_US_ComprReq
-
smf30UsComprReqProb
public long smf30UsComprReqProb()SMF30_US_ComprReq_Prob value, throws exception if SMF30_US_ComprReq_Prob overflows 64 bit signed integer.- Returns:
- long SMF30_US_ComprReq_Prob
- Throws:
IllegalArgumentException
- If the value of SMF30_US_ComprReq_Prob exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF30_US_ComprReq_Prob). Usesmf30UsComprReqProbAsBigInteger()
if this is possible.
-
smf30UsComprReqProbAsBigInteger
SMF30_US_ComprReq_Prob value as a BigInteger.smf30UsComprReqProb()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF30_US_ComprReq_Prob
-
smf30UsQueueTime
SMF30_US_QueueTime as a Duration.- Returns:
- Duration SMF30_US_QueueTime
- See Also:
-
smf30UsQueueTimeSeconds
public double smf30UsQueueTimeSeconds()SMF30_US_QueueTime in seconds.- Returns:
- double SMF30_US_QueueTime converted to seconds
-
smf30UsQueueTimeRawValue
SMF30_US_QueueTime raw value.- Returns:
- BigInteger SMF30_US_QueueTime raw value
-
smf30UsExecTime
SMF30_US_ExecTime as a Duration.- Returns:
- Duration SMF30_US_ExecTime
- See Also:
-
smf30UsExecTimeSeconds
public double smf30UsExecTimeSeconds()SMF30_US_ExecTime in seconds.- Returns:
- double SMF30_US_ExecTime converted to seconds
-
smf30UsExecTimeRawValue
SMF30_US_ExecTime raw value.- Returns:
- BigInteger SMF30_US_ExecTime raw value
-
smf30UsDefUncomprIn
public long smf30UsDefUncomprIn()SMF30_US_Def_UncomprIn value, throws exception if SMF30_US_Def_UncomprIn overflows 64 bit signed integer.- Returns:
- long SMF30_US_Def_UncomprIn
- Throws:
IllegalArgumentException
- If the value of SMF30_US_Def_UncomprIn exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF30_US_Def_UncomprIn). Usesmf30UsDefUncomprInAsBigInteger()
if this is possible.
-
smf30UsDefUncomprInAsBigInteger
SMF30_US_Def_UncomprIn value as a BigInteger.smf30UsDefUncomprIn()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF30_US_Def_UncomprIn
-
smf30UsDefComprOut
public long smf30UsDefComprOut()SMF30_US_Def_ComprOut value, throws exception if SMF30_US_Def_ComprOut overflows 64 bit signed integer.- Returns:
- long SMF30_US_Def_ComprOut
- Throws:
IllegalArgumentException
- If the value of SMF30_US_Def_ComprOut exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF30_US_Def_ComprOut). Usesmf30UsDefComprOutAsBigInteger()
if this is possible.
-
smf30UsDefComprOutAsBigInteger
SMF30_US_Def_ComprOut value as a BigInteger.smf30UsDefComprOut()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF30_US_Def_ComprOut
-
smf30UsInfComprIn
public long smf30UsInfComprIn()SMF30_US_Inf_ComprIn value, throws exception if SMF30_US_Inf_ComprIn overflows 64 bit signed integer.- Returns:
- long SMF30_US_Inf_ComprIn
- Throws:
IllegalArgumentException
- If the value of SMF30_US_Inf_ComprIn exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF30_US_Inf_ComprIn). Usesmf30UsInfComprInAsBigInteger()
if this is possible.
-
smf30UsInfComprInAsBigInteger
SMF30_US_Inf_ComprIn value as a BigInteger.smf30UsInfComprIn()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF30_US_Inf_ComprIn
-
smf30UsInfDecomprOut
public long smf30UsInfDecomprOut()SMF30_US_Inf_DecomprOut value, throws exception if SMF30_US_Inf_DecomprOut overflows 64 bit signed integer.- Returns:
- long SMF30_US_Inf_DecomprOut
- Throws:
IllegalArgumentException
- If the value of SMF30_US_Inf_DecomprOut exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF30_US_Inf_DecomprOut). Usesmf30UsInfDecomprOutAsBigInteger()
if this is possible.
-
smf30UsInfDecomprOutAsBigInteger
SMF30_US_Inf_DecomprOut value as a BigInteger.smf30UsInfDecomprOut()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF30_US_Inf_DecomprOut
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-