org.compass.spring.web.mvc
Class CompassIndexResults
java.lang.Object
org.compass.spring.web.mvc.CompassIndexResults
public class CompassIndexResults
- extends Object
The results object returned by
CompassIndexController when an index
operation has occured.
- Author:
- kimchy
|
Method Summary |
long |
getIndexTime()
Returns the time it took to index using CompassGps. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompassIndexResults
public CompassIndexResults(long indexTime)
getIndexTime
public long getIndexTime()
- Returns the time it took to index using
CompassGps. Tims
is in milli-seconds.
- Returns:
- How long it took to index in milli-seconds
Copyright (c) 2004-2008 The Compass Project.