Uses of Class
com.sun.sgs.impl.service.nodemap.affinity.RelocatingAffinityGroup

Packages that use RelocatingAffinityGroup
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.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). 
 

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

Methods in com.sun.sgs.impl.service.nodemap.affinity that return types with arguments of type RelocatingAffinityGroup
 NavigableSet<RelocatingAffinityGroup> LPAAffinityGroupFinder.findAffinityGroups()
          Finds affinity groups across all nodes in the Darkstar cluster.
 

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

Methods in com.sun.sgs.impl.service.nodemap.affinity.dgb that return types with arguments of type RelocatingAffinityGroup
 NavigableSet<RelocatingAffinityGroup> DistGraphBuilderServerImpl.findAffinityGroups()
          Finds affinity groups across all nodes in the Darkstar cluster.
 

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

Methods in com.sun.sgs.impl.service.nodemap.affinity.dlpa that return types with arguments of type RelocatingAffinityGroup
 NavigableSet<RelocatingAffinityGroup> LabelPropagationServer.findAffinityGroups()
          Finds affinity groups across all nodes in the Darkstar cluster.
 

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

Methods in com.sun.sgs.impl.service.nodemap.affinity.single that return types with arguments of type RelocatingAffinityGroup
 NavigableSet<RelocatingAffinityGroup> SingleLabelPropagation.findAffinityGroups()
          Finds affinity groups across all nodes in the Darkstar cluster.
 


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