public final class LogicalCoreDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF70_LPB_VALID
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static LogicalCoreDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
smf70CoreFlg()
SMF70_CORE_FLG value.
|
int |
smf70CoreId()
SMF70_CORE_ID value.
|
int |
smf70CpuNum()
SMF70_CPU_NUM value.
|
int |
smf70CpuSkip()
SMF70_CPU_SKIP value.
|
Duration |
smf70LparBusy()
SMF70_LPAR_BUSY as a Duration.
|
long |
smf70LparBusyRawValue()
SMF70_LPAR_BUSY raw value.
|
double |
smf70LparBusySeconds()
SMF70_LPAR_BUSY in seconds.
|
boolean |
smf70LpbValid()
Return true if
SMF70_LPB_VALID bit in smf70CoreFlg() is set. |
long |
smf70Prod()
SMF70_PROD value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF70_LPB_VALID
public int smf70CoreId()
public int smf70CoreFlg()
public boolean smf70LpbValid()
SMF70_LPB_VALID
bit in smf70CoreFlg()
is set.SMF70_LPB_VALID = 0x80
public int smf70CpuSkip()
public int smf70CpuNum()
public long smf70Prod()
public Duration smf70LparBusy()
Duration
public double smf70LparBusySeconds()
public long smf70LparBusyRawValue()
public static LogicalCoreDataSection 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.