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

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java144 private final AtomicInteger nextDirId = new AtomicInteger(); field in class:JDBCHistoryCache
287 initIdGenerator(s, "getMaxDirId", nextDirId);
1210 dir = nextDirId.getAndIncrement();

Completed in 40 milliseconds