public interface DistributionStrategy
| Modifier and Type | Method and Description |
|---|---|
PeerSet |
distribute(PeerSet peers)
Given a set of peers distribute them
|
Set<PeerEndpoint> |
endpoints()
Get the endpoint for lastly distributed peer set.
|
void |
reset()
Reset the distribution of peers
|
PeerSet distribute(PeerSet peers)
peers - the set of peers to distributeMaestro.getPeers()void reset()
Set<PeerEndpoint> endpoints()
This documentation was released into the public domain.