Uses of Interface
com.sun.sgs.impl.service.nodemap.affinity.dlpa.LPAClient

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

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

Classes in com.sun.sgs.impl.service.nodemap.affinity.dlpa that implement LPAClient
 class LabelPropagation
          A distributed implementation of the algorithm presented in "Near linear time algorithm to detect community structures in large-scale networks" by U.N.
 

Methods in com.sun.sgs.impl.service.nodemap.affinity.dlpa that return LPAClient
 LPAClient LPAServer.getLPAClientProxy(long nodeId)
          Returns the LPAClient for the given nodeId.
 LPAClient LabelPropagationServer.getLPAClientProxy(long nodeId)
          Returns the LPAClient for the given nodeId.
 

Methods in com.sun.sgs.impl.service.nodemap.affinity.dlpa with parameters of type LPAClient
 void LPAServer.register(long nodeId, LPAClient client)
          Registers a proxy for the node.
 void LabelPropagationServer.register(long nodeId, LPAClient client)
          Registers a proxy for the node.
 


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