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