Package com.blackhillsoftware.smf.smf30
Class ZEdcUsageStatisticsSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf30.ZEdcUsageStatisticsSection
- 
Method SummaryModifier and TypeMethodDescriptionstatic ZEdcUsageStatisticsSectioncreate(byte[] Data, int offset, int length) create is intended for internal use only.longSMF30_US_ComprReq value, throws exception if SMF30_US_ComprReq overflows 64 bit signed integer.SMF30_US_ComprReq value as a BigInteger.longSMF30_US_ComprReq_Prob value, throws exception if SMF30_US_ComprReq_Prob overflows 64 bit signed integer.SMF30_US_ComprReq_Prob value as a BigInteger.longSMF30_US_Def_ComprOut value, throws exception if SMF30_US_Def_ComprOut overflows 64 bit signed integer.SMF30_US_Def_ComprOut value as a BigInteger.longSMF30_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.doubleSMF30_US_ExecTime in seconds.longSMF30_US_Inf_ComprIn value, throws exception if SMF30_US_Inf_ComprIn overflows 64 bit signed integer.SMF30_US_Inf_ComprIn value as a BigInteger.longSMF30_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.doubleSMF30_US_QueueTime in seconds.Methods inherited from class com.blackhillsoftware.smf.SmfDatacreateSection, getTriplet
- 
Method Details- 
smf30UsComprReqpublic 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). Use- smf30UsComprReqAsBigInteger()if this is possible.
 
- 
smf30UsComprReqAsBigIntegerSMF30_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
 
- 
smf30UsComprReqProbpublic 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). Use- smf30UsComprReqProbAsBigInteger()if this is possible.
 
- 
smf30UsComprReqProbAsBigIntegerSMF30_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
 
- 
smf30UsQueueTimeSMF30_US_QueueTime as a Duration.- Returns:
- Duration SMF30_US_QueueTime
- See Also:
 
- 
smf30UsQueueTimeSecondspublic double smf30UsQueueTimeSeconds()SMF30_US_QueueTime in seconds.- Returns:
- double SMF30_US_QueueTime converted to seconds
 
- 
smf30UsQueueTimeRawValueSMF30_US_QueueTime raw value.- Returns:
- BigInteger SMF30_US_QueueTime raw value
 
- 
smf30UsExecTimeSMF30_US_ExecTime as a Duration.- Returns:
- Duration SMF30_US_ExecTime
- See Also:
 
- 
smf30UsExecTimeSecondspublic double smf30UsExecTimeSeconds()SMF30_US_ExecTime in seconds.- Returns:
- double SMF30_US_ExecTime converted to seconds
 
- 
smf30UsExecTimeRawValueSMF30_US_ExecTime raw value.- Returns:
- BigInteger SMF30_US_ExecTime raw value
 
- 
smf30UsDefUncomprInpublic 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). Use- smf30UsDefUncomprInAsBigInteger()if this is possible.
 
- 
smf30UsDefUncomprInAsBigIntegerSMF30_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
 
- 
smf30UsDefComprOutpublic 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). Use- smf30UsDefComprOutAsBigInteger()if this is possible.
 
- 
smf30UsDefComprOutAsBigIntegerSMF30_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
 
- 
smf30UsInfComprInpublic 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). Use- smf30UsInfComprInAsBigInteger()if this is possible.
 
- 
smf30UsInfComprInAsBigIntegerSMF30_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
 
- 
smf30UsInfDecomprOutpublic 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). Use- smf30UsInfDecomprOutAsBigInteger()if this is possible.
 
- 
smf30UsInfDecomprOutAsBigIntegerSMF30_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
 
- 
createcreate 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 section
- offset- Offset of this section in the data
- length- length of the section
 
 
-