Package | Description |
---|---|
org.opendaylight.netvirt.bgpmanager.thrift.gen |
Modifier and Type | Field and Description |
---|---|
List<Update> |
Routes.updates |
Modifier and Type | Method and Description |
---|---|
Update |
Update.deepCopy() |
Update |
Update.setEsi(String esi) |
Update |
Update.setEthtag(int ethtag) |
Update |
Update.setL2label(int l2label) |
Update |
Update.setL3label(int l3label) |
Update |
Update.setMacaddress(String macaddress) |
Update |
Update.setNexthop(String nexthop) |
Update |
Update.setPrefix(String prefix) |
Update |
Update.setPrefixlen(int prefixlen) |
Update |
Update.setRd(String rd) |
Update |
Update.setReserved(int reserved) |
Update |
Update.setRoutermac(String routermac) |
Update |
Update.setType(int type) |
Modifier and Type | Method and Description |
---|---|
List<Update> |
Routes.getUpdates() |
Iterator<Update> |
Routes.getUpdatesIterator() |
Modifier and Type | Method and Description |
---|---|
void |
Routes.addToUpdates(Update elem) |
int |
Update.compareTo(Update other) |
boolean |
Update.equals(Update that) |
Modifier and Type | Method and Description |
---|---|
Routes |
Routes.setUpdates(List<Update> updates) |
Constructor and Description |
---|
Update(Update other)
Performs a deep copy on other.
|
Copyright © 2019 OpenDaylight. All rights reserved.