public class RoutingEntry extends Object
| Constructor and Description |
|---|
RoutingEntry(Address address,
boolean isGloballyVisible,
long expiryDateMs,
boolean isSticky) |
| Modifier and Type | Method and Description |
|---|---|
long |
decRefCount() |
boolean |
equals(Object obj) |
Address |
getAddress() |
long |
getExpiryDateMs() |
boolean |
getIsGloballyVisible() |
boolean |
getIsSticky() |
long |
getRefCount() |
int |
hashCode() |
long |
incRefCount() |
void |
setAddress(Address address) |
void |
setExpiryDateMs(long expiryDateMs) |
void |
setIsGloballyVisible(boolean isGloballyVisible) |
void |
setIsSticky(boolean isSticky) |
void |
setRefCount(long refCount) |
public RoutingEntry(Address address, boolean isGloballyVisible, long expiryDateMs, boolean isSticky)
public Address getAddress()
public boolean getIsGloballyVisible()
public long getExpiryDateMs()
public boolean getIsSticky()
public long getRefCount()
public void setAddress(Address address)
public void setIsGloballyVisible(boolean isGloballyVisible)
public void setExpiryDateMs(long expiryDateMs)
public void setIsSticky(boolean isSticky)
public void setRefCount(long refCount)
public long incRefCount()
public long decRefCount()
throws IllegalStateException
IllegalStateExceptionCopyright © 2021. All rights reserved.