Uses of Class
org.apache.pulsar.compaction.Compactor
Packages that use Compactor
-
Uses of Compactor in org.apache.pulsar.broker
Methods in org.apache.pulsar.broker that return Compactor -
Uses of Compactor in org.apache.pulsar.compaction
Subclasses of Compactor in org.apache.pulsar.compactionModifier and TypeClassDescriptionclassCompaction will go through the topic in two passes.classclassclassCompaction will go through the topic in two passes.Methods in org.apache.pulsar.compaction that return CompactorModifier and TypeMethodDescriptionPulsarCompactionServiceFactory.getCompactor()PulsarCompactionServiceFactory.getNullableCompactor()protected CompactorEventTimeCompactionServiceFactory.newCompactor()protected CompactorPulsarCompactionServiceFactory.newCompactor()Constructor parameters in org.apache.pulsar.compaction with type arguments of type CompactorModifierConstructorDescriptionPulsarTopicCompactionService(String topic, BookKeeper bookKeeper, Supplier<Compactor> compactorSupplier)