Interface OperationsStatsMBean


@Deprecated(since="2024-09-23") public interface OperationsStatsMBean
Deprecated.
The Jackrabbit Oak Blob Plugins library is designed for Oak-internal use only and thus deprecated. It will not be part of the AEM SDK after April 2025.
Interface to give useful statistics for maintenance operations.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Deprecated.
    Returns the duration of the operation
    long
    Deprecated.
    Returns the cumulative size of the blob references
    long
    Deprecated.
    Returns the finish error count
    Deprecated.
     
    long
    Deprecated.
    Returns the number of blob references
    long
    Deprecated.
    Returns the start counts of the operation
    long
    Deprecated.
    Returns the duration of the mark operation
    long
    Deprecated.
    Returns the number deleted.
    long
    Deprecated.
    Returns the size deleted.
  • Field Details

  • Method Details

    • getName

      String getName()
      Deprecated.
    • getStartCount

      long getStartCount()
      Deprecated.
      Returns the start counts of the operation
      Returns:
    • getFailureCount

      long getFailureCount()
      Deprecated.
      Returns the finish error count
      Returns:
    • duration

      long duration()
      Deprecated.
      Returns the duration of the operation
      Returns:
    • markDuration

      long markDuration()
      Deprecated.
      Returns the duration of the mark operation
      Returns:
    • numDeleted

      long numDeleted()
      Deprecated.
      Returns the number deleted.
      Returns:
    • sizeDeleted

      long sizeDeleted()
      Deprecated.
      Returns the size deleted.
      Returns:
    • getNumBlobReferences

      long getNumBlobReferences()
      Deprecated.
      Returns the number of blob references
      Returns:
    • getBlobReferencesSize

      long getBlobReferencesSize()
      Deprecated.
      Returns the cumulative size of the blob references
      Returns: