Package com.sun.sgs.profile

Interfaces used to create profiling information.

See:
          Description

Interface Summary
AccessedObjectsDetail An interface accessible through a ProfileReport that details the collection of object accesses that occurred during the associated transaction.
AggregateProfileCounter A profile counter which is initially 0, and increments until it is explicitly cleared.
AggregateProfileOperation A profile operation which aggregates a count of how many times the operation occurred until it is explicitly cleared.
AggregateProfileSample A profile sample which is aggregated until explicitly cleared.
ProfileCollector This is the main aggregation point for profiling data.
ProfileConsumer A profile consumer object is used to gather profiling data for a specific system or application component.
ProfileCounter A counter used in profiling.
ProfileListener This interface is used to listen for profiling data as reported by the system.
ProfileOperation An operation which has occurred.
ProfileParticipantDetail Details final profile state associated with a single participant of a transaction.
ProfileReport The interface used to report profiling data associated with a complete task run through the scheduler.
ProfileSample A profile sample is a list of long data points.
TaskProfileCounter A counter which provides task-local information to ProfileReports.
TaskProfileOperation An operation which provides task-local information to ProfileReports.
TaskProfileSample A profile sample which provides information to ProfileReports.
TransactionListenerDetail Provides profiling detail about a TransactionListener that listened to the progress of a transaction.
 

Enum Summary
AccessedObjectsDetail.ConflictType Identifies a known type of conflict.
ProfileCollector.ProfileLevel The profiling levels.
ProfileConsumer.ProfileDataType The valid types of profile operations, counters and samples that can be created with the profile data factory methods.
 

Package com.sun.sgs.profile Description

Interfaces used to create profiling information.


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