Uses of Interface
com.sun.sgs.profile.ProfileReport

Packages that use ProfileReport
com.sun.sgs.impl.kernel Provides an implementation of the RedDwarf Server kernel. 
com.sun.sgs.impl.profile Provides an implementation for some interfaces in com.sun.sgs.profile
com.sun.sgs.impl.profile.listener Provides implementations for ProfileListener
com.sun.sgs.impl.service.nodemap.affinity.graph Provides classes used to build graphs used by the label propagation algorithm (LPA). 
com.sun.sgs.profile Interfaces used to create profiling information. 
 

Uses of ProfileReport in com.sun.sgs.impl.kernel
 

Methods in com.sun.sgs.impl.kernel with parameters of type ProfileReport
 void TransactionSchedulerImpl.report(ProfileReport profileReport)
          Reports a completed task that has been run through the scheduler.
 

Uses of ProfileReport in com.sun.sgs.impl.profile
 

Classes in com.sun.sgs.impl.profile that implement ProfileReport
(package private)  class ProfileReportImpl
          Package-private implementation of ProfileReport.
 

Uses of ProfileReport in com.sun.sgs.impl.profile.listener
 

Methods in com.sun.sgs.impl.profile.listener with parameters of type ProfileReport
 void ProfileSampleListener.report(ProfileReport profileReport)
          Collects the samples that are updated during this task-window and when the number of tasks reaches the windowed size, outputs a histogram for each sample that has been updated during the window and also a histogram for each sample updated during the lifetime of the application.
 void RuntimeHistogramListener.report(ProfileReport profileReport)
          Aggregates the task execution times for sucessful tasks and when the number of tasks reaches the windowed limit, outputs a histogram for the execution times for the window and also the lifetime of the application.
 void AggregateProfileListener.report(ProfileReport profileReport)
          Reports a completed task that has been run through the scheduler.
 void SampleJMXListener.report(ProfileReport profileReport)
          Update statistics about particular tasks.
 void SnapshotProfileListener.report(ProfileReport profileReport)
          Reports a completed task that has been run through the scheduler.
 void AccessedObjectsListener.report(ProfileReport profileReport)
          Reports a completed task that has been run through the scheduler.
 void SnapshotParticipantListener.report(ProfileReport profileReport)
          Reports a completed task that has been run through the scheduler.
 void OperationLoggingProfileOpListener.report(ProfileReport profileReport)
          Reports a completed task that has been run through the scheduler.
 void AggregateTaskListener.report(ProfileReport profileReport)
          Records details about successful tasks.
 void TaskRuntimeGraphOutputListener.report(ProfileReport profileReport)
          Reports a completed task that has been run through the scheduler.
 void SnapshotTaskListener.report(ProfileReport profileReport)
          Records details about successful tasks.
 void ProfileSummaryListener.report(ProfileReport profileReport)
          Reports a completed task that has been run through the scheduler.
 

Uses of ProfileReport in com.sun.sgs.impl.service.nodemap.affinity.graph
 

Methods in com.sun.sgs.impl.service.nodemap.affinity.graph with parameters of type ProfileReport
 void GraphListener.report(ProfileReport profileReport)
          Reports a completed task that has been run through the scheduler.
 

Uses of ProfileReport in com.sun.sgs.profile
 

Methods in com.sun.sgs.profile with parameters of type ProfileReport
 void ProfileListener.report(ProfileReport profileReport)
          Reports a completed task that has been run through the scheduler.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved