ePOST API

Uses of Class
rice.pastry.dist.DistPastryNodeFactory

Packages that use DistPastryNodeFactory
rice.pastry.dist   
rice.pastry.socket   
rice.pastry.standard   
rice.pastry.testing   
rice.post.proxy   
rice.visualization.proxy   
 

Uses of DistPastryNodeFactory in rice.pastry.dist
 

Methods in rice.pastry.dist that return DistPastryNodeFactory
static DistPastryNodeFactory DistPastryNodeFactory.getFactory(NodeIdFactory nf, int protocol, int port, Environment env)
          Static method which is designed to be used by clients needing a distrubuted pastry node factory.
 

Uses of DistPastryNodeFactory in rice.pastry.socket
 

Subclasses of DistPastryNodeFactory in rice.pastry.socket
 class SocketPastryNodeFactory
          Pastry node factory for Socket-linked nodes.
 

Uses of DistPastryNodeFactory in rice.pastry.standard
 

Constructors in rice.pastry.standard with parameters of type DistPastryNodeFactory
PartitionHandler(PastryNode pn, DistPastryNodeFactory factory, java.net.InetSocketAddress[] bootstraps)
           
 

Uses of DistPastryNodeFactory in rice.pastry.testing
 

Methods in rice.pastry.testing with parameters of type DistPastryNodeFactory
protected  rice.pastry.testing.PartitionChecker.Ring PartitionChecker.buildRing(DistPastryNodeFactory factory, java.net.InetSocketAddress bootstrap)
           
 

Uses of DistPastryNodeFactory in rice.post.proxy
 

Fields in rice.post.proxy declared as DistPastryNodeFactory
protected  DistPastryNodeFactory PostProxy.factory
          The factory used to create the normal Pastry node
 

Uses of DistPastryNodeFactory in rice.visualization.proxy
 

Fields in rice.visualization.proxy declared as DistPastryNodeFactory
protected  DistPastryNodeFactory VisualizationProxy.factory
           
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.