| Modifier and Type | Field and Description |
|---|---|
protected AckCollector |
ack_collector |
protected Address |
target |
protected long |
timestamp |
| Modifier | Constructor and Description |
|---|---|
protected |
Entry(Address member)
Unicast entry
|
protected |
Entry(Collection<Address> members)
Multicast entry
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ack(Address member) |
protected void |
block(long timeout) |
protected void |
destroy() |
protected boolean |
retainAll(Collection<Address> members) |
protected int |
size() |
String |
toString() |
protected final AckCollector ack_collector
protected final Address target
protected final long timestamp
protected Entry(Address member)
protected Entry(Collection<Address> members)
protected void ack(Address member)
protected boolean retainAll(Collection<Address> members)
protected int size()
protected void block(long timeout)
throws TimeoutException
TimeoutExceptionprotected void destroy()
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.