Class GarbageCollectionRepoStats

java.lang.Object
org.apache.jackrabbit.oak.plugins.blob.GarbageCollectionRepoStats

@Deprecated(since="2024-09-23") public class GarbageCollectionRepoStats extends Object
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.
Garbage collection stats for the repository.
  • Constructor Details

    • GarbageCollectionRepoStats

      public GarbageCollectionRepoStats()
      Deprecated.
  • Method Details

    • getRepositoryId

      public String getRepositoryId()
      Deprecated.
    • setRepositoryId

      public void setRepositoryId(String repositoryId)
      Deprecated.
    • getEndTime

      public long getEndTime()
      Deprecated.
    • setEndTime

      public void setEndTime(long endTime)
      Deprecated.
    • getLength

      public long getLength()
      Deprecated.
    • setLength

      public void setLength(long length)
      Deprecated.
    • setNumLines

      public void setNumLines(int numLines)
      Deprecated.
    • getNumLines

      public int getNumLines()
      Deprecated.
    • getStartTime

      public long getStartTime()
      Deprecated.
    • setStartTime

      public void setStartTime(long startTime)
      Deprecated.
    • isLocal

      public boolean isLocal()
      Deprecated.
    • setLocal

      public void setLocal(boolean local)
      Deprecated.