Uses of Interface
org.apache.pulsar.compaction.TopicCompactionService
Packages that use TopicCompactionService
Package
Description
-
Uses of TopicCompactionService in org.apache.pulsar.broker
Methods in org.apache.pulsar.broker that return types with arguments of type TopicCompactionService -
Uses of TopicCompactionService in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent that return TopicCompactionService -
Uses of TopicCompactionService in org.apache.pulsar.compaction
Classes in org.apache.pulsar.compaction that implement TopicCompactionServiceMethods in org.apache.pulsar.compaction that return types with arguments of type TopicCompactionServiceModifier and TypeMethodDescriptionCompactionServiceFactory.newTopicCompactionService(String topic) Create a new topic compaction service for topic.PulsarCompactionServiceFactory.newTopicCompactionService(String topic) Methods in org.apache.pulsar.compaction with parameters of type TopicCompactionServiceModifier and TypeMethodDescriptionstatic voidCompactedTopicUtils.asyncReadCompactedEntries(TopicCompactionService topicCompactionService, ManagedCursor cursor, int maxEntries, long bytesToRead, Position maxReadPosition, boolean readFromEarliest, AsyncCallbacks.ReadEntriesCallback callback, boolean wait, Consumer consumer)