Uses of Interface
org.apache.pulsar.compaction.CompactedTopic
Packages that use CompactedTopic
-
Uses of CompactedTopic in org.apache.pulsar.broker.service.persistent
Constructors in org.apache.pulsar.broker.service.persistent with parameters of type CompactedTopicModifierConstructorDescriptionPulsarCompactorSubscription(PersistentTopic topic, CompactedTopic compactedTopic, String subscriptionName, ManagedCursor cursor) -
Uses of CompactedTopic in org.apache.pulsar.compaction
Classes in org.apache.pulsar.compaction that implement CompactedTopicModifier and TypeClassDescriptionclassNote: If you want to guarantee that strong consistency between `compactionHorizon` and `compactedTopicContext`, you need to call getting them method in "synchronized(CompactedTopicImpl){ ...