public class PeerSet extends Object
| Constructor and Description |
|---|
PeerSet(Map<String,PeerInfo> peers)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
long |
available()
Count the number of available (w/ unassigned roles/names) peers
|
Map<String,PeerInfo> |
getPeers()
Get the peers in this set
|
long |
workers()
Count the number of workers peers
|
public Map<String,PeerInfo> getPeers()
public long available()
public long workers()
This documentation was released into the public domain.