Class LogicalCoreDataSection
java.lang.Object
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf70.subtype1.LogicalCoreDataSection
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic LogicalCoreDataSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
SMF70_CORE_FLG value.int
SMF70_CORE_ID value.int
SMF70_CPU_NUM value.int
SMF70_CPU_SKIP value.SMF70_LPAR_BUSY as a Duration.long
SMF70_LPAR_BUSY raw value.double
SMF70_LPAR_BUSY in seconds.boolean
Return true ifSMF70_LPB_VALID
bit insmf70CoreFlg()
is set.long
SMF70_PROD value.
-
Field Details
-
SMF70_LPB_VALID
public static final int SMF70_LPB_VALIDConstant: 0x80 = 128- See Also:
-
-
Method Details
-
smf70CoreId
public int smf70CoreId()SMF70_CORE_ID value.- Returns:
- int SMF70_CORE_ID value
-
smf70CoreFlg
public int smf70CoreFlg()SMF70_CORE_FLG value.- Returns:
- int SMF70_CORE_FLG value
-
smf70LpbValid
public boolean smf70LpbValid()Return true ifSMF70_LPB_VALID
bit insmf70CoreFlg()
is set.- Returns:
- boolean SMF70_LPB_VALID bit is set in smf70CoreFlg()
SMF70_LPB_VALID = 0x80
-
smf70CpuSkip
public int smf70CpuSkip()SMF70_CPU_SKIP value.- Returns:
- int SMF70_CPU_SKIP value
-
smf70CpuNum
public int smf70CpuNum()SMF70_CPU_NUM value.- Returns:
- int SMF70_CPU_NUM value
-
smf70Prod
public long smf70Prod()SMF70_PROD value.- Returns:
- long SMF70_PROD value
-
smf70LparBusy
SMF70_LPAR_BUSY as a Duration. Supported if smf70LpbValid() == true;- Returns:
- Duration SMF70_LPAR_BUSY
- See Also:
-
smf70LparBusySeconds
public double smf70LparBusySeconds()SMF70_LPAR_BUSY in seconds. Supported if smf70LpbValid() == true;- Returns:
- double SMF70_LPAR_BUSY converted to seconds
-
smf70LparBusyRawValue
public long smf70LparBusyRawValue()SMF70_LPAR_BUSY raw value. Supported if smf70LpbValid() == true;- Returns:
- long SMF70_LPAR_BUSY raw value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-