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 TypeMethodDescriptionlongDeprecated.longDeprecated.intDeprecated.Deprecated.longDeprecated.booleanisLocal()Deprecated.voidsetEndTime(long endTime) Deprecated.voidsetLength(long length) Deprecated.voidsetLocal(boolean local) Deprecated.voidsetNumLines(int numLines) Deprecated.voidsetRepositoryId(String repositoryId) Deprecated.voidsetStartTime(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.
-