public final class LockContentionEntry extends SmfData
Modifier and Type | Method and Description |
---|---|
static LockContentionEntry |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf92llasy()
SMF92LLASY value, throws exception if SMF92LLASY overflows 64 bit signed integer.
|
BigInteger |
smf92llasyAsBigInteger()
SMF92LLASY value as a BigInteger.
|
String |
smf92llds()
SMF92LLDS value.
|
double |
smf92llpct()
SMF92LLPCT value divided by 1000 to correct scale.
|
long |
smf92llspn()
SMF92LLSPN value, throws exception if SMF92LLSPN overflows 64 bit signed integer.
|
BigInteger |
smf92llspnAsBigInteger()
SMF92LLSPN value as a BigInteger.
|
long |
smf92llwt()
SMF92LLWT value, throws exception if SMF92LLWT overflows 64 bit signed integer.
|
BigInteger |
smf92llwtAsBigInteger()
SMF92LLWT value as a BigInteger.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public long smf92llwt()
IllegalArgumentException
- If the value of SMF92LLWT exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92LLWT).
Use smf92llwtAsBigInteger()
if this is possible.public BigInteger smf92llwtAsBigInteger()
smf92llwt()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92llasy()
IllegalArgumentException
- If the value of SMF92LLASY exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92LLASY).
Use smf92llasyAsBigInteger()
if this is possible.public BigInteger smf92llasyAsBigInteger()
smf92llasy()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92llspn()
IllegalArgumentException
- If the value of SMF92LLSPN exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92LLSPN).
Use smf92llspnAsBigInteger()
if this is possible.public BigInteger smf92llspnAsBigInteger()
smf92llspn()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public double smf92llpct()
public String smf92llds()
public static LockContentionEntry 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.