| Package | Description |
|---|---|
| org.maestro.tests | |
| org.maestro.tests.cluster | |
| org.maestro.tests.support |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTestProfile.applyAgent(Maestro maestro,
PeerEndpoint endpoint,
String destination) |
protected void |
AbstractTestProfile.applyInspector(Maestro maestro,
PeerEndpoint endpoint,
String destination) |
protected void |
AbstractTestProfile.setSendReceiveURL(Maestro maestro,
PeerEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected PeerEndpoint |
ExclusiveBalancedStrategy.assign(String id,
PeerInfo peerInfo) |
protected PeerEndpoint |
BalancedStrategy.assign(String id,
PeerInfo peerInfo) |
protected PeerEndpoint |
LegacyStrategy.assign(String id,
PeerInfo peerInfo) |
protected abstract PeerEndpoint |
AbstractStrategy.assign(String id,
PeerInfo peerInfo)
Assign a role to the node identified by the id and peer information
|
protected PeerEndpoint |
NonAssigningStrategy.assign(String id,
PeerInfo peerInfo) |
| Modifier and Type | Method and Description |
|---|---|
Set<PeerEndpoint> |
DistributionStrategy.endpoints()
Get the endpoint for lastly distributed peer set.
|
Set<PeerEndpoint> |
AbstractStrategy.endpoints() |
| Modifier and Type | Method and Description |
|---|---|
TestEndpoint |
RoleBasedEndpointResolver.resolve(PeerEndpoint peerEndpoint) |
TestEndpoint |
OneToOneEndpointResolver.resolve(PeerEndpoint peerEndpoint) |
TestEndpoint |
TestEndpointResolver.resolve(PeerEndpoint peerEndpoint)
Get the test endpoint for the given peer endpoint
|
This documentation was released into the public domain.