org.jgroups.protocols
Class UNICAST2.ReceiverEntry

java.lang.Object
  extended by org.jgroups.protocols.UNICAST2.ReceiverEntry
Enclosing class:
UNICAST2

protected final class UNICAST2.ReceiverEntry
extends java.lang.Object


Field Summary
protected  long last_highest
           
protected  java.util.concurrent.locks.Lock lock
           
protected  int num_stable_msgs
           
protected  int received_bytes
           
protected  Table<Message> received_msgs
           
protected  short recv_conn_id
           
protected  java.util.concurrent.atomic.AtomicLong timestamp
           
 
Constructor Summary
UNICAST2.ReceiverEntry(Table<Message> received_msgs, short recv_conn_id)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

UNICAST2.ReceiverEntry

public UNICAST2.ReceiverEntry(Table<Message> received_msgs,
                              short recv_conn_id)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.