Package org.apache.pulsar.compaction
Interface CompactorMXBean
- All Known Implementing Classes:
CompactorMXBeanImpl
@LimitedPrivate
@Stable
public interface CompactorMXBean
JMX Bean interface for Compactor stats.
-
Method Summary
Modifier and TypeMethodDescriptionGet the compaction record of the topic.voidremoveTopic(String topic) Remove metrics about this topic.
-
Method Details
-
removeTopic
Remove metrics about this topic.- Parameters:
topic-
-
getCompactionRecordForTopic
Get the compaction record of the topic.- Parameters:
topic-
-