Class LogicalCoreDataSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf70.subtype1.LogicalCoreDataSection

public final class LogicalCoreDataSection extends SmfData
  • Field Details

    • SMF70_LPB_VALID

      public static final int SMF70_LPB_VALID
      Constant: 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 if SMF70_LPB_VALID bit in smf70CoreFlg() 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

      public Duration 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

      public static LogicalCoreDataSection create(byte[] Data, int offset, int length)
      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 section
      offset - Offset of this section in the data
      length - length of the section