public class TableDump extends MRTRecord
| Modifier and Type | Field and Description |
|---|---|
protected ASPath |
asPath |
protected Attributes |
attributes |
protected StringBuffer |
dumpString |
protected long |
origTime |
protected InetAddress |
Peer |
protected AS |
PeerAS |
protected Prefix |
prefix |
protected int |
sequence |
protected String |
type |
protected int |
view |
| Modifier | Constructor and Description |
|---|---|
protected |
TableDump(int view,
int sequence,
Prefix prefix,
long origTime,
InetAddress peer,
AS peerAs,
Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
ASPath |
getASPath() |
Date |
getOrigTime() |
InetAddress |
getPeer() |
AS |
getPeerAS() |
Prefix |
getPrefix() |
long |
getTime() |
boolean |
hasAsPathPrepend() |
boolean |
isIPv4() |
boolean |
isIPv6() |
boolean |
matches(InetAddress addr) |
String |
toString() |
TableDump |
toTableDump() |
getSubType, getType, setGeneric, setHeaderData, toAdvertisement, toWithdrawprotected Prefix prefix
protected InetAddress Peer
protected AS PeerAS
protected long origTime
protected StringBuffer dumpString
protected Attributes attributes
protected ASPath asPath
protected int view
protected int sequence
protected String type
protected TableDump(int view,
int sequence,
Prefix prefix,
long origTime,
InetAddress peer,
AS peerAs,
Attributes attributes)
public InetAddress getPeer()
public Date getOrigTime()
public boolean matches(InetAddress addr)
public boolean hasAsPathPrepend()
hasAsPathPrepend in class MRTRecordpublic boolean isIPv4()
public boolean isIPv6()
public TableDump toTableDump()
toTableDump in class MRTRecordCopyright © 2025. All rights reserved.