Class GCJournal.GCJournalEntry
java.lang.Object
org.apache.jackrabbit.oak.segment.file.GCJournal.GCJournalEntry
- Enclosing class:
- GCJournal
-
Constructor Summary
ConstructorsConstructorDescriptionGCJournalEntry
(long repoSize, long reclaimedSize, long ts, @NotNull GCGeneration gcGeneration, long nodes, @NotNull String root) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull GCGeneration
Returns the gc generationlong
getNodes()
Returns the number of compacted nodeslong
Returns the reclaimed sizelong
Returns the repository size@NotNull String
getRoot()
Returns the record id of the root created by the compactorlong
getTs()
Returns the timestampint
hashCode()
toString()
-
Constructor Details
-
GCJournalEntry
public GCJournalEntry(long repoSize, long reclaimedSize, long ts, @NotNull @NotNull GCGeneration gcGeneration, long nodes, @NotNull @NotNull String root)
-
-
Method Details
-
toString
-
getRepoSize
public long getRepoSize()Returns the repository size -
getReclaimedSize
public long getReclaimedSize()Returns the reclaimed size -
getTs
public long getTs()Returns the timestamp -
getGcGeneration
Returns the gc generation -
getNodes
public long getNodes()Returns the number of compacted nodes -
getRoot
Returns the record id of the root created by the compactor -
hashCode
public int hashCode() -
equals
-