|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 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)
|
|
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 |
---|
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 |
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.pastry.socket.appsocket.testing |
---|
Fields in rice.pastry.socket.appsocket.testing declared as Node | |
---|---|
protected Node |
Echo.node
The node we were constructed on. |
Methods in rice.pastry.socket.appsocket.testing that return Node | |
---|---|
Node |
Echo.getNode()
Getter for the node. |
Constructors in rice.pastry.socket.appsocket.testing with parameters of type Node | |
---|---|
Echo(Node node,
IdFactory factory)
|
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.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.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.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. |
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.splitstream |
---|
Constructors in rice.tutorial.splitstream with parameters of type Node | |
---|---|
MySplitStreamClient(Node node)
The constructor for this scribe client. |
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |