Uses of Package
com.sun.sgs.profile

Packages that use com.sun.sgs.profile
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.channel Provides an implementation of ChannelManager
com.sun.sgs.impl.service.data Provides an implementation of DataService
com.sun.sgs.impl.service.data.store Provides facilities for storing objects used by DataServiceImpl
com.sun.sgs.impl.service.nodemap Provides an implementation of NodeMappingService
com.sun.sgs.impl.service.nodemap.affinity Provides classes, interfaces, and utilities used to find affinity groups with the label propagation algorithm (LPA). 
com.sun.sgs.impl.service.nodemap.affinity.dgb Provides classes for a multi-node distributed graph builder implementation of the label propagation algorithm described in "Near linear time algorithm to detect community structures in large-scale networks" by Raghavan, Albert and Kumara (2007). 
com.sun.sgs.impl.service.nodemap.affinity.dlpa Provides classes for a multi-node, distributed algorithm implementation of the label propagation algorithm described in "Near linear time algorithm to detect community structures in large-scale networks" by Raghavan, Albert and Kumara (2007). 
com.sun.sgs.impl.service.nodemap.affinity.dlpa.graph Provides classes used to create the graphs for the fully distributed label propagation algorithm implementation. 
com.sun.sgs.impl.service.nodemap.affinity.graph Provides classes used to build graphs used by the label propagation algorithm (LPA). 
com.sun.sgs.impl.service.nodemap.affinity.single Provides classes for a single node implementation of the label propagation algorithm described in "Near linear time algorithm to detect community structures in large-scale networks" by Raghavan, Albert and Kumara (2007). 
com.sun.sgs.impl.service.session Provides an implementation of ClientSessionService
com.sun.sgs.impl.service.task Provides an implementation of TaskService
com.sun.sgs.impl.service.transaction Provides an implementation of transactions. 
com.sun.sgs.impl.service.watchdog Provides an implementation of WatchdogService
com.sun.sgs.management Provides the RedDwarf management interfaces exposed via JMX. 
com.sun.sgs.profile Interfaces used to create profiling information. 
 

Classes in com.sun.sgs.profile used by com.sun.sgs.impl.kernel
AccessedObjectsDetail
          An interface accessible through a ProfileReport that details the collection of object accesses that occurred during the associated transaction.
AccessedObjectsDetail.ConflictType
          Identifies a known type of conflict.
ProfileListener
          This interface is used to listen for profiling data as reported by the system.
ProfileReport
          The interface used to report profiling data associated with a complete task run through the scheduler.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.impl.profile
AccessedObjectsDetail
          An interface accessible through a ProfileReport that details the collection of object accesses that occurred during the associated transaction.
ProfileCollector
          This is the main aggregation point for profiling data.
ProfileCollector.ProfileLevel
          The profiling levels.
ProfileConsumer
          A profile consumer object is used to gather profiling data for a specific system or application component.
ProfileConsumer.ProfileDataType
          The valid types of profile operations, counters and samples that can be created with the profile data factory methods.
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.
TransactionListenerDetail
          Provides profiling detail about a TransactionListener that listened to the progress of a transaction.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.impl.profile.listener
ProfileListener
          This interface is used to listen for profiling data as reported by the system.
ProfileReport
          The interface used to report profiling data associated with a complete task run through the scheduler.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.impl.service.channel
ProfileCollector
          This is the main aggregation point for profiling data.
ProfileOperation
          An operation which has occurred.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.impl.service.data
ProfileCollector
          This is the main aggregation point for profiling data.
ProfileOperation
          An operation which has occurred.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.impl.service.data.store
ProfileCollector
          This is the main aggregation point for profiling data.
ProfileCounter
          A counter used in profiling.
ProfileOperation
          An operation which has occurred.
ProfileSample
          A profile sample is a list of long data points.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.impl.service.nodemap
AggregateProfileOperation
          A profile operation which aggregates a count of how many times the operation occurred until it is explicitly cleared.
ProfileCollector
          This is the main aggregation point for profiling data.
ProfileOperation
          An operation which has occurred.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.impl.service.nodemap.affinity
AggregateProfileCounter
          A profile counter which is initially 0, and increments 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.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.impl.service.nodemap.affinity.dgb
AccessedObjectsDetail
          An interface accessible through a ProfileReport that details the collection of object accesses that occurred during the associated transaction.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.impl.service.nodemap.affinity.dlpa
ProfileCollector
          This is the main aggregation point for profiling data.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.impl.service.nodemap.affinity.dlpa.graph
AccessedObjectsDetail
          An interface accessible through a ProfileReport that details the collection of object accesses that occurred during the associated transaction.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.impl.service.nodemap.affinity.graph
AccessedObjectsDetail
          An interface accessible through a ProfileReport that details the collection of object accesses that occurred during the associated transaction.
ProfileCollector
          This is the main aggregation point for profiling data.
ProfileListener
          This interface is used to listen for profiling data as reported by the system.
ProfileReport
          The interface used to report profiling data associated with a complete task run through the scheduler.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.impl.service.nodemap.affinity.single
AccessedObjectsDetail
          An interface accessible through a ProfileReport that details the collection of object accesses that occurred during the associated transaction.
ProfileCollector
          This is the main aggregation point for profiling data.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.impl.service.session
ProfileCollector
          This is the main aggregation point for profiling data.
ProfileOperation
          An operation which has occurred.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.impl.service.task
ProfileCollector
          This is the main aggregation point for profiling data.
ProfileOperation
          An operation which has occurred.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.impl.service.transaction
ProfileParticipantDetail
          Details final profile state associated with a single participant of a transaction.
TransactionListenerDetail
          Provides profiling detail about a TransactionListener that listened to the progress of a transaction.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.impl.service.watchdog
ProfileCollector
          This is the main aggregation point for profiling data.
ProfileOperation
          An operation which has occurred.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.management
ProfileCollector.ProfileLevel
          The profiling levels.
 

Classes in com.sun.sgs.profile used by com.sun.sgs.profile
AccessedObjectsDetail
          An interface accessible through a ProfileReport that details the collection of object accesses that occurred during the associated transaction.
AccessedObjectsDetail.ConflictType
          Identifies a known type of conflict.
ProfileCollector.ProfileLevel
          The profiling levels.
ProfileConsumer
          A profile consumer object is used to gather profiling data for a specific system or application component.
ProfileConsumer.ProfileDataType
          The valid types of profile operations, counters and samples that can be created with the profile data factory methods.
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.
TransactionListenerDetail
          Provides profiling detail about a TransactionListener that listened to the progress of a transaction.
 


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