ePOST 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.pastry   
rice.pastry.direct   
rice.pastry.dist   
rice.pastry.socket   
rice.post   
rice.post.delivery   
rice.post.proxy   
rice.tutorial.lesson3   
rice.tutorial.lesson4   
rice.tutorial.lesson5   
rice.tutorial.lesson6   
 

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)
           
 

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 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)
           
 

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)
          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
 

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
 

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, 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 ScribeRegrTest.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.post
 

Constructors in rice.post with parameters of type Node
PostImpl(Node node, Past immutablePast, Past mutablePast, DeliveryPast deliveryPast, Past deliveredPast, PostEntityAddress address, java.security.KeyPair keyPair, PostCertificate certificate, java.security.PublicKey caPublicKey, java.lang.String instance, boolean logRewrite, boolean announce, PostEntityAddress previousAddress, long synchronizeInterval, long refreshInterval, long timeoutInterval)
          Builds a PostImpl to run on the given pastry node, using the provided PAST and Scribe services.
 

Uses of Node in rice.post.delivery
 

Constructors in rice.post.delivery with parameters of type Node
DeliveryPastImpl(Node node, StorageManager manager, Cache backup, int replicas, int redundancy, java.lang.String instance, PastImpl delivered, long collectionInterval)
          Constructor for DeliveryPastImpl
 

Uses of Node in rice.post.proxy
 

Fields in rice.post.proxy declared as Node
protected  Node PostProxy.globalNode
          The node running in the global ring (if one exists)
protected  Node PostProxy.node
          The node the services should use
 

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.lesson5
 

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

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.
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.