Uses of Interface
org.apache.pulsar.compaction.CompactedTopic
-
Packages that use CompactedTopic Package Description org.apache.pulsar.broker.service.persistent Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.compaction Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of CompactedTopic in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent that return CompactedTopic Modifier and Type Method Description CompactedTopicPersistentTopic. getCompactedTopic()Constructors in org.apache.pulsar.broker.service.persistent with parameters of type CompactedTopic Constructor Description CompactorSubscription(PersistentTopic topic, CompactedTopic compactedTopic, java.lang.String subscriptionName, org.apache.bookkeeper.mledger.ManagedCursor cursor) -
Uses of CompactedTopic in org.apache.pulsar.compaction
Classes in org.apache.pulsar.compaction that implement CompactedTopic Modifier and Type Class Description classCompactedTopicImpl
-