org.jgroups.protocols
Class UNICAST2.ReceiverEntry
java.lang.Object
org.jgroups.protocols.UNICAST2.ReceiverEntry
- Enclosing class:
- UNICAST2
protected final class UNICAST2.ReceiverEntry
- extends java.lang.Object
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
received_msgs
protected final Table<Message> received_msgs
recv_conn_id
protected final short recv_conn_id
received_bytes
protected int received_bytes
timestamp
protected final java.util.concurrent.atomic.AtomicLong timestamp
lock
protected final java.util.concurrent.locks.Lock lock
last_highest
protected long last_highest
num_stable_msgs
protected int num_stable_msgs
UNICAST2.ReceiverEntry
public UNICAST2.ReceiverEntry(Table<Message> received_msgs,
short recv_conn_id)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.