|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.endeca.infront.assembler.perf.serializers.StatsPageTimeEventSerializer
public class StatsPageTimeEventSerializer
An implementation of EventSerializer that stores information
for the performance stats page.
| Field Summary | |
|---|---|
static String |
IGNORE_STATS_EVENT_ID
Signals that the following events should not be included in the performance statistics. |
static String |
RESET_STATS_EVENT_ID
Resets the collection of performance statistics. |
| Constructor Summary | |
|---|---|
StatsPageTimeEventSerializer(RecordedEventsConfiguration recordedEvents)
Creates a StatsPageTimeEventSerializer. |
|
| Method Summary | |
|---|---|
EventFactory |
getEventFactory()
Get the factory which is responsible for creating events for this serializer. |
void |
putStatsIntoContentItem(ContentItem pContentItem)
Adds performance statistics to the supplied content item. |
void |
serialize(Map<String,EventSummary> events,
javax.servlet.http.HttpServletRequest request)
Record performance events with this serializer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String IGNORE_STATS_EVENT_ID
public static final String RESET_STATS_EVENT_ID
| Constructor Detail |
|---|
public StatsPageTimeEventSerializer(RecordedEventsConfiguration recordedEvents)
recordedEvents - The performance events that this serializer cares about| Method Detail |
|---|
public EventFactory getEventFactory()
EventSerializer
getEventFactory in interface EventSerializerpublic void putStatsIntoContentItem(ContentItem pContentItem)
pContentItem - the ContentItem for storing the performance statistics
public void serialize(Map<String,EventSummary> events,
javax.servlet.http.HttpServletRequest request)
EventSerializer
serialize in interface EventSerializerevents - the events to serializerequest - the request that generated the given events.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||