Uses of Class
org.opendaylight.netvirt.bgpmanager.thrift.gen.BgpUpdater.onUpdatePushRoute_args
-
Packages that use BgpUpdater.onUpdatePushRoute_args Package Description org.opendaylight.netvirt.bgpmanager.thrift.gen -
-
Uses of BgpUpdater.onUpdatePushRoute_args in org.opendaylight.netvirt.bgpmanager.thrift.gen
Methods in org.opendaylight.netvirt.bgpmanager.thrift.gen that return BgpUpdater.onUpdatePushRoute_args Modifier and Type Method Description BgpUpdater.onUpdatePushRoute_args
BgpUpdater.onUpdatePushRoute_args. deepCopy()
BgpUpdater.onUpdatePushRoute_args
BgpUpdater.AsyncProcessor.onUpdatePushRoute. getEmptyArgsInstance()
BgpUpdater.onUpdatePushRoute_args
BgpUpdater.Processor.onUpdatePushRoute. getEmptyArgsInstance()
BgpUpdater.onUpdatePushRoute_args
BgpUpdater.onUpdatePushRoute_args. setAfi(af_afi afi)
BgpUpdater.onUpdatePushRoute_args
BgpUpdater.onUpdatePushRoute_args. setEsi(java.lang.String esi)
BgpUpdater.onUpdatePushRoute_args
BgpUpdater.onUpdatePushRoute_args. setEthtag(long ethtag)
BgpUpdater.onUpdatePushRoute_args
BgpUpdater.onUpdatePushRoute_args. setL2label(int l2label)
BgpUpdater.onUpdatePushRoute_args
BgpUpdater.onUpdatePushRoute_args. setL3label(int l3label)
BgpUpdater.onUpdatePushRoute_args
BgpUpdater.onUpdatePushRoute_args. setMacaddress(java.lang.String macaddress)
BgpUpdater.onUpdatePushRoute_args
BgpUpdater.onUpdatePushRoute_args. setNexthop(java.lang.String nexthop)
BgpUpdater.onUpdatePushRoute_args
BgpUpdater.onUpdatePushRoute_args. setP_type(protocol_type p_type)
BgpUpdater.onUpdatePushRoute_args
BgpUpdater.onUpdatePushRoute_args. setPrefix(java.lang.String prefix)
BgpUpdater.onUpdatePushRoute_args
BgpUpdater.onUpdatePushRoute_args. setPrefixlen(int prefixlen)
BgpUpdater.onUpdatePushRoute_args
BgpUpdater.onUpdatePushRoute_args. setRd(java.lang.String rd)
BgpUpdater.onUpdatePushRoute_args
BgpUpdater.onUpdatePushRoute_args. setRoutermac(java.lang.String routermac)
Methods in org.opendaylight.netvirt.bgpmanager.thrift.gen with parameters of type BgpUpdater.onUpdatePushRoute_args Modifier and Type Method Description int
BgpUpdater.onUpdatePushRoute_args. compareTo(BgpUpdater.onUpdatePushRoute_args other)
boolean
BgpUpdater.onUpdatePushRoute_args. equals(BgpUpdater.onUpdatePushRoute_args that)
org.apache.thrift.TBase
BgpUpdater.Processor.onUpdatePushRoute. getResult(I iface, BgpUpdater.onUpdatePushRoute_args args)
void
BgpUpdater.AsyncProcessor.onUpdatePushRoute. start(I iface, BgpUpdater.onUpdatePushRoute_args args, org.apache.thrift.async.AsyncMethodCallback<java.lang.Void> resultHandler)
Constructors in org.opendaylight.netvirt.bgpmanager.thrift.gen with parameters of type BgpUpdater.onUpdatePushRoute_args Constructor Description onUpdatePushRoute_args(BgpUpdater.onUpdatePushRoute_args other)
Performs a deep copy on other.
-