Uses of Class
org.opendaylight.netvirt.bgpmanager.thrift.gen.BgpUpdater.onNotificationSendEvent_args
-
Packages that use BgpUpdater.onNotificationSendEvent_args Package Description org.opendaylight.netvirt.bgpmanager.thrift.gen -
-
Uses of BgpUpdater.onNotificationSendEvent_args in org.opendaylight.netvirt.bgpmanager.thrift.gen
Methods in org.opendaylight.netvirt.bgpmanager.thrift.gen that return BgpUpdater.onNotificationSendEvent_args Modifier and Type Method Description BgpUpdater.onNotificationSendEvent_args
BgpUpdater.onNotificationSendEvent_args. deepCopy()
BgpUpdater.onNotificationSendEvent_args
BgpUpdater.AsyncProcessor.onNotificationSendEvent. getEmptyArgsInstance()
BgpUpdater.onNotificationSendEvent_args
BgpUpdater.Processor.onNotificationSendEvent. getEmptyArgsInstance()
BgpUpdater.onNotificationSendEvent_args
BgpUpdater.onNotificationSendEvent_args. setErrCode(byte errCode)
BgpUpdater.onNotificationSendEvent_args
BgpUpdater.onNotificationSendEvent_args. setErrSubcode(byte errSubcode)
BgpUpdater.onNotificationSendEvent_args
BgpUpdater.onNotificationSendEvent_args. setPrefix(java.lang.String prefix)
Methods in org.opendaylight.netvirt.bgpmanager.thrift.gen with parameters of type BgpUpdater.onNotificationSendEvent_args Modifier and Type Method Description int
BgpUpdater.onNotificationSendEvent_args. compareTo(BgpUpdater.onNotificationSendEvent_args other)
boolean
BgpUpdater.onNotificationSendEvent_args. equals(BgpUpdater.onNotificationSendEvent_args that)
org.apache.thrift.TBase
BgpUpdater.Processor.onNotificationSendEvent. getResult(I iface, BgpUpdater.onNotificationSendEvent_args args)
void
BgpUpdater.AsyncProcessor.onNotificationSendEvent. start(I iface, BgpUpdater.onNotificationSendEvent_args args, org.apache.thrift.async.AsyncMethodCallback<java.lang.Void> resultHandler)
Constructors in org.opendaylight.netvirt.bgpmanager.thrift.gen with parameters of type BgpUpdater.onNotificationSendEvent_args Constructor Description onNotificationSendEvent_args(BgpUpdater.onNotificationSendEvent_args other)
Performs a deep copy on other.
-