public class DocumentIndexReport extends IndexReport
| Constructor and Description |
|---|
DocumentIndexReport(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
Measurable |
getAssembleDocumentTIme() |
long |
getElapsedTime() |
java.lang.String |
getId() |
int |
getNErrors() |
int |
getNIndexed() |
Measurable |
getRetrieveObjectTime() |
Measurable |
getStoreInDatabaseTime() |
boolean |
isSuccessfull() |
void |
setSuccessfull(boolean successfull) |
void |
start() |
void |
stop() |
public DocumentIndexReport(java.lang.String id)
public Measurable getRetrieveObjectTime()
public Measurable getAssembleDocumentTIme()
public Measurable getStoreInDatabaseTime()
public boolean isSuccessfull()
public void setSuccessfull(boolean successfull)
public java.lang.String getId()
public void start()
public void stop()
public long getElapsedTime()
getElapsedTime in class IndexReportpublic int getNErrors()
getNErrors in class IndexReportpublic int getNIndexed()
getNIndexed in class IndexReport