Rice Pastry API

Uses of Interface
rice.p2p.commonapi.Node

Packages that use Node
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.direct   
rice.pastry.dist   
rice.pastry.socket   
rice.tutorial.appsocket   
rice.tutorial.lesson3   
rice.tutorial.lesson4   
rice.tutorial.lesson5   
rice.tutorial.lesson6   
rice.tutorial.rawserialization   
 

Uses of Node in rice.p2p.aggregation
 

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

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)
          Constructor for AggregationImpl.
AggregationImpl(Node node, Past aggregateStore, Past objectStore, StorageManager waitingList, java.lang.String configFileName, IdFactory factory, java.lang.String instance, AggregationPolicy policy, AggregateFactory aggregateFactory)
          Constructor for AggregationImpl.
 

Uses of Node in rice.p2p.commonapi.testing
 

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

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
          DESCRIBE THE FIELD
 

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)
          Constructor for GlacierImpl.
 

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 mulitring 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)
          Constructor for MultiringTestApp.
 

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, 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
PastImpl(Node node, StorageManager manager, Cache backup, int replicas, java.lang.String instance, PastPolicy policy, StorageManager trash)
          Constructor for PastImpl.
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
 

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, int replicas, java.lang.String instance, PastPolicy policy, long collectionInterval)
          Constructor for GCPast
GCPastImpl(Node node, StorageManager manager, Cache backup, int replicas, java.lang.String instance, PastPolicy policy, long collectionInterval, StorageManager trash)
          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
          DESCRIBE THE FIELD
 

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)
          Constructor for TestReplicationManagerClient.
 

Uses of Node in rice.p2p.replication.testing
 

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

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)
          Constructor for TestReplicationClient.
 

Uses of Node in rice.p2p.scribe
 

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

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)
          Method which should process the given newly-created 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)
          Convienience 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.direct
 

Classes in rice.pastry.direct that implement Node
 class DirectPastryNode
          Direct pastry node.
 

Uses of Node in rice.pastry.dist
 

Classes in rice.pastry.dist that implement Node
 class DistPastryNode
          Class which represents the abstraction of a "real" pastry node.
 

Uses of Node in rice.pastry.socket
 

Classes in rice.pastry.socket that implement Node
 class SocketPastryNode
          An Socket-based Pastry node, which has two threads - one thread for performing route set and leaf set maintainance, and another thread for listening on the sockets and performing all non-blocking I/O.
 

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)
          Constructor for MyApp.
 

Uses of Node in rice.tutorial.lesson3
 

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

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)
          Constructor for MyApp.
 

Uses of Node in rice.tutorial.lesson5
 

Constructors in rice.tutorial.lesson5 with parameters of type Node
MyApp(Node node)
          Constructor for MyApp.
 

Uses of Node in rice.tutorial.lesson6
 

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

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)
          Constructor for MyApp.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection