* maps to. There is a one to one relationship
* between a filetxnsnaplog and zkdatabase.
* @param snapLog the FileTxnSnapLog mapping this zkdatabase
*/
public ZKDatabase() {
dataTree = new DataTree();
sessionsWithTimeouts = new ConcurrentHashMap<Long, Long>();
}