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.ParentRepairStatus
ActiveRepairService.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 with parameters of type ActiveRepairService.ParentRepairStatus Modifier and Type Method Description void
ActiveRepairService. recordRepairStatus(int cmd, ActiveRepairService.ParentRepairStatus parentRepairStatus, java.util.List<java.lang.String> messages)
-