Rice Pastry API

Uses of Class
rice.pastry.PastryNodeFactory

Packages that use PastryNodeFactory
rice.p2p.commonapi.testing   
rice.p2p.multiring.testing   
rice.pastry.direct   
rice.pastry.peerreview   
rice.pastry.socket   
rice.pastry.socket.appsocket   
rice.pastry.socket.internet   
rice.pastry.socket.nat.rendezvous   
rice.pastry.testing   
rice.pastry.transport   
rice.tutorial.deterministicsimulator   
rice.tutorial.transportlayer   
 

Uses of PastryNodeFactory in rice.p2p.commonapi.testing
 

Fields in rice.p2p.commonapi.testing declared as PastryNodeFactory
protected  PastryNodeFactory CommonAPITest.factory
           
 

Uses of PastryNodeFactory in rice.p2p.multiring.testing
 

Fields in rice.p2p.multiring.testing declared as PastryNodeFactory
protected  PastryNodeFactory MultiringRegrTest.factory
           
 

Uses of PastryNodeFactory in rice.pastry.direct
 

Subclasses of PastryNodeFactory in rice.pastry.direct
 class DirectPastryNodeFactory
          Pastry node factory for direct connections between nodes (local instances).
 

Uses of PastryNodeFactory in rice.pastry.peerreview
 

Subclasses of PastryNodeFactory in rice.pastry.peerreview
 class CallbackFactory
           
 

Uses of PastryNodeFactory in rice.pastry.socket
 

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

Uses of PastryNodeFactory in rice.pastry.socket.appsocket
 

Subclasses of PastryNodeFactory in rice.pastry.socket.appsocket
 class AppSocketPastryNodeFactory
          Extends SocketPastryNodeFactory and adds getSocketFactory() to allow access to a FreePastry application w/o joining the Ring.
 

Uses of PastryNodeFactory in rice.pastry.socket.internet
 

Subclasses of PastryNodeFactory in rice.pastry.socket.internet
 class InternetPastryNodeFactory
          This Factory is designed for real deployments (with NATs).
 

Uses of PastryNodeFactory in rice.pastry.socket.nat.rendezvous
 

Subclasses of PastryNodeFactory in rice.pastry.socket.nat.rendezvous
 class RendezvousSocketPastryNodeFactory
          This class assembles the rendezvous layer with the rendezvous app.
 

Uses of PastryNodeFactory in rice.pastry.testing
 

Fields in rice.pastry.testing declared as PastryNodeFactory
protected  PastryNodeFactory PastryRegrTest.factory
           
 

Uses of PastryNodeFactory in rice.pastry.transport
 

Subclasses of PastryNodeFactory in rice.pastry.transport
 class TransportPastryNodeFactory
           
 

Uses of PastryNodeFactory in rice.tutorial.deterministicsimulator
 

Methods in rice.tutorial.deterministicsimulator with parameters of type PastryNodeFactory
 void DirectTutorial.scheduleBootTask(int numNodes, NodeIdFactory nidFactory, PastryNodeFactory factory, Environment env)
           
 

Uses of PastryNodeFactory in rice.tutorial.transportlayer
 

Methods in rice.tutorial.transportlayer that return PastryNodeFactory
static PastryNodeFactory BandwidthLimitingTransportLayer.exampleA(int bindport, Environment env, NodeIdFactory nidFactory, int amt, int time)
           
static PastryNodeFactory BandwidthLimitingTransportLayer.exampleB(int bindport, Environment env, NodeIdFactory nidFactory, int amt, int time)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection