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

Packages that use EventSerializer
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 EventSerializer in com.endeca.infront.assembler.perf
 

Methods in com.endeca.infront.assembler.perf with parameters of type EventSerializer
static void AssemblerPerfUtils.addEventSerializer(EventSerializer serializer)
          Registers a serializer with the system.
 

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

Classes in com.endeca.infront.assembler.perf.serializers that implement EventSerializer
 class PerfLogTimeEventSerializer
          An implementation of EventSerializer that logs time taken, per request, into the assembler performance log.
 class StatsPageTimeEventSerializer
          An implementation of EventSerializer that stores information for the performance stats page.
 



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