|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use P2PService | |
---|---|
org.objectweb.proactive.core.descriptor.services | Provides classes to start JVM acquisition services like RMI lookup service on a ProActiveRuntime, P2P ProActiveRuntime acquisition service, or Fault Tolerance service. |
org.objectweb.proactive.loadbalancing.util | |
org.objectweb.proactive.p2p.loadbalancer | Load Balancing for the Peer-to-Peer Infrastructure. |
org.objectweb.proactive.p2p.service | Peer-to-Peer Infrastructure. |
org.objectweb.proactive.p2p.service.node | All related classes for managing and using the sharing node mecanism. |
Uses of P2PService in org.objectweb.proactive.core.descriptor.services |
---|
Fields in org.objectweb.proactive.core.descriptor.services declared as P2PService | |
---|---|
protected P2PService |
P2PDescriptorService.serviceP2P
|
Methods in org.objectweb.proactive.core.descriptor.services that return P2PService | |
---|---|
P2PService |
P2PDescriptorService.getP2PService()
|
Uses of P2PService in org.objectweb.proactive.loadbalancing.util |
---|
Constructors in org.objectweb.proactive.loadbalancing.util with parameters of type P2PService | |
---|---|
JacobiDispatcher(java.lang.String s1,
java.lang.String s2,
java.lang.String s3,
P2PService serviceP2P)
|
Uses of P2PService in org.objectweb.proactive.p2p.loadbalancer |
---|
Fields in org.objectweb.proactive.p2p.loadbalancer declared as P2PService | |
---|---|
protected P2PService |
P2PLoadBalancer.p2pService
|
Uses of P2PService in org.objectweb.proactive.p2p.service |
---|
Methods in org.objectweb.proactive.p2p.service that return P2PService | |
---|---|
P2PService |
P2PAcquaintanceManager.getActiveGroup()
|
static P2PService |
P2PService.getLocalP2PService()
|
P2PService |
StartP2PService.getP2PService()
|
P2PService |
P2PAcquaintanceManager.randomPeer()
|
Methods in org.objectweb.proactive.p2p.service that return types with arguments of type P2PService | |
---|---|
java.util.Vector<P2PService> |
P2PAcquaintanceManager.getAcquaintanceList()
|
Methods in org.objectweb.proactive.p2p.service with parameters of type P2PService | |
---|---|
void |
P2PAcquaintanceManager.add(P2PService peer)
Add a peer in the group of acquaintancesActived. |
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. |
BooleanMutableWrapper |
P2PAcquaintanceManager.contains(P2PService service)
Returns true if this collection contains the specified element. |
void |
P2PService.exploring(int ttl,
java.util.UUID uuid,
P2PService remoteService)
Method automaticly forwarded by run activity if needed. |
Node |
P2PService.getANode(java.lang.String vnName,
java.lang.String jobId,
P2PService service)
***For internal use only*** |
void |
P2PService.register(P2PService service)
Add the remote P2P service in the local acquaintances group if NOA is not yet reached. |
void |
P2PAcquaintanceManager.remove(P2PService peer)
|
Constructors in org.objectweb.proactive.p2p.service with parameters of type P2PService | |
---|---|
P2PAcquaintanceManager(P2PService localService)
Construct a new P2PAcquaintanceManager . |
|
P2PFirstContact(java.util.Vector peers,
P2PAcquaintanceManager acquaintances,
P2PService local)
Construct a new P2PFirstContact . |
Uses of P2PService in org.objectweb.proactive.p2p.service.node |
---|
Constructors in org.objectweb.proactive.p2p.service.node with parameters of type P2PService | |
---|---|
P2PNodeLookup(java.lang.Integer numberOfAskedNodes,
P2PService localP2pService,
java.lang.String vnName,
java.lang.String jobId,
java.lang.String nodeFamilyRegexp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |