Interface CompactorMXBean

  • All Known Implementing Classes:
    CompactorMXBeanImpl

    @LimitedPrivate
    @Stable
    public interface CompactorMXBean
    JMX Bean interface for Compactor stats.
    • 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 -