Package org.apache.pulsar.compaction
Interface CompactorMXBean
-
- All Known Implementing Classes:
CompactorMXBeanImpl
@LimitedPrivate @Stable public interface CompactorMXBeanJMX Bean interface for Compactor stats.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<CompactionRecord>getCompactionRecordForTopic(java.lang.String topic)Get the compaction record of the topic.voidremoveTopic(java.lang.String topic)Remove metrics about this topic.
-
-
-
Method Detail
-
removeTopic
void removeTopic(java.lang.String topic)
Remove metrics about this topic.- Parameters:
topic-
-
getCompactionRecordForTopic
java.util.Optional<CompactionRecord> getCompactionRecordForTopic(java.lang.String topic)
Get the compaction record of the topic.- Parameters:
topic-
-
-