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

/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DAgentIndexRunner.java66 private long lastIndexFinish = 0; field in class:AgentIndexRunner
165 lastIndexFinish = System.currentTimeMillis();
168 "FinishedIndexing", Long.valueOf(lastIndexFinish));
169 lastIndexUsedTime = lastIndexFinish - lastIndexStart;
331 return lastIndexFinish;

Completed in 8 milliseconds