Retrieves the contents of the snapshot file by calling the client supplied recover callback and then applies the incremental updates by calling the readUpdate callback for each logged updated.
@throws LogException if recovery fails due to serious log corruption,or if an exception is thrown by the recover or readUpdate callbacks
@throws IOException if an other I/O error occurs
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.