public static class BgpUpdater.AsyncClient extends org.apache.thrift.async.TAsyncClient implements BgpUpdater.AsyncIface
Modifier and Type | Class and Description |
---|---|
static class |
BgpUpdater.AsyncClient.Factory |
static class |
BgpUpdater.AsyncClient.onNotificationSendEvent_call |
static class |
BgpUpdater.AsyncClient.onStartConfigResyncNotification_call |
static class |
BgpUpdater.AsyncClient.onUpdatePushRoute_call |
static class |
BgpUpdater.AsyncClient.onUpdateWithdrawRoute_call |
Constructor and Description |
---|
AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.async.TAsyncClientManager clientManager,
org.apache.thrift.transport.TNonblockingTransport transport) |
Modifier and Type | Method and Description |
---|---|
void |
onNotificationSendEvent(String prefix,
byte errCode,
byte errSubcode,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
onStartConfigResyncNotification(org.apache.thrift.async.AsyncMethodCallback resultHandler) |
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,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
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,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
public AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
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, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
onUpdatePushRoute
in interface BgpUpdater.AsyncIface
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, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
onUpdateWithdrawRoute
in interface BgpUpdater.AsyncIface
org.apache.thrift.TException
public void onStartConfigResyncNotification(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
onStartConfigResyncNotification
in interface BgpUpdater.AsyncIface
org.apache.thrift.TException
public void onNotificationSendEvent(String prefix, byte errCode, byte errSubcode, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
onNotificationSendEvent
in interface BgpUpdater.AsyncIface
org.apache.thrift.TException
Copyright © 2019 OpenDaylight. All rights reserved.