Uses of Class
com.sun.sgs.impl.service.nodemap.affinity.graph.AbstractAffinityGraphBuilder

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

Subclasses of AbstractAffinityGraphBuilder in com.sun.sgs.impl.service.nodemap.affinity.dgb
 class DistGraphBuilder
          The portion of the distributed affinity graph builder which resides on a local node.
 class DistGraphBuilderServerImpl
          The server side of a distributed graph builder for label propagation.
 

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

Subclasses of AbstractAffinityGraphBuilder in com.sun.sgs.impl.service.nodemap.affinity.dlpa.graph
 class BipartiteGraphBuilder
          A graph builder which builds a bipartite graph of identities and object ids, with edges between them.
 class WeightedGraphBuilder
          A graph builder which builds an affinity graph consisting of identities as vertices and a single weighted edges representing objects used by both identities.
 

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

Subclasses of AbstractAffinityGraphBuilder in com.sun.sgs.impl.service.nodemap.affinity.single
 class SingleGraphBuilder
          A minimal graph builder for single node testing.
 


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