Class GCJournal.GCJournalEntry
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.file.GCJournal.GCJournalEntry
-
-
Constructor Summary
Constructors Constructor Description GCJournalEntry(long repoSize, long reclaimedSize, long ts, @NotNull GCGeneration gcGeneration, long nodes, @NotNull String root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)@NotNull GCGenerationgetGcGeneration()Returns the gc generationlonggetNodes()Returns the number of compacted nodeslonggetReclaimedSize()Returns the reclaimed sizelonggetRepoSize()Returns the repository size@NotNull StringgetRoot()Returns the record id of the root created by the compactorlonggetTs()Returns the timestampinthashCode()StringtoString()
-
-
-
Constructor Detail
-
GCJournalEntry
public GCJournalEntry(long repoSize, long reclaimedSize, long ts, @NotNull @NotNull GCGeneration gcGeneration, long nodes, @NotNull @NotNull String root)
-
-
Method Detail
-
getRepoSize
public long getRepoSize()
Returns the repository size
-
getReclaimedSize
public long getReclaimedSize()
Returns the reclaimed size
-
getTs
public long getTs()
Returns the timestamp
-
getGcGeneration
@NotNull public @NotNull GCGeneration getGcGeneration()
Returns the gc generation
-
getNodes
public long getNodes()
Returns the number of compacted nodes
-
getRoot
@NotNull public @NotNull String getRoot()
Returns the record id of the root created by the compactor
-
-