public interface KeyspaceRepairManager
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture |
prepareIncrementalRepair(java.util.UUID sessionID,
java.util.Collection<ColumnFamilyStore> tables,
RangesAtEndpoint tokenRanges,
java.util.concurrent.ExecutorService executor,
java.util.function.BooleanSupplier isCancelled)
Isolate the unrepaired ranges of the given tables, and make referenceable by session id.
|
com.google.common.util.concurrent.ListenableFuture prepareIncrementalRepair(java.util.UUID sessionID, java.util.Collection<ColumnFamilyStore> tables, RangesAtEndpoint tokenRanges, java.util.concurrent.ExecutorService executor, java.util.function.BooleanSupplier isCancelled)
Copyright © 2009-2022 The Apache Software Foundation