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