|
Carrot2 v3.6.0-SNAPSHOT
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.core.ControllerStatistics
public final class ControllerStatistics
Provides some statistics about processing performed in a Controller.
| Field Summary | |
|---|---|
double |
algorithmTimeAverageInWindow
Average clustering time measured within the algorithmTimeWindowSize. |
long |
algorithmTimeMeasurementsInWindow
Number of algorithm time measurements within the algorithmTimeWindowSize. |
long |
algorithmTimeWindowSize
Clustering average time measurement window, in milliseconds. |
Long |
cacheHitsDisk
Number of requests served from on-disk cache. |
Long |
cacheHitsMemory
Number of requests served from in-memory cache. |
Long |
cacheHitsTotal
Number of requests served from cache. |
Long |
cacheMisses
Number of requests that generated cache misses. |
long |
goodQueries
Number of queries handled without an exception. |
double |
sourceTimeAverageInWindow
Average document source processing time measured within the sourceTimeWindowSize. |
long |
sourceTimeMeasurementsInWindow
Number of document source processing time measurements within the sourceTimeWindowSize. |
long |
sourceTimeWindowSize
Document source average processing time measurement window, in milliseconds. |
long |
totalQueries
Total number of queries handled, including queries resulting in an exception. |
double |
totalTimeAverageInWindow
Average total processing time measured within the totalTimeWindowSize. |
long |
totalTimeMeasurementsInWindow
Number of total processing time measurements within the totalTimeWindowSize. |
long |
totalTimeWindowSize
Total average processing time measurement window, in milliseconds. |
| Method Summary | |
|---|---|
void |
serialize(OutputStream stream)
Serializes this statistics object as XML stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final long totalQueries
public final long goodQueries
public final double algorithmTimeAverageInWindow
algorithmTimeWindowSize.
public final long algorithmTimeMeasurementsInWindow
algorithmTimeWindowSize.
public final long algorithmTimeWindowSize
public final double sourceTimeAverageInWindow
sourceTimeWindowSize.
public final long sourceTimeMeasurementsInWindow
sourceTimeWindowSize.
public final long sourceTimeWindowSize
public final double totalTimeAverageInWindow
totalTimeWindowSize.
public final long totalTimeMeasurementsInWindow
totalTimeWindowSize.
public final long totalTimeWindowSize
public final Long cacheMisses
public final Long cacheHitsTotal
public final Long cacheHitsMemory
public final Long cacheHitsDisk
| Method Detail |
|---|
public void serialize(OutputStream stream)
throws Exception
Exception
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||