|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StatisticsImplementor
Statistics SPI for the Search. This is essentially the "statistic collector" API.
| Method Summary | |
|---|---|
void |
objectLoadExecuted(long numberOfObjectsLoaded,
long time)
Callback for number of object loaded from the db. |
void |
searchExecuted(String searchString,
long time)
Callback for an executed Lucene search. |
| Method Detail |
|---|
void objectLoadExecuted(long numberOfObjectsLoaded,
long time)
numberOfObjectsLoaded - Number of objects loadedtime - time in nanoseconds to load the objects
void searchExecuted(String searchString,
long time)
searchString - executed query stringtime - time in nanoseconds to execute the search
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||