Package org.jgroups.protocols
Class UNICAST3.Entry
java.lang.Object
org.jgroups.protocols.UNICAST3.Entry
- Direct Known Subclasses:
UNICAST3.ReceiverEntry,UNICAST3.SenderEntry
- Enclosing class:
UNICAST3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final shortprotected UNICAST3.Stateprotected final AtomicLong -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) longage()Returns the age of the entry in ms(package private) shortconnId()(package private) UNICAST3.Statestate()(package private) UNICAST3.Entrystate(UNICAST3.State state) (package private) voidupdate()
-
Field Details
-
msgs
-
conn_id
protected final short conn_id -
timestamp
-
state
-
-
Constructor Details
-
Entry
-
-
Method Details
-
connId
short connId() -
update
void update() -
state
UNICAST3.State state() -
state
-
age
long age()Returns the age of the entry in ms
-