Class CapturespecResourceStatistics


public final class CapturespecResourceStatistics extends StatisticsDataSection
  • Field Details

  • Method Details

    • eccdsLen

      public int eccdsLen()
      ECCDS_LEN value.
      Returns:
      int ECCDS_LEN value
    • eccdsId

      public int eccdsId()
      ECCDS_ID value.
      Returns:
      int ECCDS_ID value
    • eccEventbindingName

      public String eccEventbindingName()
      ECC_EVENTBINDING_NAME value.
      Returns:
      String ECC_EVENTBINDING_NAME value
    • eccCapturespecName

      public String eccCapturespecName()
      ECC_CAPTURESPEC_NAME value.
      Returns:
      String ECC_CAPTURESPEC_NAME value
    • eccCapturePointType

      public EccCapturePointType eccCapturePointType()
      ECC_CAPTURE_POINT_TYPE as a EccCapturePointType.
      Returns:
      EccCapturePointType ECC_CAPTURE_POINT_TYPE
    • eccCapturePointTypeRawValue

      public int eccCapturePointTypeRawValue()
      ECC_CAPTURE_POINT_TYPE raw value.
      Returns:
      int ECC_CAPTURE_POINT_TYPE value
    • eccCapturePoint

      public String eccCapturePoint()
      ECC_CAPTURE_POINT value.
      Returns:
      String ECC_CAPTURE_POINT value
    • eccEventName

      public String eccEventName()
      ECC_EVENT_NAME value.
      Returns:
      String ECC_EVENT_NAME value
    • eccEventsCaptured

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

      public BigInteger eccEventsCapturedAsBigInteger()
      ECC_EVENTS_CAPTURED value as a BigInteger.

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

      Returns:
      BigInteger ECC_EVENTS_CAPTURED
    • eccCaptureFailures

      public long eccCaptureFailures()
      ECC_CAPTURE_FAILURES value.
      Returns:
      long ECC_CAPTURE_FAILURES value
    • create

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