Searched refs:DirtyINMap (Results 1 – 2 of 2) sorted by relevance
404 private final DirtyINMap checkpointDirtyMap;422 checkpointDirtyMap = new DirtyINMap(envImpl); in Checkpointer()900 DirtyINMap dirtyMap = new DirtyINMap(envImpl); in syncDatabase()952 DirtyINMap dirtyMap, in flushDirtyNodes()1096 DirtyINMap dirtyMap, in flushIN()1442 DirtyINMap dirtyMap,
54 class DirtyINMap { class75 DirtyINMap(EnvironmentImpl envImpl) { in DirtyINMap() method in DirtyINMap