Searched refs:nextDirId (Results 1 - 1 of 1) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java89 private final AtomicInteger nextDirId = new AtomicInteger(); field in class:JDBCHistoryCache
246 initIdGenerator(s, "getMaxDirId", nextDirId);
1136 dir = nextDirId.getAndIncrement();

Completed in 52 milliseconds