public static class BgpUpdater.Client extends org.apache.thrift.TServiceClient implements BgpUpdater.Iface
Modifier and Type | Class and Description |
---|---|
static class |
BgpUpdater.Client.Factory |
Constructor and Description |
---|
Client(org.apache.thrift.protocol.TProtocol prot) |
Client(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot) |
Modifier and Type | Method and Description |
---|---|
void |
onNotificationSendEvent(String prefix,
byte errCode,
byte errSubcode) |
void |
onStartConfigResyncNotification() |
void |
onUpdatePushRoute(protocol_type p_type,
String rd,
String prefix,
int prefixlen,
String nexthop,
int ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
String routermac,
af_afi afi) |
void |
onUpdateWithdrawRoute(protocol_type p_type,
String rd,
String prefix,
int prefixlen,
String nexthop,
int ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
af_afi afi) |
void |
send_onNotificationSendEvent(String prefix,
byte errCode,
byte errSubcode) |
void |
send_onStartConfigResyncNotification() |
void |
send_onUpdatePushRoute(protocol_type p_type,
String rd,
String prefix,
int prefixlen,
String nexthop,
int ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
String routermac,
af_afi afi) |
void |
send_onUpdateWithdrawRoute(protocol_type p_type,
String rd,
String prefix,
int prefixlen,
String nexthop,
int ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
af_afi afi) |
public Client(org.apache.thrift.protocol.TProtocol prot)
public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
public void onUpdatePushRoute(protocol_type p_type, String rd, String prefix, int prefixlen, String nexthop, int ethtag, String esi, String macaddress, int l3label, int l2label, String routermac, af_afi afi) throws org.apache.thrift.TException
onUpdatePushRoute
in interface BgpUpdater.Iface
org.apache.thrift.TException
public void send_onUpdatePushRoute(protocol_type p_type, String rd, String prefix, int prefixlen, String nexthop, int ethtag, String esi, String macaddress, int l3label, int l2label, String routermac, af_afi afi) throws org.apache.thrift.TException
org.apache.thrift.TException
public void onUpdateWithdrawRoute(protocol_type p_type, String rd, String prefix, int prefixlen, String nexthop, int ethtag, String esi, String macaddress, int l3label, int l2label, af_afi afi) throws org.apache.thrift.TException
onUpdateWithdrawRoute
in interface BgpUpdater.Iface
org.apache.thrift.TException
public void send_onUpdateWithdrawRoute(protocol_type p_type, String rd, String prefix, int prefixlen, String nexthop, int ethtag, String esi, String macaddress, int l3label, int l2label, af_afi afi) throws org.apache.thrift.TException
org.apache.thrift.TException
public void onStartConfigResyncNotification() throws org.apache.thrift.TException
onStartConfigResyncNotification
in interface BgpUpdater.Iface
org.apache.thrift.TException
public void send_onStartConfigResyncNotification() throws org.apache.thrift.TException
org.apache.thrift.TException
public void onNotificationSendEvent(String prefix, byte errCode, byte errSubcode) throws org.apache.thrift.TException
onNotificationSendEvent
in interface BgpUpdater.Iface
org.apache.thrift.TException
public void send_onNotificationSendEvent(String prefix, byte errCode, byte errSubcode) throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2019 OpenDaylight. All rights reserved.