Uses of Class
org.apache.cassandra.service.ActiveRepairService.ParentRepairStatus
-
Packages that use ActiveRepairService.ParentRepairStatus Package Description org.apache.cassandra.service -
-
Uses of ActiveRepairService.ParentRepairStatus in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return ActiveRepairService.ParentRepairStatus Modifier and Type Method Description static ActiveRepairService.ParentRepairStatusActiveRepairService.ParentRepairStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ActiveRepairService.ParentRepairStatus[]ActiveRepairService.ParentRepairStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.service that return types with arguments of type ActiveRepairService.ParentRepairStatus Modifier and Type Method Description Pair<ActiveRepairService.ParentRepairStatus,java.util.List<java.lang.String>>ActiveRepairService. getRepairStatus(java.lang.Integer cmd)Methods in org.apache.cassandra.service with parameters of type ActiveRepairService.ParentRepairStatus Modifier and Type Method Description voidActiveRepairService. recordRepairStatus(int cmd, ActiveRepairService.ParentRepairStatus parentRepairStatus, java.util.List<java.lang.String> messages)
-