Uses of Class
org.apache.pulsar.compaction.CompactedTopicContext
-
Packages that use CompactedTopicContext 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 CompactedTopicContext in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent that return types with arguments of type CompactedTopicContext Modifier and Type Method Description java.util.Optional<CompactedTopicContext>PersistentTopic. getCompactedTopicContext() -
Uses of CompactedTopicContext in org.apache.pulsar.compaction
Methods in org.apache.pulsar.compaction that return types with arguments of type CompactedTopicContext Modifier and Type Method Description java.util.Optional<CompactedTopicContext>CompactedTopicImpl. getCompactedTopicContext()Getter for CompactedTopicContext.java.util.concurrent.CompletableFuture<CompactedTopicContext>CompactedTopic. newCompactedLedger(org.apache.bookkeeper.mledger.Position p, long compactedLedgerId)java.util.concurrent.CompletableFuture<CompactedTopicContext>CompactedTopicImpl. newCompactedLedger(org.apache.bookkeeper.mledger.Position p, long compactedLedgerId)
-