Package com.google.gerrit.index
Class SiteIndexer.Result
- java.lang.Object
-
- com.google.gerrit.index.SiteIndexer.Result
-
-
Constructor Summary
Constructors Constructor Description Result(com.google.common.base.Stopwatch sw, boolean success, int done, int failed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doneCount()
long
elapsed(TimeUnit timeUnit)
int
failedCount()
boolean
success()
-
-
-
Method Detail
-
success
public boolean success()
-
doneCount
public int doneCount()
-
failedCount
public int failedCount()
-
elapsed
public long elapsed(TimeUnit timeUnit)
-
-