public class IndexMonitor extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<Class<?>,IndexMonitor> |
monitors |
static IndexMonitor |
total |
| Constructor and Description |
|---|
IndexMonitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToDocumentsBuilded(int doc) |
void |
addToTotalCount(long count) |
BigInteger |
getDocumentsBuilt() |
BigInteger |
getPercentComplete() |
BigInteger |
getTotalCount() |
static void |
resetTotal() |
public static Map<Class<?>,IndexMonitor> monitors
public static IndexMonitor total
public void addToTotalCount(long count)
public void addToDocumentsBuilded(int doc)
public BigInteger getTotalCount()
public BigInteger getDocumentsBuilt()
public BigInteger getPercentComplete()
public static void resetTotal()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.