public final class SleepContentionEntry extends SmfData
Modifier and Type | Method and Description |
---|---|
static SleepContentionEntry |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf92slct()
SMF92SLCT value, throws exception if SMF92SLCT overflows 64 bit signed integer.
|
BigInteger |
smf92slctAsBigInteger()
SMF92SLCT value as a BigInteger.
|
String |
smf92slds()
SMF92SLDS value.
|
long |
smf92slpct()
SMF92SLPCT value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public long smf92slct()
IllegalArgumentException
- If the value of SMF92SLCT exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92SLCT).
Use smf92slctAsBigInteger()
if this is possible.public BigInteger smf92slctAsBigInteger()
smf92slct()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92slpct()
public String smf92slds()
public static SleepContentionEntry 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.