Class AbstractCompactionController

  • All Implemented Interfaces:
    java.lang.AutoCloseable
    Direct Known Subclasses:
    CompactionController

    public abstract class AbstractCompactionController
    extends java.lang.Object
    implements java.lang.AutoCloseable
    AbstractCompactionController allows custom implementations of the CompactionController for use in tooling, without being tied to the SSTableReader and local filesystem
    • Method Detail

      • compactingRepaired

        public abstract boolean compactingRepaired()
      • getKeyspace

        public java.lang.String getKeyspace()
      • getColumnFamily

        public java.lang.String getColumnFamily()
      • getPurgeEvaluator

        public abstract java.util.function.LongPredicate getPurgeEvaluator​(DecoratedKey key)