Uses of Class
org.apache.cassandra.service.ActiveRepairService.ParentRepairSession
Packages that use ActiveRepairService.ParentRepairSession
-
Uses of ActiveRepairService.ParentRepairSession in org.apache.cassandra.repair.consistent
Methods in org.apache.cassandra.repair.consistent that return ActiveRepairService.ParentRepairSessionModifier and TypeMethodDescriptionprotected ActiveRepairService.ParentRepairSessionLocalSessions.getParentRepairSession(TimeUUID sessionID) -
Uses of ActiveRepairService.ParentRepairSession in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return ActiveRepairService.ParentRepairSessionModifier and TypeMethodDescriptionActiveRepairService.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.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.ParentRepairSessionModifier and TypeMethodDescriptionvoidActiveRepairService.abort(Predicate<ActiveRepairService.ParentRepairSession> predicate, String message) Remove any parent repair sessions matching predicate