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 AckCollectorack_collectorprotected Addresstargetprotected longtimestamp
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidack(Address member)protected voidblock(long timeout)protected voiddestroy()protected booleanretainAll(java.util.Collection<Address> members)protected intsize()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-