}
@Override
public Operation getBackupOperation() {
CountDownLatchService service = getService();
CountDownLatchInfo latch = service.getLatch(name);
int count = latch != null ? latch.getCount() : 0;
return new CountDownLatchBackupOperation(name, count);
}