Class GarbageCollectionRepoStats
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.blob.GarbageCollectionRepoStats
-
public class GarbageCollectionRepoStats extends java.lang.ObjectGarbage collection stats for the repository.
-
-
Constructor Summary
Constructors Constructor Description GarbageCollectionRepoStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetEndTime()longgetLength()intgetNumLines()java.lang.StringgetRepositoryId()longgetStartTime()booleanisLocal()voidsetEndTime(long endTime)voidsetLength(long length)voidsetLocal(boolean local)voidsetNumLines(int numLines)voidsetRepositoryId(java.lang.String repositoryId)voidsetStartTime(long startTime)
-
-
-
Method Detail
-
getRepositoryId
public java.lang.String getRepositoryId()
-
setRepositoryId
public void setRepositoryId(java.lang.String repositoryId)
-
getEndTime
public long getEndTime()
-
setEndTime
public void setEndTime(long endTime)
-
getLength
public long getLength()
-
setLength
public void setLength(long length)
-
setNumLines
public void setNumLines(int numLines)
-
getNumLines
public int getNumLines()
-
getStartTime
public long getStartTime()
-
setStartTime
public void setStartTime(long startTime)
-
isLocal
public boolean isLocal()
-
setLocal
public void setLocal(boolean local)
-
-