|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexerService
Interface for an indexer service.
| Method Summary | |
|---|---|
IndexReport |
getIndexReport(IndexReportLevel level)
Returns a report from the index. |
void |
reindex()
Schedules a tasks that changes the index checkpoint. |
void |
setCheckpoint(String checkpoint)
Schedules a tasks that changes the index checkpoint. |
void |
setDelays(Delays delays)
Set the delay specification. |
void |
start()
Starts the service. |
void |
stop()
Stops the service. |
| Method Detail |
|---|
IndexReport getIndexReport(IndexReportLevel level)
level - Desired level.
void setDelays(Delays delays)
delays - New delay specification.void start()
void stop()
void setCheckpoint(@Nullable
String checkpoint)
void reindex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||