Uses of Class
org.opendaylight.netvirt.bgpmanager.thrift.gen.Update
-
Packages that use Update Package Description org.opendaylight.netvirt.bgpmanager.thrift.gen -
-
Uses of Update in org.opendaylight.netvirt.bgpmanager.thrift.gen
Fields in org.opendaylight.netvirt.bgpmanager.thrift.gen with type parameters of type Update Modifier and Type Field Description java.util.List<Update>
Routes. updates
Methods in org.opendaylight.netvirt.bgpmanager.thrift.gen that return Update Modifier and Type Method Description Update
Update. deepCopy()
Update
Update. setEsi(java.lang.String esi)
Update
Update. setEthtag(int ethtag)
Update
Update. setL2label(int l2label)
Update
Update. setL3label(int l3label)
Update
Update. setMacaddress(java.lang.String macaddress)
Update
Update. setNexthop(java.lang.String nexthop)
Update
Update. setPrefix(java.lang.String prefix)
Update
Update. setPrefixlen(int prefixlen)
Update
Update. setRd(java.lang.String rd)
Update
Update. setReserved(int reserved)
Update
Update. setRoutermac(java.lang.String routermac)
Update
Update. setType(int type)
Methods in org.opendaylight.netvirt.bgpmanager.thrift.gen that return types with arguments of type Update Modifier and Type Method Description java.util.List<Update>
Routes. getUpdates()
java.util.Iterator<Update>
Routes. getUpdatesIterator()
Methods in org.opendaylight.netvirt.bgpmanager.thrift.gen with parameters of type Update Modifier and Type Method Description void
Routes. addToUpdates(Update elem)
int
Update. compareTo(Update other)
boolean
Update. equals(Update that)
Method parameters in org.opendaylight.netvirt.bgpmanager.thrift.gen with type arguments of type Update Modifier and Type Method Description Routes
Routes. setUpdates(java.util.List<Update> updates)
Constructors in org.opendaylight.netvirt.bgpmanager.thrift.gen with parameters of type Update Constructor Description Update(Update other)
Performs a deep copy on other.
-