Rice Pastry API

Uses of Interface
rice.p2p.commonapi.Node

Packages that use Node
org.mpisws.p2p.testing.transportlayer.replay   
rice.p2p.aggregation   
rice.p2p.commonapi.testing   
rice.p2p.glacier.v2   
rice.p2p.multiring   
rice.p2p.multiring.testing   
rice.p2p.past   
rice.p2p.past.gc   
rice.p2p.past.testing   
rice.p2p.replication   
rice.p2p.replication.manager   
rice.p2p.replication.manager.testing   
rice.p2p.replication.testing   
rice.p2p.scribe   
rice.p2p.scribe.testing   
rice.p2p.splitstream   
rice.p2p.splitstream.testing   
rice.pastry   
rice.pastry.testing   
rice.pastry.testing.rendezvous   
rice.tutorial.appsocket   
rice.tutorial.deterministicsimulator   
rice.tutorial.direct   
rice.tutorial.forwarding   
rice.tutorial.gtitm   
rice.tutorial.lesson3   
rice.tutorial.lesson4   
rice.tutorial.lookup   
rice.tutorial.prioritylistener   
rice.tutorial.rawserialization   
rice.tutorial.rawserialization2   
rice.tutorial.remotesocket   
rice.tutorial.scribe   
rice.tutorial.sendfile   
rice.tutorial.splitstream   
rice.tutorial.ssl   
rice.tutorial.timer   
rice.tutorial.transportdirect   
rice.tutorial.transportlayer   
 

Uses of Node in org.mpisws.p2p.testing.transportlayer.replay
 

Constructors in org.mpisws.p2p.testing.transportlayer.replay with parameters of type Node
MyScribeClient(Node node)
          The constructor for this scribe client.
 

Uses of Node in rice.p2p.aggregation
 

Fields in rice.p2p.aggregation declared as Node
protected  Node AggregationImpl.node
           
 

Constructors in rice.p2p.aggregation with parameters of type Node
AggregationImpl(Node node, Past aggregateStore, Past objectStore, StorageManager waitingList, java.lang.String configFileName, IdFactory factory, java.lang.String instance)
           
AggregationImpl(Node node, Past aggregateStore, Past objectStore, StorageManager waitingList, java.lang.String configFileName, IdFactory factory, java.lang.String instance, AggregationPolicy policy, AggregateFactory aggregateFactory)
           
 

Uses of Node in rice.p2p.commonapi.testing
 

Fields in rice.p2p.commonapi.testing declared as Node
protected  Node[] CommonAPITest.nodes
           
 

Methods in rice.p2p.commonapi.testing that return Node
protected  Node CommonAPITest.createNode(int num)
          Method which creates a single node, given it's node number
 

Methods in rice.p2p.commonapi.testing with parameters of type Node
protected abstract  void CommonAPITest.processNode(int num, Node node)
          Method which should process the given newly-created node
 

Uses of Node in rice.p2p.glacier.v2
 

Fields in rice.p2p.glacier.v2 declared as Node
protected  Node GlacierImpl.node
           
 

Constructors in rice.p2p.glacier.v2 with parameters of type Node
GlacierImpl(Node nodeArg, StorageManager fragmentStorageArg, StorageManager neighborStorageArg, int numFragmentsArg, int numSurvivorsArg, IdFactory factoryArg, java.lang.String instanceArg, GlacierPolicy policyArg)
           
 

Uses of Node in rice.p2p.multiring
 

Classes in rice.p2p.multiring that implement Node
 class MultiringNode
           
 

Fields in rice.p2p.multiring declared as Node
protected  Node MultiringNode.node
          The node which this multiring node is wrapping
 

Methods in rice.p2p.multiring that return Node
 Node MultiringNode.getNode()
          Returns this mutliring node's internal node
 

Constructors in rice.p2p.multiring with parameters of type Node
MultiringNode(Id ringId, Node node)
          Constructor
MultiringNode(Id ringId, Node node, MultiringNode existing)
          Constructor
 

Uses of Node in rice.p2p.multiring.testing
 

Methods in rice.p2p.multiring.testing with parameters of type Node
protected  NodeHandle MultiringRegrTest.getBootstrap(Node bootstrap)
          Gets a handle to a bootstrap node.
 

