protected static class RSVP.Entry
extends java.lang.Object
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(java.util.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(java.util.Collection<Address> members) |
protected int |
size() |
java.lang.String |
toString() |
protected final AckCollector ack_collector
protected final Address target
protected final long timestamp
protected Entry(Address member)
protected Entry(java.util.Collection<Address> members)
protected void ack(Address member)
protected boolean retainAll(java.util.Collection<Address> members)
protected int size()
protected void block(long timeout) throws TimeoutException
TimeoutException
protected void destroy()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 1998-2020 Red Hat. All Rights Reserved.