|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataSourceInstrumentor
Interface representing the ability to track MDEX queries to datasources
| Method Summary | |
|---|---|
void |
addCachedDataQuery(RequestTracker requestTracker,
java.lang.String dataSourceString,
com.endeca.navigation.ENEQuery query,
com.endeca.navigation.ENEQueryResults results,
long ms)
Tracks a single query to an MDEX DataSource that was satisfied by application cache |
void |
addDataQuery(RequestTracker requestTracker,
java.lang.String dataSourceString,
com.endeca.navigation.ENEQuery query,
com.endeca.navigation.ENEQueryResults results,
long ms)
Tracks a single uncached query to an MDEX DataSource |
| Method Detail |
|---|
void addDataQuery(RequestTracker requestTracker,
java.lang.String dataSourceString,
com.endeca.navigation.ENEQuery query,
com.endeca.navigation.ENEQueryResults results,
long ms)
dataSourceString - the key/description of the DataSourcequery - The query object that executedresults - The results of the query that executedms - The execution time of the query
void addCachedDataQuery(RequestTracker requestTracker,
java.lang.String dataSourceString,
com.endeca.navigation.ENEQuery query,
com.endeca.navigation.ENEQueryResults results,
long ms)
dataSourceString - the key/description of the DataSourcequery - The query object that executedresults - The results of the query that executedms - The execution time of the query
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||