Interface CompactorMXBean

All Known Implementing Classes:
CompactorMXBeanImpl

@LimitedPrivate @Stable public interface CompactorMXBean
JMX Bean interface for Compactor stats.
  • Method Details

    • removeTopic

      void removeTopic(String topic)
      Remove metrics about this topic.
      Parameters:
      topic -
    • getCompactionRecordForTopic

      Optional<CompactionRecord> getCompactionRecordForTopic(String topic)
      Get the compaction record of the topic.
      Parameters:
      topic -