public class CassandraKeyspaceRepairManager extends java.lang.Object implements KeyspaceRepairManager
Constructor and Description |
---|
CassandraKeyspaceRepairManager(Keyspace keyspace) |
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.
|
public CassandraKeyspaceRepairManager(Keyspace keyspace)
public 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)
KeyspaceRepairManager
prepareIncrementalRepair
in interface KeyspaceRepairManager
Copyright © 2009-2022 The Apache Software Foundation