public final class GarbageCollectorSection extends SmfData
Modifier and Type | Method and Description |
---|---|
static GarbageCollectorSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf121gcsCollcnt()
SMF121GCS_COLLCNT value, throws exception if SMF121GCS_COLLCNT overflows 64 bit signed integer.
|
BigInteger |
smf121gcsCollcntAsBigInteger()
SMF121GCS_COLLCNT value as a BigInteger.
|
Duration |
smf121gcsColltme()
SMF121GCS_COLLTME as a Duration.
|
BigInteger |
smf121gcsColltmeRawValue()
SMF121GCS_COLLTME raw value.
|
double |
smf121gcsColltmeSeconds()
SMF121GCS_COLLTME in seconds.
|
long |
smf121gcsFdflags()
SMF121GCS_FDFLAGS value.
|
int |
smf121gcsFf1()
SMF121GCS_FF1 value.
|
int |
smf121gcsFf2()
SMF121GCS_FF2 value.
|
int |
smf121gcsFf3()
SMF121GCS_FF3 value.
|
int |
smf121gcsFf4()
SMF121GCS_FF4 value.
|
long |
smf121gcsMemused()
SMF121GCS_MEMUSED value, throws exception if SMF121GCS_MEMUSED overflows 64 bit signed integer.
|
BigInteger |
smf121gcsMemusedAsBigInteger()
SMF121GCS_MEMUSED value as a BigInteger.
|
String |
smf121gcsName()
SMF121GCS_NAME value.
|
long |
smf121gcsTcompacts()
SMF121GCS_TCOMPACTS value, throws exception if SMF121GCS_TCOMPACTS overflows 64 bit signed integer.
|
BigInteger |
smf121gcsTcompactsAsBigInteger()
SMF121GCS_TCOMPACTS value as a BigInteger.
|
long |
smf121gcsTmemfreed()
SMF121GCS_TMEMFREED value, throws exception if SMF121GCS_TMEMFREED overflows 64 bit signed integer.
|
BigInteger |
smf121gcsTmemfreedAsBigInteger()
SMF121GCS_TMEMFREED value as a BigInteger.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public long smf121gcsFdflags()
public int smf121gcsFf1()
public int smf121gcsFf2()
public int smf121gcsFf3()
public int smf121gcsFf4()
public String smf121gcsName()
public long smf121gcsCollcnt()
IllegalArgumentException
- If the value of SMF121GCS_COLLCNT exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF121GCS_COLLCNT).
Use smf121gcsCollcntAsBigInteger()
if this is possible.public BigInteger smf121gcsCollcntAsBigInteger()
smf121gcsCollcnt()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public Duration smf121gcsColltme()
Duration
public double smf121gcsColltmeSeconds()
public BigInteger smf121gcsColltmeRawValue()
public long smf121gcsTmemfreed()
IllegalArgumentException
- If the value of SMF121GCS_TMEMFREED exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF121GCS_TMEMFREED).
Use smf121gcsTmemfreedAsBigInteger()
if this is possible.public BigInteger smf121gcsTmemfreedAsBigInteger()
smf121gcsTmemfreed()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf121gcsTcompacts()
IllegalArgumentException
- If the value of SMF121GCS_TCOMPACTS exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF121GCS_TCOMPACTS).
Use smf121gcsTcompactsAsBigInteger()
if this is possible.public BigInteger smf121gcsTcompactsAsBigInteger()
smf121gcsTcompacts()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf121gcsMemused()
IllegalArgumentException
- If the value of SMF121GCS_MEMUSED exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF121GCS_MEMUSED).
Use smf121gcsMemusedAsBigInteger()
if this is possible.public BigInteger smf121gcsMemusedAsBigInteger()
smf121gcsMemused()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public static GarbageCollectorSection 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.