Uses of Class
org.apache.jackrabbit.oak.segment.ClassicCompactor
-
Packages that use ClassicCompactor Package Description org.apache.jackrabbit.oak.segment -
-
Uses of ClassicCompactor in org.apache.jackrabbit.oak.segment
Subclasses of ClassicCompactor in org.apache.jackrabbit.oak.segment Modifier and Type Class Description classParallelCompactorThis compactor implementation leverages the tree structure of the repository for concurrent compaction.Fields in org.apache.jackrabbit.oak.segment declared as ClassicCompactor Modifier and Type Field Description protected @NotNull ClassicCompactorCheckpointCompactor. compactorprotected @NotNull ClassicCompactorLegacyCheckpointCompactor. compactorDeprecated.Constructors in org.apache.jackrabbit.oak.segment with parameters of type ClassicCompactor Constructor Description CheckpointCompactor(@NotNull GCMonitor gcListener, @NotNull ClassicCompactor compactor)Create a new instance based on the passed arguments.LegacyCheckpointCompactor(@NotNull GCMonitor gcListener, @NotNull ClassicCompactor compactor)Deprecated.Create a new instance based on the passed arguments.
-