public final class DiskIOStatistics extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF92ST5_LEN
Constant: 0x8C = 140
|
Modifier and Type | Method and Description |
---|---|
static DiskIOStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
List<IoCircumstanceEntry> |
ioCircumstanceEntries() |
int |
smf92ioccl()
SMF92IOCCL value.
|
int |
smf92iocct()
SMF92IOCCT value.
|
long |
smf92iolc()
SMF92IOLC value, throws exception if SMF92IOLC overflows 64 bit signed integer.
|
BigInteger |
smf92iolcAsBigInteger()
SMF92IOLC value as a BigInteger.
|
long |
smf92iolcc()
SMF92IOLCC value, throws exception if SMF92IOLCC overflows 64 bit signed integer.
|
BigInteger |
smf92iolccAsBigInteger()
SMF92IOLCC value as a BigInteger.
|
long |
smf92iolcm()
SMF92IOLCM value, throws exception if SMF92IOLCM overflows 64 bit signed integer.
|
BigInteger |
smf92iolcmAsBigInteger()
SMF92IOLCM value as a BigInteger.
|
long |
smf92iomc()
SMF92IOMC value, throws exception if SMF92IOMC overflows 64 bit signed integer.
|
BigInteger |
smf92iomcAsBigInteger()
SMF92IOMC value as a BigInteger.
|
long |
smf92iomcc()
SMF92IOMCC value, throws exception if SMF92IOMCC overflows 64 bit signed integer.
|
BigInteger |
smf92iomccAsBigInteger()
SMF92IOMCC value as a BigInteger.
|
long |
smf92iomcm()
SMF92IOMCM value, throws exception if SMF92IOMCM overflows 64 bit signed integer.
|
BigInteger |
smf92iomcmAsBigInteger()
SMF92IOMCM value as a BigInteger.
|
long |
smf92iord()
SMF92IORD value, throws exception if SMF92IORD overflows 64 bit signed integer.
|
BigInteger |
smf92iordAsBigInteger()
SMF92IORD value as a BigInteger.
|
long |
smf92iordb()
SMF92IORDB value, throws exception if SMF92IORDB overflows 64 bit signed integer.
|
BigInteger |
smf92iordbAsBigInteger()
SMF92IORDB value as a BigInteger.
|
ZonedDateTime |
smf92iot()
SMF92IOT STCKE value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92iotRawValue()
SMF92IOT STCKE value.
|
long |
smf92iouc()
SMF92IOUC value, throws exception if SMF92IOUC overflows 64 bit signed integer.
|
BigInteger |
smf92ioucAsBigInteger()
SMF92IOUC value as a BigInteger.
|
long |
smf92ioucc()
SMF92IOUCC value, throws exception if SMF92IOUCC overflows 64 bit signed integer.
|
BigInteger |
smf92iouccAsBigInteger()
SMF92IOUCC value as a BigInteger.
|
long |
smf92ioucm()
SMF92IOUCM value, throws exception if SMF92IOUCM overflows 64 bit signed integer.
|
BigInteger |
smf92ioucmAsBigInteger()
SMF92IOUCM value as a BigInteger.
|
long |
smf92iowr()
SMF92IOWR value, throws exception if SMF92IOWR overflows 64 bit signed integer.
|
BigInteger |
smf92iowrAsBigInteger()
SMF92IOWR value as a BigInteger.
|
long |
smf92iowrb()
SMF92IOWRB value, throws exception if SMF92IOWRB overflows 64 bit signed integer.
|
BigInteger |
smf92iowrbAsBigInteger()
SMF92IOWRB value as a BigInteger.
|
long |
smf92iowtt()
SMF92IOWTT value, throws exception if SMF92IOWTT overflows 64 bit signed integer.
|
BigInteger |
smf92iowttAsBigInteger()
SMF92IOWTT value as a BigInteger.
|
Duration |
smf92liowt()
SMF92LIOWT as a Duration.
|
BigInteger |
smf92liowtRawValue()
SMF92LIOWT raw value.
|
double |
smf92liowtSeconds()
SMF92LIOWT in seconds.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF92ST5_LEN
public ZonedDateTime smf92iot()
Use smf92iotRawValue()
for a BigInteger containing the complete
STCKE value.
ZonedDateTime
public BigInteger smf92iotRawValue()
public long smf92iord()
IllegalArgumentException
- If the value of SMF92IORD exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92IORD).
Use smf92iordAsBigInteger()
if this is possible.public BigInteger smf92iordAsBigInteger()
smf92iord()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92iowr()
IllegalArgumentException
- If the value of SMF92IOWR exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92IOWR).
Use smf92iowrAsBigInteger()
if this is possible.public BigInteger smf92iowrAsBigInteger()
smf92iowr()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92iordb()
IllegalArgumentException
- If the value of SMF92IORDB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92IORDB).
Use smf92iordbAsBigInteger()
if this is possible.public BigInteger smf92iordbAsBigInteger()
smf92iordb()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92iowrb()
IllegalArgumentException
- If the value of SMF92IOWRB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92IOWRB).
Use smf92iowrbAsBigInteger()
if this is possible.public BigInteger smf92iowrbAsBigInteger()
smf92iowrb()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public Duration smf92liowt()
Duration
public double smf92liowtSeconds()
public BigInteger smf92liowtRawValue()
public long smf92iowtt()
IllegalArgumentException
- If the value of SMF92IOWTT exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92IOWTT).
Use smf92iowttAsBigInteger()
if this is possible.public BigInteger smf92iowttAsBigInteger()
smf92iowtt()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92iouc()
IllegalArgumentException
- If the value of SMF92IOUC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92IOUC).
Use smf92ioucAsBigInteger()
if this is possible.public BigInteger smf92ioucAsBigInteger()
smf92iouc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92ioucm()
IllegalArgumentException
- If the value of SMF92IOUCM exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92IOUCM).
Use smf92ioucmAsBigInteger()
if this is possible.public BigInteger smf92ioucmAsBigInteger()
smf92ioucm()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92ioucc()
IllegalArgumentException
- If the value of SMF92IOUCC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92IOUCC).
Use smf92iouccAsBigInteger()
if this is possible.public BigInteger smf92iouccAsBigInteger()
smf92ioucc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92iomc()
IllegalArgumentException
- If the value of SMF92IOMC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92IOMC).
Use smf92iomcAsBigInteger()
if this is possible.public BigInteger smf92iomcAsBigInteger()
smf92iomc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92iomcm()
IllegalArgumentException
- If the value of SMF92IOMCM exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92IOMCM).
Use smf92iomcmAsBigInteger()
if this is possible.public BigInteger smf92iomcmAsBigInteger()
smf92iomcm()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92iomcc()
IllegalArgumentException
- If the value of SMF92IOMCC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92IOMCC).
Use smf92iomccAsBigInteger()
if this is possible.public BigInteger smf92iomccAsBigInteger()
smf92iomcc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92iolc()
IllegalArgumentException
- If the value of SMF92IOLC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92IOLC).
Use smf92iolcAsBigInteger()
if this is possible.public BigInteger smf92iolcAsBigInteger()
smf92iolc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92iolcm()
IllegalArgumentException
- If the value of SMF92IOLCM exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92IOLCM).
Use smf92iolcmAsBigInteger()
if this is possible.public BigInteger smf92iolcmAsBigInteger()
smf92iolcm()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92iolcc()
IllegalArgumentException
- If the value of SMF92IOLCC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92IOLCC).
Use smf92iolccAsBigInteger()
if this is possible.public BigInteger smf92iolccAsBigInteger()
smf92iolcc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public int smf92iocct()
public int smf92ioccl()
public List<IoCircumstanceEntry> ioCircumstanceEntries()
public static DiskIOStatistics 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 © 2021 Black Hill Software Pty Ltd. All rights reserved.