RecoveryLogMapper(String recoverLogFileName) Normal constructor - if encounter not-found seeds while loading
recoverLogFileName, will throw throw SeedUrlNotFoundException.
Use
RecoveryLogMapper.RecoveryLogMapper(String) if you want to just log
such cases and keep going.
public
RecoveryLogMapper(String recoverLogFileName, String seedNotFoundLogFileName) Constructor to use if you want to allow not-found seeds, logging
them to seedNotFoundLogFileName.
Constructor to use if you want to allow not-found seeds, logging
them to seedNotFoundLogFileName. In contrast,
RecoveryLogMapper.RecoveryLogMapper(String) will throw SeedUrlNotFoundException
when a seed isn't found.
Parameters: recoverLogFileName - Parameters: seedNotFoundLogFileName -