Class GCIncrement
java.lang.Object
org.apache.jackrabbit.oak.segment.file.GCIncrement
Utility class to keep track of generations for incremental compaction.
-
Constructor Summary
ConstructorsConstructorDescriptionGCIncrement
(@NotNull GCGeneration base, @NotNull GCGeneration partial, @NotNull GCGeneration target) -
Method Summary
-
Constructor Details
-
GCIncrement
public GCIncrement(@NotNull @NotNull GCGeneration base, @NotNull @NotNull GCGeneration partial, @NotNull @NotNull GCGeneration target)
-
-
Method Details