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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/store/
H A DLockVerifyServer.java38 private static String getTime(long startTime) { method in class:LockVerifyServer
72 System.out.println(getTime(startTime) + " ERROR: id " + id + " got lock, but " + lockedID + " already holds the lock");
78 System.out.println(getTime(startTime) + " ERROR: id " + id + " released the lock, but " + lockedID + " is the one holding the lock");
/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/common/util/
H A DRTimer.java92 public double getTime() { method in class:RTimer

Completed in 18 milliseconds