Constructors in rice.p2p.multiring.testing with parameters of type Node
MultiringRegrTest.MultiringTestApp(Node node)
           
 

Uses of Node in rice.p2p.past
 

Methods in rice.p2p.past with parameters of type Node
protected  ReplicationManager PastImpl.buildReplicationManager(Node node, java.lang.String instance)
          Internal method which builds the replication manager.
 

Constructors in rice.p2p.past with parameters of type Node
PastImpl(Node node, StorageManager manager, Cache backup, int replicas, java.lang.String instance, PastPolicy policy, StorageManager trash)
           
PastImpl(Node node, StorageManager manager, Cache backup, int replicas, java.lang.String instance, PastPolicy policy, StorageManager trash, boolean useOwnSocket)
           
PastImpl(Node node, StorageManager manager, Cache backup, int replicas, java.lang.String instance, PastPolicy policy, StorageManager trash, SocketStrategy strategy)
          Constructor for Past
PastImpl(Node node, StorageManager manager, int replicas, java.lang.String instance)
          Constructor for Past, using the default policy
PastImpl(Node node, StorageManager manager, int replicas, java.lang.String instance, PastPolicy policy)
          Constructor for Past
 

Uses of Node in rice.p2p.past.gc
 

Classes in rice.p2p.past.gc that implement Node
 class GCNode
           
 

Fields in rice.p2p.past.gc declared as Node
protected  Node GCNode.node
          The node which this mulitring node is wrapping
 

Constructors in rice.p2p.past.gc with parameters of type Node
GCNode(Node node)
          Constructor
GCPastImpl(Node node, StorageManager manager, Cache backup, int replicas, java.lang.String instance, PastPolicy policy, long collectionInterval, StorageManager trash)
          Constructor for GCPast
GCPastImpl(Node node, StorageManager manager, int replicas, java.lang.String instance, PastPolicy policy, long collectionInterval)
          Constructor for GCPast
 

Uses of Node in rice.p2p.past.testing
 

Methods in rice.p2p.past.testing with parameters of type Node
protected  void PastRegrTest.processNode(int num, Node node)
          Method which should process the given newly-created node
protected  void RawPastRegrTest.processNode(int num, Node node)
          Method which should process the given newly-created node
 

Uses of Node in rice.p2p.replication
 

Constructors in rice.p2p.replication with parameters of type Node
ReplicationImpl(Node node, ReplicationClient client, int replicationFactor, java.lang.String instance)
          Constructor
ReplicationImpl(Node node, ReplicationClient client, int replicationFactor, java.lang.String instance, ReplicationPolicy policy)
          Constructor
 

Uses of Node in rice.p2p.replication.manager
 

Constructors in rice.p2p.replication.manager with parameters of type Node
ReplicationManagerImpl(Node node, ReplicationManagerClient client, int replicationFactor, java.lang.String instance)
          Constructor
ReplicationManagerImpl(Node node, ReplicationManagerClient client, int replicationFactor, java.lang.String instance, ReplicationPolicy policy)
          Constructor
 

Uses of Node in rice.p2p.replication.manager.testing
 

Fields in rice.p2p.replication.manager.testing declared as Node
 Node ReplicationManagerRegrTest.TestReplicationManagerClient.node
           
 

Methods in rice.p2p.replication.manager.testing with parameters of type Node
protected  void ReplicationManagerRegrTest.processNode(int num, Node node)
          Method which should process the given newly-created node
 

Constructors in rice.p2p.replication.manager.testing with parameters of type Node
ReplicationManagerRegrTest.TestReplicationManagerClient(Node node)
           
 

Uses of Node in rice.p2p.replication.testing
 

Fields in rice.p2p.replication.testing declared as Node
 Node ReplicationRegrTest.TestReplicationClient.node
           
 

Methods in rice.p2p.replication.testing with parameters of type Node
protected  void ReplicationRegrTest.processNode(int num, Node node)
          Method which should process the given newly-created node
 

Constructors in rice.p2p.replication.testing with parameters of type Node
ReplicationRegrTest.TestReplicationClient(Node node)
           
 

Uses of Node in rice.p2p.scribe
 

Fields in rice.p2p.scribe declared as Node
protected  Node ScribeImpl.node
           
 

