Uses of Interface
com.endeca.infront.assembler.perf.EventSummary

Packages that use EventSummary
com.endeca.infront.assembler.perf The performance package contains utility classes and interfaces to monitor timing and performance events in an application. 
com.endeca.infront.assembler.perf.serializers Contains serializers to be used with the Assembler performance monitoring package. 
 

Uses of EventSummary in com.endeca.infront.assembler.perf
 

Classes in com.endeca.infront.assembler.perf that implement EventSummary
 class TimeSummary
          An implementation of EventSummary that aggregates the time recorded by one or more TimeEvents.
 

Methods in com.endeca.infront.assembler.perf that return EventSummary
 EventSummary TimeSummary.combineWith(EventSummary other)
           
 EventSummary EventSummary.combineWith(EventSummary other)
          Aggregate this summary with another.
 EventSummary TimeEvent.finished()
           
 EventSummary Event.finished()
          Produce a summary of this event, for storage and further summarization.
 

Methods in com.endeca.infront.assembler.perf with parameters of type EventSummary
 EventSummary TimeSummary.combineWith(EventSummary other)
           
 EventSummary EventSummary.combineWith(EventSummary other)
          Aggregate this summary with another.
 

Method parameters in com.endeca.infront.assembler.perf with type arguments of type EventSummary
 void EventSerializer.serialize(Map<String,EventSummary> events, javax.servlet.http.HttpServletRequest request)
          Record performance events with this serializer.
 

Uses of EventSummary in com.endeca.infront.assembler.perf.serializers
 

Method parameters in com.endeca.infront.assembler.perf.serializers with type arguments of type EventSummary
 void StatsPageTimeEventSerializer.serialize(Map<String,EventSummary> events, javax.servlet.http.HttpServletRequest request)
           
 



Copyright © 2012, Oracle and/or its affiliates. All rights reserved.