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

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

Completed in 10 milliseconds