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

Packages that use ProfileCollector
com.sun.sgs.impl.profile Provides an implementation for some interfaces in com.sun.sgs.profile
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.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.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.watchdog Provides an implementation of WatchdogService
 

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

Classes in com.sun.sgs.impl.profile that implement ProfileCollector
 class ProfileCollectorImpl
          This is the implementation of ProfileCollector used by the kernel to collect and report profiling data.
 

Methods in com.sun.sgs.impl.profile that return ProfileCollector
 ProfileCollector ProfileCollectorHandle.getCollector()
          Returns the underlying profile collector that this interface controls.
 ProfileCollector ProfileCollectorHandleImpl.getCollector()
          Returns the underlying profile collector that this interface controls.
 

Constructors in com.sun.sgs.impl.profile with parameters of type ProfileCollector
ProfileController(ProfileCollector collector)
          Creates a new Profile Controller MXBean object.
TaskAggregateStats(ProfileCollector collector, String name)
          Creates an MXBean object for gathering task data in the system.
 

Uses of ProfileCollector in com.sun.sgs.impl.service.channel
 

Constructors in com.sun.sgs.impl.service.channel with parameters of type ProfileCollector
ChannelServiceStats(ProfileCollector collector)
           
 

Uses of ProfileCollector in com.sun.sgs.impl.service.data
 

Constructors in com.sun.sgs.impl.service.data with parameters of type ProfileCollector
DataServiceStats(ProfileCollector collector)
           
 

Uses of ProfileCollector in com.sun.sgs.impl.service.data.store
 

Constructors in com.sun.sgs.impl.service.data.store with parameters of type ProfileCollector
DataStoreProfileProducer(DataStore dataStore, ProfileCollector collector)
          Creates an instance that delegates all DataStore and TransactionParticipant methods to dataStore.
DataStoreStats(ProfileCollector collector)
          Create a data store statistics object.
 

Uses of ProfileCollector in com.sun.sgs.impl.service.nodemap
 

Constructors in com.sun.sgs.impl.service.nodemap with parameters of type ProfileCollector
NodeMappingServiceStats(ProfileCollector collector)
           
 

Uses of ProfileCollector in com.sun.sgs.impl.service.nodemap.affinity
 

Constructors in com.sun.sgs.impl.service.nodemap.affinity with parameters of type ProfileCollector
AffinityGroupFinderStats(LPAAffinityGroupFinder finder, ProfileCollector collector, int stopIter)
          Constructs the MXBean for affinity group finder information.
 

Uses of ProfileCollector in com.sun.sgs.impl.service.nodemap.affinity.dlpa
 

Constructors in com.sun.sgs.impl.service.nodemap.affinity.dlpa with parameters of type ProfileCollector
LabelPropagationServer(ProfileCollector col, WatchdogService wdog, Properties properties)
          Constructs a new label propagation server.
 

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

Constructors in com.sun.sgs.impl.service.nodemap.affinity.graph with parameters of type ProfileCollector
AffinityGraphBuilderStats(ProfileCollector collector, edu.uci.ics.jung.graph.Graph<?,?> graph, int snapCount, long snapPeriod)
          Constructs a stats instance.
 

Uses of ProfileCollector in com.sun.sgs.impl.service.nodemap.affinity.single
 

Constructors in com.sun.sgs.impl.service.nodemap.affinity.single with parameters of type ProfileCollector
SingleLabelPropagation(AffinityGraphBuilder builder, ProfileCollector col, Properties properties)
          Constructs a new instance of the label propagation algorithm.
SingleLabelPropagation(AffinityGraphBuilder builder, ProfileCollector col, Properties properties, AffinityGroupFinderStats stats)
          Constructs a new instance of the label propagation algorithm.
 

Uses of ProfileCollector in com.sun.sgs.impl.service.session
 

Constructors in com.sun.sgs.impl.service.session with parameters of type ProfileCollector
ClientSessionServiceStats(ProfileCollector collector, ClientSessionServiceImpl service)
           
 

Uses of ProfileCollector in com.sun.sgs.impl.service.task
 

Constructors in com.sun.sgs.impl.service.task with parameters of type ProfileCollector
TaskServiceStats(ProfileCollector collector)
           
 

Uses of ProfileCollector in com.sun.sgs.impl.service.watchdog
 

Constructors in com.sun.sgs.impl.service.watchdog with parameters of type ProfileCollector
WatchdogServiceStats(ProfileCollector collector, WatchdogServiceImpl wdog)
           
 


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