Class LogManagerJournalStatistics


public final class LogManagerJournalStatistics extends StatisticsDataSection
  • Field Details

  • Method Details

    • lgrlen

      public int lgrlen()
      LGRLEN value.
      Returns:
      int LGRLEN value
    • lgrid

      public int lgrid()
      LGRID value.
      Returns:
      int LGRID value
    • lgrdvers

      public int lgrdvers()
      LGRDVERS value.
      Returns:
      int LGRDVERS value
    • lgrjnlname

      public String lgrjnlname()
      LGRJNLNAME value.
      Returns:
      String LGRJNLNAME value
    • lgrjtype

      public int lgrjtype()
      LGRJTYPE value.
      Returns:
      int LGRJTYPE value
    • lgrstream

      public String lgrstream()
      LGRSTREAM value.
      Returns:
      String LGRSTREAM value
    • lgrwrites

      public long lgrwrites()
      LGRWRITES value.
      Returns:
      long LGRWRITES value
    • lgrbytes

      public long lgrbytes()
      LGRBYTES value, throws exception if LGRBYTES overflows 64 bit signed integer.
      Returns:
      long LGRBYTES
      Throws:
      IllegalArgumentException - If the value of LGRBYTES exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in LGRBYTES). Use lgrbytesAsBigInteger() if this is possible.
    • lgrbytesAsBigInteger

      public BigInteger lgrbytesAsBigInteger()
      LGRBYTES value as a BigInteger.

      lgrbytes() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger LGRBYTES
    • lgrbuflsh

      public long lgrbuflsh()
      LGRBUFLSH value.
      Returns:
      long LGRBUFLSH value
    • lgrjtypemvs

      public boolean lgrjtypemvs()
      Return true if lgrjtype() equals LGRJTYPEMVS.
      Returns:
      boolean lgrjtype() equals LGRJTYPEMVS

      LGRJTYPEMVS = 0x01

    • lgrjtypesmf

      public boolean lgrjtypesmf()
      Return true if lgrjtype() equals LGRJTYPESMF.
      Returns:
      boolean lgrjtype() equals LGRJTYPESMF

      LGRJTYPESMF = 0x02

    • lgrjtypedmy

      public boolean lgrjtypedmy()
      Return true if lgrjtype() equals LGRJTYPEDMY.
      Returns:
      boolean lgrjtype() equals LGRJTYPEDMY

      LGRJTYPEDMY = 0x03

    • create

      public static LogManagerJournalStatistics 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