Package org.jgroups.protocols
Class RSVP.Entry
- java.lang.Object
-
- org.jgroups.protocols.RSVP.Entry
-
- Enclosing class:
- RSVP
protected static class RSVP.Entry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AckCollector
ack_collector
protected Address
target
protected long
timestamp
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Field Detail
-
ack_collector
protected final AckCollector ack_collector
-
target
protected final Address target
-
timestamp
protected final long timestamp
-
-
Method Detail
-
ack
protected void ack(Address member)
-
retainAll
protected boolean retainAll(java.util.Collection<Address> members)
-
size
protected int size()
-
block
protected void block(long timeout) throws java.util.concurrent.TimeoutException
- Throws:
java.util.concurrent.TimeoutException
-
destroy
protected void destroy()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-