Interface KeyspaceRepairManager

All Known Implementing Classes:
CassandraKeyspaceRepairManager

public interface KeyspaceRepairManager
Keyspace level hook for repair.
  • Method Details

    • prepareIncrementalRepair

      Future<List<Void>> prepareIncrementalRepair(TimeUUID sessionID, Collection<ColumnFamilyStore> tables, RangesAtEndpoint tokenRanges, ExecutorService executor, BooleanSupplier isCancelled)
      Isolate the unrepaired ranges of the given tables, and make referenceable by session id. Until each table has been notified that the repair session has been completed, the data associated with the given session id must not be combined with repaired or unrepaired data, or data from other repair sessions.