Uses of Class
org.apache.pulsar.compaction.CompactionRecord
-
Packages that use CompactionRecord Package Description org.apache.pulsar.compaction Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of CompactionRecord in org.apache.pulsar.compaction
Methods in org.apache.pulsar.compaction that return types with arguments of type CompactionRecord Modifier and Type Method Description java.util.Optional<CompactionRecord>CompactorMXBean. getCompactionRecordForTopic(java.lang.String topic)Get the compaction record of the topic.java.util.Optional<CompactionRecord>CompactorMXBeanImpl. getCompactionRecordForTopic(java.lang.String topic)
-