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

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java102 private static ExecutorService historyExecutor = null; field in class:RuntimeEnvironment
122 if (historyExecutor == null) {
134 historyExecutor = Executors.newFixedThreadPool(num,
145 return historyExecutor;
195 historyExecutor = null;

Completed in 17 milliseconds