Uses of Package
com.sun.sgs.impl.service.nodemap.affinity

Packages that use com.sun.sgs.impl.service.nodemap.affinity
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). 
 

Classes in com.sun.sgs.impl.service.nodemap.affinity used by com.sun.sgs.impl.service.nodemap.affinity
AffinityGroup
          An affinity group in the system.
AffinityGroupFinder
          Stub, to be replaced by Keith's version.
AffinityGroupFinderFailedException
          Thrown if the AffinityGroupFinder could not find affinity groups.
BasicState
          A class to encapsulate the basic states required for AffinityGroupFinder and AffinityGraphBuilder.
BasicState.State
          Valid states.
LPAAffinityGroupFinder
          The affinity group finder finds affinity groups within a Darkstar cluster using the LPA algorithm.
RelocatingAffinityGroup
          Stub, to be replaced by Keith's version (used for testing until we merge).
 

Classes in com.sun.sgs.impl.service.nodemap.affinity used by com.sun.sgs.impl.service.nodemap.affinity.dgb
AffinityGroupFinder
          Stub, to be replaced by Keith's version.
AffinityGroupFinderFailedException
          Thrown if the AffinityGroupFinder could not find affinity groups.
BasicState
          A class to encapsulate the basic states required for AffinityGroupFinder and AffinityGraphBuilder.
LPAAffinityGroupFinder
          The affinity group finder finds affinity groups within a Darkstar cluster using the LPA algorithm.
RelocatingAffinityGroup
          Stub, to be replaced by Keith's version (used for testing until we merge).
 

Classes in com.sun.sgs.impl.service.nodemap.affinity used by com.sun.sgs.impl.service.nodemap.affinity.dlpa
AbstractLPA
          Abstract class implementing parts of the label propagation algorithm used by both the single node and distributed versions.
AffinityGroup
          An affinity group in the system.
AffinityGroupFinder
          Stub, to be replaced by Keith's version.
AffinityGroupFinderFailedException
          Thrown if the AffinityGroupFinder could not find affinity groups.
BasicState
          A class to encapsulate the basic states required for AffinityGroupFinder and AffinityGraphBuilder.
LPAAffinityGroupFinder
          The affinity group finder finds affinity groups within a Darkstar cluster using the LPA algorithm.
RelocatingAffinityGroup
          Stub, to be replaced by Keith's version (used for testing until we merge).
 

Classes in com.sun.sgs.impl.service.nodemap.affinity used by com.sun.sgs.impl.service.nodemap.affinity.dlpa.graph
BasicState
          A class to encapsulate the basic states required for AffinityGroupFinder and AffinityGraphBuilder.
LPAAffinityGroupFinder
          The affinity group finder finds affinity groups within a Darkstar cluster using the LPA algorithm.
 

Classes in com.sun.sgs.impl.service.nodemap.affinity used by com.sun.sgs.impl.service.nodemap.affinity.graph
BasicState
          A class to encapsulate the basic states required for AffinityGroupFinder and AffinityGraphBuilder.
LPAAffinityGroupFinder
          The affinity group finder finds affinity groups within a Darkstar cluster using the LPA algorithm.
 

Classes in com.sun.sgs.impl.service.nodemap.affinity used by com.sun.sgs.impl.service.nodemap.affinity.single
AbstractLPA
          Abstract class implementing parts of the label propagation algorithm used by both the single node and distributed versions.
AffinityGroupFinder
          Stub, to be replaced by Keith's version.
AffinityGroupFinderFailedException
          Thrown if the AffinityGroupFinder could not find affinity groups.
AffinityGroupFinderStats
          Management info for the label propagation affinity group finder.
BasicState
          A class to encapsulate the basic states required for AffinityGroupFinder and AffinityGraphBuilder.
LPAAffinityGroupFinder
          The affinity group finder finds affinity groups within a Darkstar cluster using the LPA algorithm.
RelocatingAffinityGroup
          Stub, to be replaced by Keith's version (used for testing until we merge).
 


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