public class DVEntry
extends java.lang.Object
DistanceVector
entry.
The DistanceVector
contains a DVEntry
for each
DVDRPDispatcher
having subscriptions. A DVEntry
contains the identifier of the recipient, the interface to reach it, the
number of hops, the subscription predicates encoded as Bloom Filters, a local
timestamp, and a remote predicate timestamp.Modifier and Type | Method and Description |
---|---|
byte[] |
getDest() |
int |
getDist() |
long |
getEntryTS() |
byte[] |
getNextHopId() |
void |
setDest(byte[] dest) |
void |
setDist(int dist) |
void |
setEntryTS(long entryTS) |
void |
setNextHopId(byte[] nextHopId) |
java.lang.String |
toString() |
public DVEntry()
public DVEntry(DVEntry other)
public int getDist()
public void setDist(int dist)
public long getEntryTS()
public void setEntryTS(long entryTS)
public byte[] getDest()
public void setDest(byte[] dest)
public byte[] getNextHopId()
public void setNextHopId(byte[] nextHopId)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2011 Antonio Carzaniga.
This documentation is maintained by Antonio Carzaniga