|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use P2PNodeLookup | |
---|---|
org.objectweb.proactive.core.descriptor.data | Provides all classes needed to create java objects related to XML Deployment Descriptor. |
org.objectweb.proactive.loadbalancing.util | |
org.objectweb.proactive.p2p.service | Peer-to-Peer Infrastructure. |
Uses of P2PNodeLookup in org.objectweb.proactive.core.descriptor.data |
---|
Methods in org.objectweb.proactive.core.descriptor.data with parameters of type P2PNodeLookup | |
---|---|
void |
VirtualNodeImpl.addP2PNodesLookup(P2PNodeLookup nodesLookup)
|
Uses of P2PNodeLookup in org.objectweb.proactive.loadbalancing.util |
---|
Fields in org.objectweb.proactive.loadbalancing.util declared as P2PNodeLookup | |
---|---|
protected P2PNodeLookup |
JacobiDispatcher.p2pNodeLookup
|
Uses of P2PNodeLookup in org.objectweb.proactive.p2p.service |
---|
Methods in org.objectweb.proactive.p2p.service that return P2PNodeLookup | |
---|---|
P2PNodeLookup |
P2PService.getMaximunNodes(java.lang.String vnName,
java.lang.String jobId)
Put in a P2PNodeLookup all available nodes during all the
time where it is actived. |
P2PNodeLookup |
P2PService.getNodes(int numberOfNodes,
java.lang.String vnName,
java.lang.String jobId)
Put in a P2PNodeLookup , the number of asked nodes. |
P2PNodeLookup |
P2PService.getNodes(int numberOfNodes,
java.lang.String nodeFamilyRegexp,
java.lang.String vnName,
java.lang.String jobId)
Put in a P2PNodeLookup , the number of asked nodes. |
Methods in org.objectweb.proactive.p2p.service with parameters of type P2PNodeLookup | |
---|---|
void |
P2PService.askingNode(int ttl,
java.util.UUID uuid,
P2PService remoteService,
int numberOfNodes,
P2PNodeLookup lookup,
java.lang.String vnName,
java.lang.String jobId,
java.lang.String nodeFamilyRegexp)
Method automaticly forwarded by run activity if needed. |
void |
P2PService.removeWaitingAccessor(P2PNodeLookup accessorToRemove)
/** Remove a no more waiting nodes accessor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |