Uses of Class
org.apache.cassandra.service.ActiveRepairService.ParentRepairSession
-
Packages that use ActiveRepairService.ParentRepairSession Package Description org.apache.cassandra.repair.consistent org.apache.cassandra.service -
-
Uses of ActiveRepairService.ParentRepairSession in org.apache.cassandra.repair.consistent
Methods in org.apache.cassandra.repair.consistent that return ActiveRepairService.ParentRepairSession Modifier and Type Method Description protected ActiveRepairService.ParentRepairSession
LocalSessions. getParentRepairSession(java.util.UUID sessionID)
-
Uses of ActiveRepairService.ParentRepairSession in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return ActiveRepairService.ParentRepairSession Modifier and Type Method 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 repairMethod parameters in org.apache.cassandra.service with type arguments of type ActiveRepairService.ParentRepairSession Modifier and Type Method Description void
ActiveRepairService. abort(java.util.function.Predicate<ActiveRepairService.ParentRepairSession> predicate, java.lang.String message)
Remove any parent repair sessions matching predicate
-