|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
gr.uoa.di.madgik.searchlibrary.operatorlibrary.stats.SearchStatsContainer
public class SearchStatsContainer
Statistics
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
Thread.State, Thread.UncaughtExceptionHandler |
| Field Summary |
|---|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
SearchStatsContainer()
Constructor |
|
| Method Summary | |
|---|---|
void |
executeInternal()
execute through internal engine |
void |
executePES()
execute through pes |
void |
executionError()
execution Error |
void |
newConfiguration()
New configuration invocation |
void |
newInvocation()
New invocation |
void |
parseError()
parsing error |
void |
planningError()
planning Error |
void |
preprocessError()
preprocess Error |
void |
run()
|
void |
timeToExecute(long time)
mean time for execution |
void |
timeToParse(long time)
mean time for parse |
void |
timeToPlan(long time)
mean time for plan |
void |
timeToPreprocess(long time)
mean time for preprocessing |
void |
timeToReference(long time)
mean time for reference |
void |
timeToValidate(long time)
mean time for validation |
void |
validationError()
validation error |
void |
writeToRI()
Writes the statistics to the RI profile |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SearchStatsContainer()
RItoKeepStatsFor - the RI to keep statistics for| Method Detail |
|---|
public void newInvocation()
public void newConfiguration()
public void parseError()
public void validationError()
public void preprocessError()
public void planningError()
public void executionError()
public void executeInternal()
public void executePES()
public void timeToReference(long time)
time - time in millisecspublic void timeToParse(long time)
time - time in millisecspublic void timeToValidate(long time)
time - time in millisecspublic void timeToPreprocess(long time)
time - time in millisecspublic void timeToPlan(long time)
time - time in millisecspublic void timeToExecute(long time)
time - time in millisecspublic void writeToRI()
public void run()
run in interface Runnablerun in class ThreadRunnable.run()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||