private final AddValueLoggable addValueLog = new AddValueLoggable();
public DOMFile(BrokerPool pool, byte id, String dataDir, Configuration config) throws DBException {
super(pool, id, true, pool.getCacheManager(), 0.01);
lock = new ReentrantReadWriteLock(getFileName());
fileHeader = (BTreeFileHeader)getFileHeader();
fileHeader.setPageCount(0);
fileHeader.setTotalCount(0);
dataCache = new LRUCache(256, 0.0, 1.0, CacheManager.DATA_CACHE);
dataCache.setFileName(getFileName());