public final class ZEdcUsageStatisticsSection extends SmfData
Modifier and Type | Method and Description |
---|---|
static ZEdcUsageStatisticsSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf30UsComprReq()
SMF30_US_ComprReq value, throws exception if SMF30_US_ComprReq overflows 64 bit signed integer.
|
BigInteger |
smf30UsComprReqAsBigInteger()
SMF30_US_ComprReq value as a BigInteger.
|
long |
smf30UsComprReqProb()
SMF30_US_ComprReq_Prob value, throws exception if SMF30_US_ComprReq_Prob overflows 64 bit signed integer.
|
BigInteger |
smf30UsComprReqProbAsBigInteger()
SMF30_US_ComprReq_Prob value as a BigInteger.
|
long |
smf30UsDefComprOut()
SMF30_US_Def_ComprOut value, throws exception if SMF30_US_Def_ComprOut overflows 64 bit signed integer.
|
BigInteger |
smf30UsDefComprOutAsBigInteger()
SMF30_US_Def_ComprOut value as a BigInteger.
|
long |
smf30UsDefUncomprIn()
SMF30_US_Def_UncomprIn value, throws exception if SMF30_US_Def_UncomprIn overflows 64 bit signed integer.
|
BigInteger |
smf30UsDefUncomprInAsBigInteger()
SMF30_US_Def_UncomprIn value as a BigInteger.
|
Duration |
smf30UsExecTime()
SMF30_US_ExecTime as a Duration.
|
BigInteger |
smf30UsExecTimeRawValue()
SMF30_US_ExecTime raw value.
|
double |
smf30UsExecTimeSeconds()
SMF30_US_ExecTime in seconds.
|
long |
smf30UsInfComprIn()
SMF30_US_Inf_ComprIn value, throws exception if SMF30_US_Inf_ComprIn overflows 64 bit signed integer.
|
BigInteger |
smf30UsInfComprInAsBigInteger()
SMF30_US_Inf_ComprIn value as a BigInteger.
|
long |
smf30UsInfDecomprOut()
SMF30_US_Inf_DecomprOut value, throws exception if SMF30_US_Inf_DecomprOut overflows 64 bit signed integer.
|
BigInteger |
smf30UsInfDecomprOutAsBigInteger()
SMF30_US_Inf_DecomprOut value as a BigInteger.
|
Duration |
smf30UsQueueTime()
SMF30_US_QueueTime as a Duration.
|
BigInteger |
smf30UsQueueTimeRawValue()
SMF30_US_QueueTime raw value.
|
double |
smf30UsQueueTimeSeconds()
SMF30_US_QueueTime in seconds.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public long smf30UsComprReq()
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.public BigInteger smf30UsComprReqAsBigInteger()
smf30UsComprReq()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf30UsComprReqProb()
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.public BigInteger smf30UsComprReqProbAsBigInteger()
smf30UsComprReqProb()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public Duration smf30UsQueueTime()
Duration
public double smf30UsQueueTimeSeconds()
public BigInteger smf30UsQueueTimeRawValue()
public Duration smf30UsExecTime()
Duration
public double smf30UsExecTimeSeconds()
public BigInteger smf30UsExecTimeRawValue()
public long smf30UsDefUncomprIn()
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.public BigInteger smf30UsDefUncomprInAsBigInteger()
smf30UsDefUncomprIn()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf30UsDefComprOut()
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.public BigInteger smf30UsDefComprOutAsBigInteger()
smf30UsDefComprOut()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf30UsInfComprIn()
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.public BigInteger smf30UsInfComprInAsBigInteger()
smf30UsInfComprIn()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf30UsInfDecomprOut()
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.public BigInteger smf30UsInfDecomprOutAsBigInteger()
smf30UsInfDecomprOut()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public static ZEdcUsageStatisticsSection create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.