public final class LockAndSleepStatistics extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF92ST4_LEN
Constant: 0x48 = 72
|
Modifier and Type | Method and Description |
---|---|
static LockAndSleepStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
List<LockContentionEntry> |
lockContentionEntries() |
List<SleepContentionEntry> |
sleepContentionEntries() |
int |
smf92lkllc()
SMF92LKLLC value.
|
int |
smf92lklll()
SMF92LKLLL value.
|
int |
smf92lkslc()
SMF92LKSLC value.
|
int |
smf92lksll()
SMF92LKSLL value.
|
ZonedDateTime |
smf92lkt()
SMF92LKT STCKE value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92lktRawValue()
SMF92LKT STCKE value.
|
long |
smf92lkts()
SMF92LKTS value, throws exception if SMF92LKTS overflows 64 bit signed integer.
|
BigInteger |
smf92lktsAsBigInteger()
SMF92LKTS value as a BigInteger.
|
long |
smf92lktst()
SMF92LKTST value, throws exception if SMF92LKTST overflows 64 bit signed integer.
|
BigInteger |
smf92lktstAsBigInteger()
SMF92LKTST value as a BigInteger.
|
long |
smf92lkuts()
SMF92LKUTS value, throws exception if SMF92LKUTS overflows 64 bit signed integer.
|
BigInteger |
smf92lkutsAsBigInteger()
SMF92LKUTS value as a BigInteger.
|
long |
smf92lkwk()
SMF92LKWK value, throws exception if SMF92LKWK overflows 64 bit signed integer.
|
BigInteger |
smf92lkwkAsBigInteger()
SMF92LKWK value as a BigInteger.
|
long |
smf92lkwt()
SMF92LKWT value, throws exception if SMF92LKWT overflows 64 bit signed integer.
|
BigInteger |
smf92lkwtAsBigInteger()
SMF92LKWT value as a BigInteger.
|
Duration |
smf92lkwtt()
SMF92LKWTT as a Duration.
|
BigInteger |
smf92lkwttRawValue()
SMF92LKWTT raw value.
|
double |
smf92lkwttSeconds()
SMF92LKWTT in seconds.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF92ST4_LEN
public ZonedDateTime smf92lkt()
Use smf92lktRawValue()
for a BigInteger containing the complete
STCKE value.
ZonedDateTime
public BigInteger smf92lktRawValue()
public long smf92lkuts()
IllegalArgumentException
- If the value of SMF92LKUTS exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92LKUTS).
Use smf92lkutsAsBigInteger()
if this is possible.public BigInteger smf92lkutsAsBigInteger()
smf92lkuts()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92lkts()
IllegalArgumentException
- If the value of SMF92LKTS exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92LKTS).
Use smf92lktsAsBigInteger()
if this is possible.public BigInteger smf92lktsAsBigInteger()
smf92lkts()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92lkwk()
IllegalArgumentException
- If the value of SMF92LKWK exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92LKWK).
Use smf92lkwkAsBigInteger()
if this is possible.public BigInteger smf92lkwkAsBigInteger()
smf92lkwk()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92lkwt()
IllegalArgumentException
- If the value of SMF92LKWT exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92LKWT).
Use smf92lkwtAsBigInteger()
if this is possible.public BigInteger smf92lkwtAsBigInteger()
smf92lkwt()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public Duration smf92lkwtt()
Duration
public double smf92lkwttSeconds()
public BigInteger smf92lkwttRawValue()
public long smf92lktst()
IllegalArgumentException
- If the value of SMF92LKTST exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92LKTST).
Use smf92lktstAsBigInteger()
if this is possible.public BigInteger smf92lktstAsBigInteger()
smf92lktst()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public int smf92lklll()
public int smf92lkllc()
public int smf92lksll()
public int smf92lkslc()
public List<LockContentionEntry> lockContentionEntries()
public List<SleepContentionEntry> sleepContentionEntries()
public static LockAndSleepStatistics 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.