Package com.endeca.portal.instrumentation.metrics

Interface Summary
Metric Interface representing a metric to be tracked for performance reasons
 

Class Summary
GenericMetric abstract generic implementation of a metric to be tracked for performance reasons
MDEXMetric Pretty simple bean to represent all queries to a specific MDEX, covering both cached and uncached queries
PortletMetric Bean representing the aggregate performance of a component, tracking the component ID and name, the total number of times the component executed, and the total time of all executions.
QueryMetric Bean representing the aggregate performance of datastore queries, tracking the number of queries, the total time spent querying, and the longest query