| Package | Description |
|---|---|
| org.apache.cassandra.repair.consistent | |
| org.apache.cassandra.service |
| Modifier and Type | Method and Description |
|---|---|
protected ActiveRepairService.ParentRepairSession |
LocalSessions.getParentRepairSession(java.util.UUID sessionID) |
| Modifier and Type | Method and Description |
|---|---|
ActiveRepairService.ParentRepairSession |
ActiveRepairService.getParentRepairSession(java.util.UUID parentSessionId) |
ActiveRepairService.ParentRepairSession |
ActiveRepairService.removeParentRepairSession(java.util.UUID parentSessionId)
called when the repair session is done - either failed or anticompaction has completed
clears out any snapshots created by this repair
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveRepairService.abort(java.util.function.Predicate<ActiveRepairService.ParentRepairSession> predicate,
java.lang.String message)
Remove any parent repair sessions matching predicate
|
Copyright © 2009-2020 The Apache Software Foundation