public final class Smf102Record extends SmfDb2Record
Mapping for SMF type 102 record : not yet implemented.

Typically you would obtain Smf102Records by reading SmfRecords and using

Smf102Record.from(SmfRecord)

to create the specialized record after determining the record type.

For general DB2 SMF record usage information see SmfDb2Record

  • Field Details Link icon

  • Constructor Details Link icon

    • Smf102Record Link icon

      public Smf102Record(byte[] data)
      Constructs an Smf102Record from the specified byte array.
      Parameters:
      data - a byte array containing the SMF record data
    • Smf102Record Link icon

      public Smf102Record(SmfRecord record)
      Constructs a new Smf102Record from an existing SMF record. The 2 records share the same data byte array.
      Parameters:
      record - an existing SMF record
  • Method Details Link icon

    • from Link icon

      public static Smf102Record from(SmfRecord record)
      Constructs a new Smf102Record from an existing SMF record. The 2 records share the same data byte array.
      Parameters:
      record - an existing SMF record
    • from Link icon

      public static Smf102Record from(byte[] data)
      Constructs an Smf102Record from the specified byte array.
      Parameters:
      data - a byte array containing the SMF record data
    • sm102len Link icon

      public int sm102len()
      SM102LEN value.
      Returns:
      int SM102LEN value
    • sm102sgd Link icon

      public int sm102sgd()
      SM102SGD value.
      Returns:
      int SM102SGD value
    • sm102flg Link icon

      public int sm102flg()
      SM102FLG value.
      Returns:
      int SM102FLG value
    • sm102rty Link icon

      public int sm102rty()
      SM102RTY value.
      Returns:
      int SM102RTY value
    • sm102tme Link icon

      public LocalTime sm102tme()
      SM102TME as a LocalTime.
      Returns:
      LocalTime SM102TME Time
      See Also:
    • sm102tmeRawValue Link icon

      public long sm102tmeRawValue()
      SM102TME raw value
      Returns:
      long SM102TME value
    • sm102dte Link icon

      public LocalDate sm102dte()
      SM102DTE as a LocalDate.
      Returns:
      LocalDate SM102DTE Date
      See Also:
    • sm102dteRawValue Link icon

      public int sm102dteRawValue()
      SM102DTE raw value.
      Returns:
      int SM102DTE value
    • sm102sid Link icon

      public String sm102sid()
      SM102SID value.
      Returns:
      String SM102SID value
    • sm102ssi Link icon

      public String sm102ssi()
      SM102SSI value.
      Returns:
      String SM102SSI value
    • sm102stf Link icon

      public int sm102stf()
      SM102STF value.
      Returns:
      int SM102STF value
    • sm102seq Link icon

      public long sm102seq()
      SM102SEQ value.
      Returns:
      long SM102SEQ value
    • sm102cmp Link icon

      public boolean sm102cmp()
      Return true if SM102CMP bit in sm102seq() is set.
      Returns:
      boolean SM102CMP bit is set in sm102seq()

      SM102CMP = 0x80

    • sm102buf Link icon

      public long sm102buf()
      SM102BUF value, with mask 0x7FFF.
      Returns:
      long SM102BUF value & 0x7FFF