Class GarbageCollectionRepoStats
java.lang.Object
org.apache.jackrabbit.oak.plugins.blob.GarbageCollectionRepoStats
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Deprecated.long
Deprecated.int
Deprecated.Deprecated.long
Deprecated.boolean
isLocal()
Deprecated.void
setEndTime
(long endTime) Deprecated.void
setLength
(long length) Deprecated.void
setLocal
(boolean local) Deprecated.void
setNumLines
(int numLines) Deprecated.void
setRepositoryId
(String repositoryId) Deprecated.void
setStartTime
(long startTime) Deprecated.
-
Constructor Details
-
GarbageCollectionRepoStats
public GarbageCollectionRepoStats()Deprecated.
-
-
Method Details
-
getRepositoryId
Deprecated. -
setRepositoryId
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.
-