Constructors in rice.p2p.scribe with parameters of type Node
ScribeImpl(Node node, ScribePolicy policy, java.lang.String instance)
          Constructor for Scribe
ScribeImpl(Node node, ScribePolicy policy, java.lang.String instance, ScribeMaintenancePolicy maintenancePolicy)
          Constructor for Scribe
ScribeImpl(Node node, java.lang.String instance)
          Constructor for Scribe, using the default policy.
 

Uses of Node in rice.p2p.scribe.testing
 

Methods in rice.p2p.scribe.testing with parameters of type Node
protected  void RawScribeRegrTest.processNode(int num, Node node)
           
protected  void ScribeRegrTest.processNode(int num, Node node)
          Method which should process the given newly-created node
 

Uses of Node in rice.p2p.splitstream
 

Fields in rice.p2p.splitstream declared as Node
protected  Node SplitStreamImpl.node
          The node that this application is running on
 

Constructors in rice.p2p.splitstream with parameters of type Node
SplitStreamImpl(Node node, java.lang.String instance)
          Convenience constructor which uses the default SplitStreamScribePolicy.
SplitStreamImpl(Node node, java.lang.String instance, SplitStreamScribePolicyFactory factory)
          The constructor for building the splitStream object which internally creates it's own Scribe.
 

Uses of Node in rice.p2p.splitstream.testing
 

Methods in rice.p2p.splitstream.testing with parameters of type Node
protected  void SplitStreamRegrTest.processNode(int num, Node node)
          Method which should process the given newly-created node
 

Uses of Node in rice.pastry
 

Classes in rice.pastry that implement Node
 class PastryNode
          A Pastry node is single entity in the pastry network.
 

Uses of Node in rice.pastry.testing
 

Fields in rice.pastry.testing declared as Node
protected  Node RoutingTableTest.MyApp.node
          The node we were constructed on.
 

Methods in rice.pastry.testing that return Node
 Node RoutingTableTest.MyApp.getNode()
          Getter for the node.
 

Constructors in rice.pastry.testing with parameters of type Node
RoutingTableTest.MyApp(Node node)
           
 

Uses of Node in rice.pastry.testing.rendezvous
 

Constructors in rice.pastry.testing.rendezvous with parameters of type Node
MyApp(Node node)
           
 

Uses of Node in rice.tutorial.appsocket
 

Fields in rice.tutorial.appsocket declared as Node
protected  Node MyApp.node
          The node we were constructed on.
 

Methods in rice.tutorial.appsocket that return Node
 Node MyApp.getNode()
          Getter for the node.
 

Constructors in rice.tutorial.appsocket with parameters of type Node
MyApp(Node node, IdFactory factory)
           
 

Uses of Node in rice.tutorial.deterministicsimulator
 

Fields in rice.tutorial.deterministicsimulator declared as Node
protected  Node MyApp.node
          The node we were constructed on.
 

Methods in rice.tutorial.deterministicsimulator that return Node
 Node MyApp.getNode()
          Getter for the node.
 

Constructors in rice.tutorial.deterministicsimulator with parameters of type Node
MyApp(Node node)
           
 

Uses of Node in rice.tutorial.direct
 

Fields in rice.tutorial.direct declared as Node
protected  Node MyApp.node
          The node we were constructed on.
 

Methods in rice.tutorial.direct that return Node
 Node MyApp.getNode()
          Getter for the node.
 

Constructors in rice.tutorial.direct with parameters of type Node
MyApp(Node node)
           
 

Uses of Node in rice.tutorial.forwarding
 

Fields in rice.tutorial.forwarding declared as Node
protected  Node MyApp.node
          The node we were constructed on.
 

Methods in rice.tutorial.forwarding that return Node
 Node MyApp.getNode()
          Getter for the node.
 

Constructors in rice.tutorial.forwarding with parameters of type Node
MyApp(Node node)
           
 

Uses of Node in rice.tutorial.gtitm
 

Fields in rice.tutorial.gtitm declared as Node
protected  Node MyApp.node
          The node we were constructed on.
 

Methods in rice.tutorial.gtitm that return Node
 Node MyApp.getNode()
          Getter for the node.
 

Constructors in rice.tutorial.gtitm with parameters of type Node
MyApp(Node node)
           
 

Uses of Node in rice.tutorial.lesson3
 

