retryRegistry.put(filename,fileRetryRecord);
}
else {
fileRetryRecord = (FileRetryRecord)fileRetryRecordObj;
}
return fileRetryRecord.incrementRetries();
}
/**
* Gets the FileRetryRecord associated with the passed in file. This record
* contains the number of retries so far, max retries, date/time of last retries,