protected final class UNICAST2.ReceiverEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ReceiverEntry(Table<Message> received_msgs,
short recv_conn_id) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
protected final short recv_conn_id
protected int received_bytes
protected final java.util.concurrent.atomic.AtomicLong timestamp
protected final java.util.concurrent.locks.Lock lock
protected long last_highest
protected int num_stable_msgs
Copyright © 1998-2020 Red Hat. All Rights Reserved.