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

Packages that use AccessedObjectsDetail
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.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.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.profile Interfaces used to create profiling information. 
 

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

Classes in com.sun.sgs.impl.kernel that implement AccessedObjectsDetail
static class LockingAccessCoordinator.LockerImpl
          Define a locker that records information about the transaction requesting locks, and descriptions.
 

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

Methods in com.sun.sgs.impl.profile that return AccessedObjectsDetail
 AccessedObjectsDetail ProfileReportImpl.getAccessedObjectsDetail()
          Returns detail of the object accesses as reported by the AccessCoordinator or null if no objects were accessed, no accesses reported, or if this report is for a non-transactional task.
 

Methods in com.sun.sgs.impl.profile with parameters of type AccessedObjectsDetail
(package private)  void ProfileCollectorImpl.setAccessedObjectsDetail(AccessedObjectsDetail detail)
          Sets the detail for all objects accessed during the task as reported to the AccessCoordinator.
 void ProfileCollectorHandle.setAccessedObjectsDetail(AccessedObjectsDetail detail)
          Sets the detail for all objects accessed during the task as reported to the AccessCoordinator.
(package private)  void ProfileReportImpl.setAccessedObjectsDetail(AccessedObjectsDetail detail)
           
 void ProfileCollectorHandleImpl.setAccessedObjectsDetail(AccessedObjectsDetail detail)
          Sets the detail for all objects accessed during the task as reported to the AccessCoordinator.
 

Uses of AccessedObjectsDetail in com.sun.sgs.impl.service.nodemap.affinity.dgb
 

Methods in com.sun.sgs.impl.service.nodemap.affinity.dgb with parameters of type AccessedObjectsDetail
 void DistGraphBuilder.updateGraph(Identity owner, AccessedObjectsDetail detail)
          Update the graph based on the objects accessed in a task.
 void DistGraphBuilderServerImpl.updateGraph(Identity owner, AccessedObjectsDetail detail)
          Update the graph based on the objects accessed in a task.
 

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

Methods in com.sun.sgs.impl.service.nodemap.affinity.dlpa.graph with parameters of type AccessedObjectsDetail
 void WeightedGraphBuilder.updateGraph(Identity owner, AccessedObjectsDetail detail)
          Update the graph based on the objects accessed in a task.
 void BipartiteGraphBuilder.updateGraph(Identity owner, AccessedObjectsDetail detail)
          Update the graph based on the objects accessed in a task.
 

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

Methods in com.sun.sgs.impl.service.nodemap.affinity.graph with parameters of type AccessedObjectsDetail
 void AffinityGraphBuilder.updateGraph(Identity owner, AccessedObjectsDetail detail)
          Update the graph based on the objects accessed in a task.
 

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

Methods in com.sun.sgs.impl.service.nodemap.affinity.single with parameters of type AccessedObjectsDetail
 void SingleGraphBuilder.updateGraph(Identity owner, AccessedObjectsDetail detail)
          Update the graph based on the objects accessed in a task.
 

Uses of AccessedObjectsDetail in com.sun.sgs.profile
 

Methods in com.sun.sgs.profile that return AccessedObjectsDetail
 AccessedObjectsDetail ProfileReport.getAccessedObjectsDetail()
          Returns detail of the object accesses as reported by the AccessCoordinator or null if no objects were accessed, no accesses reported, or if this report is for a non-transactional task.
 


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