Interface RepairReferenceCountService
- All Known Implementing Classes:
RepairReferenceCountServiceImpl
public interface RepairReferenceCountService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Recalculate the reference counter value of all _nice_binary entries.void
resetReferenceCount
(Set<String> hashed) Set the reference count to -1 for the given hashes.
-
Method Details
-
repairReferenceCount
void repairReferenceCount()Recalculate the reference counter value of all _nice_binary entries. -
resetReferenceCount
Set the reference count to -1 for the given hashes. They will be repaired by RepairReferenceCountBatchJob
-