| Methods in net.conquiris.api.index that return IndexReport |
static IndexReport |
IndexReport.basic(boolean started,
boolean active,
IndexStatus status)
Creates a new basic report. |
static IndexReport |
IndexReport.detailed(boolean started,
boolean active,
IndexStatus status,
Delays delays,
IndexInfo info)
Creates a new detailed report. |
IndexReport |
IndexerService.getIndexReport(IndexReportLevel level)
Returns a report from the index. |
static IndexReport |
IndexReport.normal(boolean started,
boolean active,
IndexStatus status,
Delays delays,
IndexInfo info)
Creates a new normal report. |