protected class FD_SOCK.BroadcastTask extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
protected Future<?> |
future |
protected Set<Address> |
suspects |
Modifier | Constructor and Description |
---|---|
protected |
BroadcastTask() |
Modifier and Type | Method and Description |
---|---|
protected void |
addSuspectedMember(Address mbr)
Adds a suspected member.
|
protected void |
adjustSuspectedMembers(List<Address> new_mbrship)
Removes all elements from suspected_mbrs that are not in the new membership
|
protected void |
removeAll() |
protected void |
removeSuspectedMember(Address suspected_mbr) |
void |
run() |
protected void |
startTask() |
protected void |
stopTask() |
String |
toString() |
protected void addSuspectedMember(Address mbr)
protected void removeSuspectedMember(Address suspected_mbr)
protected void removeAll()
protected void startTask()
protected void stopTask()
protected void adjustSuspectedMembers(List<Address> new_mbrship)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.