public class BgpThriftService.BgpUpdateServer extends Object implements Runnable, BgpUpdater.Iface
Modifier and Type | Method and Description |
---|---|
void |
onNotificationSendEvent(String prefix,
byte errCode,
byte errSubcode) |
void |
onStartConfigResyncNotification() |
void |
onUpdatePushRoute(protocol_type protocolType,
String rd,
String prefix,
int plen,
String nexthop,
int ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
String routermac,
af_afi afi) |
void |
onUpdateWithdrawRoute(protocol_type protocolType,
String rd,
String prefix,
int plen,
String nexthop,
int ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
af_afi afi) |
void |
run() |
public void onUpdatePushRoute(protocol_type protocolType, String rd, String prefix, int plen, String nexthop, int ethtag, String esi, String macaddress, int l3label, int l2label, String routermac, af_afi afi)
onUpdatePushRoute
in interface BgpUpdater.Iface
public void onUpdateWithdrawRoute(protocol_type protocolType, String rd, String prefix, int plen, String nexthop, int ethtag, String esi, String macaddress, int l3label, int l2label, af_afi afi)
onUpdateWithdrawRoute
in interface BgpUpdater.Iface
public void onStartConfigResyncNotification()
onStartConfigResyncNotification
in interface BgpUpdater.Iface
public void onNotificationSendEvent(String prefix, byte errCode, byte errSubcode)
onNotificationSendEvent
in interface BgpUpdater.Iface
Copyright © 2019 OpenDaylight. All rights reserved.