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.ParentRepairSessionLocalSessions. getParentRepairSession(TimeUUID 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.ParentRepairSessionActiveRepairService. getParentRepairSession(TimeUUID parentSessionId)We assume when calling this method that a parent session for the provided identifier exists, and that session is still in progress.ActiveRepairService.ParentRepairSessionActiveRepairService. removeParentRepairSession(TimeUUID parentSessionId)called when the repair session is done - either failed or anticompaction has completedMethod parameters in org.apache.cassandra.service with type arguments of type ActiveRepairService.ParentRepairSession Modifier and Type Method Description voidActiveRepairService. abort(java.util.function.Predicate<ActiveRepairService.ParentRepairSession> predicate, java.lang.String message)Remove any parent repair sessions matching predicate
-