Constructors in rice.tutorial.lesson3 with parameters of type Node
MyApp(Node node)
           
 

Uses of Node in rice.tutorial.lesson4
 

Fields in rice.tutorial.lesson4 declared as Node
protected  Node MyApp.node
          The node we were constructed on.
 

Methods in rice.tutorial.lesson4 that return Node
 Node MyApp.getNode()
          Getter for the node.
 

Constructors in rice.tutorial.lesson4 with parameters of type Node
MyApp(Node node)
           
 

Uses of Node in rice.tutorial.lookup
 

Constructors in rice.tutorial.lookup with parameters of type Node
LookupService(Node node)
          Build a LookupService application with the default lookup timeout
LookupService(Node node, long timeout)
          Build a LookupService application with a specified timeout
 

Uses of Node in rice.tutorial.prioritylistener
 

Fields in rice.tutorial.prioritylistener declared as Node
protected  Node MyApp.node
          The node we were constructed on.
 

Methods in rice.tutorial.prioritylistener that return Node
 Node MyApp.getNode()
          Getter for the node.
 

Constructors in rice.tutorial.prioritylistener with parameters of type Node
MyApp(Node node)
           
 

Uses of Node in rice.tutorial.rawserialization
 

Fields in rice.tutorial.rawserialization declared as Node
protected  Node MyApp.node
          The node we were constructed on.
 

Methods in rice.tutorial.rawserialization that return Node
 Node MyApp.getNode()
          Getter for the node.
 

Constructors in rice.tutorial.rawserialization with parameters of type Node
MyApp(Node node)
           
 

Uses of Node in rice.tutorial.rawserialization2
 

Fields in rice.tutorial.rawserialization2 declared as Node
protected  Node MyApp.node
          The node we were constructed on.
 

Methods in rice.tutorial.rawserialization2 that return Node
 Node MyApp.getNode()
          Getter for the node.
 

Constructors in rice.tutorial.rawserialization2 with parameters of type Node
MyApp(Node node)
           
 

Uses of Node in rice.tutorial.remotesocket
 

Fields in rice.tutorial.remotesocket declared as Node
protected  Node MyApp.node
          The node we were constructed on.
 

Methods in rice.tutorial.remotesocket that return Node
 Node MyApp.getNode()
          Getter for the node.
 

Constructors in rice.tutorial.remotesocket with parameters of type Node
MyApp(Node node, IdFactory factory)
           
 

Uses of Node in rice.tutorial.scribe
 

Constructors in rice.tutorial.scribe with parameters of type Node
MyScribeClient(Node node)
          The constructor for this scribe client.
 

Uses of Node in rice.tutorial.sendfile
 

Fields in rice.tutorial.sendfile declared as Node
protected  Node MyApp.node
          The node we were constructed on.
 

Methods in rice.tutorial.sendfile that return Node
 Node MyApp.getNode()
          Getter for the node.
 

Constructors in rice.tutorial.sendfile with parameters of type Node
MyApp(Node node, IdFactory factory)
           
 

Uses of Node in rice.tutorial.splitstream
 

Constructors in rice.tutorial.splitstream with parameters of type Node
MySplitStreamClient(Node node)
          The constructor for this scribe client.
 

Uses of Node in rice.tutorial.ssl
 

Constructors in rice.tutorial.ssl with parameters of type Node
MyApp(Node node)
           
 

Uses of Node in rice.tutorial.timer
 

Constructors in rice.tutorial.timer with parameters of type Node
MyApp(Node node)
           
 

Uses of Node in rice.tutorial.transportdirect
 

Fields in rice.tutorial.transportdirect declared as Node
protected  Node MyApp.node
          The node we were constructed on.
 

Methods in rice.tutorial.transportdirect that return Node
 Node MyApp.getNode()
          Getter for the node.
 

Constructors in rice.tutorial.transportdirect with parameters of type Node
MyApp(Node node)
           
 

Uses of Node in rice.tutorial.transportlayer
 

Fields in rice.tutorial.transportlayer declared as Node
protected  Node MyApp.node
          The node we were constructed on.
 

Methods in rice.tutorial.transportlayer that return Node
 Node MyApp.getNode()
          Getter for the node.
 

Constructors in rice.tutorial.transportlayer with parameters of type Node
MyApp(Node node)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection