Modifier and Type | Method and Description |
---|---|
void |
BgpManager.addAddressFamily(String ipAddress,
af_afi afi,
af_safi safi) |
void |
BgpManager.disableMultipath(af_afi afi,
af_safi safi) |
void |
BgpManager.enableMultipath(af_afi afi,
af_safi safi) |
void |
BgpConfigurationManager.onUpdatePushRoute(protocol_type protocolType,
String rd,
String prefix,
int plen,
String nextHop,
String macaddress,
int label,
int l2label,
String routermac,
af_afi afi) |
void |
BgpConfigurationManager.setMultipathStatus(af_afi afi,
af_safi safi,
boolean enable) |
Modifier and Type | Method and Description |
---|---|
void |
BgpRouter.addAddressFamily(String nbrIp,
af_afi afi,
af_safi safi) |
void |
BgpRouter.delAddressFamily(String nbrIp,
af_afi afi,
af_safi safi) |
void |
BgpRouter.disableMultipath(af_afi afi,
af_safi safi) |
Routes |
BgpRouter.doRibSync(BgpSyncHandle handle,
af_afi afi) |
void |
BgpRouter.enableMultipath(af_afi afi,
af_safi safi) |
Modifier and Type | Field and Description |
---|---|
af_afi |
BgpUpdater.onUpdatePushRoute_args.afi |
af_afi |
BgpUpdater.onUpdateWithdrawRoute_args.afi |
af_afi |
BgpConfigurator.addVrf_args.afi |
af_afi |
BgpConfigurator.delVrf_args.afi |
af_afi |
BgpConfigurator.pushRoute_args.afi |
af_afi |
BgpConfigurator.withdrawRoute_args.afi |
af_afi |
BgpConfigurator.enableAddressFamily_args.afi |
af_afi |
BgpConfigurator.disableAddressFamily_args.afi |
af_afi |
BgpConfigurator.getRoutes_args.afi |
af_afi |
BgpConfigurator.enableMultipath_args.afi |
af_afi |
BgpConfigurator.disableMultipath_args.afi |
Modifier and Type | Method and Description |
---|---|
static af_afi |
af_afi.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
af_afi |
BgpUpdater.onUpdatePushRoute_args.getAfi() |
af_afi |
BgpUpdater.onUpdateWithdrawRoute_args.getAfi() |
af_afi |
BgpConfigurator.addVrf_args.getAfi() |
af_afi |
BgpConfigurator.delVrf_args.getAfi() |
af_afi |
BgpConfigurator.pushRoute_args.getAfi() |
af_afi |
BgpConfigurator.withdrawRoute_args.getAfi() |
af_afi |
BgpConfigurator.enableAddressFamily_args.getAfi() |
af_afi |
BgpConfigurator.disableAddressFamily_args.getAfi() |
af_afi |
BgpConfigurator.getRoutes_args.getAfi() |
af_afi |
BgpConfigurator.enableMultipath_args.getAfi() |
af_afi |
BgpConfigurator.disableMultipath_args.getAfi() |
static af_afi |
af_afi.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static af_afi[] |
af_afi.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
BgpConfigurator.Iface.addVrf(layer_type l_type,
String rd,
List<String> irts,
List<String> erts,
af_afi afi,
af_safi safi) |
int |
BgpConfigurator.Client.addVrf(layer_type l_type,
String rd,
List<String> irts,
List<String> erts,
af_afi afi,
af_safi safi) |
void |
BgpConfigurator.AsyncIface.addVrf(layer_type l_type,
String rd,
List<String> irts,
List<String> erts,
af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BgpConfigurator.AsyncClient.addVrf(layer_type l_type,
String rd,
List<String> irts,
List<String> erts,
af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
int |
BgpConfigurator.Iface.delVrf(String rd,
af_afi afi,
af_safi safi) |
int |
BgpConfigurator.Client.delVrf(String rd,
af_afi afi,
af_safi safi) |
void |
BgpConfigurator.AsyncIface.delVrf(String rd,
af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BgpConfigurator.AsyncClient.delVrf(String rd,
af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
int |
BgpConfigurator.Iface.disableAddressFamily(String peerIp,
af_afi afi,
af_safi safi) |
int |
BgpConfigurator.Client.disableAddressFamily(String peerIp,
af_afi afi,
af_safi safi) |
void |
BgpConfigurator.AsyncIface.disableAddressFamily(String peerIp,
af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BgpConfigurator.AsyncClient.disableAddressFamily(String peerIp,
af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
int |
BgpConfigurator.Iface.disableMultipath(af_afi afi,
af_safi safi) |
int |
BgpConfigurator.Client.disableMultipath(af_afi afi,
af_safi safi) |
void |
BgpConfigurator.AsyncIface.disableMultipath(af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BgpConfigurator.AsyncClient.disableMultipath(af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
int |
BgpConfigurator.Iface.enableAddressFamily(String peerIp,
af_afi afi,
af_safi safi) |
int |
BgpConfigurator.Client.enableAddressFamily(String peerIp,
af_afi afi,
af_safi safi) |
void |
BgpConfigurator.AsyncIface.enableAddressFamily(String peerIp,
af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BgpConfigurator.AsyncClient.enableAddressFamily(String peerIp,
af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
int |
BgpConfigurator.Iface.enableMultipath(af_afi afi,
af_safi safi) |
int |
BgpConfigurator.Client.enableMultipath(af_afi afi,
af_safi safi) |
void |
BgpConfigurator.AsyncIface.enableMultipath(af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BgpConfigurator.AsyncClient.enableMultipath(af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
Routes |
BgpConfigurator.Iface.getRoutes(protocol_type p_type,
int optype,
int winSize,
af_afi afi) |
Routes |
BgpConfigurator.Client.getRoutes(protocol_type p_type,
int optype,
int winSize,
af_afi afi) |
void |
BgpConfigurator.AsyncIface.getRoutes(protocol_type p_type,
int optype,
int winSize,
af_afi afi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BgpConfigurator.AsyncClient.getRoutes(protocol_type p_type,
int optype,
int winSize,
af_afi afi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BgpUpdater.Iface.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 |
BgpUpdater.Client.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 |
BgpUpdater.AsyncIface.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 |
BgpUpdater.AsyncClient.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 |
BgpUpdater.Iface.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 |
BgpUpdater.Client.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 |
BgpUpdater.AsyncIface.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) |
void |
BgpUpdater.AsyncClient.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) |
int |
BgpConfigurator.Iface.pushRoute(protocol_type p_type,
String prefix,
String nexthop,
String rd,
int ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
encap_type enc_type,
String routermac,
af_afi afi) |
int |
BgpConfigurator.Client.pushRoute(protocol_type p_type,
String prefix,
String nexthop,
String rd,
int ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
encap_type enc_type,
String routermac,
af_afi afi) |
void |
BgpConfigurator.AsyncIface.pushRoute(protocol_type p_type,
String prefix,
String nexthop,
String rd,
int ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
encap_type enc_type,
String routermac,
af_afi afi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BgpConfigurator.AsyncClient.pushRoute(protocol_type p_type,
String prefix,
String nexthop,
String rd,
int ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
encap_type enc_type,
String routermac,
af_afi afi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BgpConfigurator.Client.send_addVrf(layer_type l_type,
String rd,
List<String> irts,
List<String> erts,
af_afi afi,
af_safi safi) |
void |
BgpConfigurator.Client.send_delVrf(String rd,
af_afi afi,
af_safi safi) |
void |
BgpConfigurator.Client.send_disableAddressFamily(String peerIp,
af_afi afi,
af_safi safi) |
void |
BgpConfigurator.Client.send_disableMultipath(af_afi afi,
af_safi safi) |
void |
BgpConfigurator.Client.send_enableAddressFamily(String peerIp,
af_afi afi,
af_safi safi) |
void |
BgpConfigurator.Client.send_enableMultipath(af_afi afi,
af_safi safi) |
void |
BgpConfigurator.Client.send_getRoutes(protocol_type p_type,
int optype,
int winSize,
af_afi afi) |
void |
BgpUpdater.Client.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 |
BgpUpdater.Client.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) |
void |
BgpConfigurator.Client.send_pushRoute(protocol_type p_type,
String prefix,
String nexthop,
String rd,
int ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
encap_type enc_type,
String routermac,
af_afi afi) |
void |
BgpConfigurator.Client.send_withdrawRoute(protocol_type p_type,
String prefix,
String rd,
int ethtag,
String esi,
String macaddress,
af_afi afi) |
BgpUpdater.onUpdatePushRoute_args |
BgpUpdater.onUpdatePushRoute_args.setAfi(af_afi afi) |
BgpUpdater.onUpdateWithdrawRoute_args |
BgpUpdater.onUpdateWithdrawRoute_args.setAfi(af_afi afi) |
BgpConfigurator.addVrf_args |
BgpConfigurator.addVrf_args.setAfi(af_afi afi) |
BgpConfigurator.delVrf_args |
BgpConfigurator.delVrf_args.setAfi(af_afi afi) |
BgpConfigurator.pushRoute_args |
BgpConfigurator.pushRoute_args.setAfi(af_afi afi) |
BgpConfigurator.withdrawRoute_args |
BgpConfigurator.withdrawRoute_args.setAfi(af_afi afi) |
BgpConfigurator.enableAddressFamily_args |
BgpConfigurator.enableAddressFamily_args.setAfi(af_afi afi) |
BgpConfigurator.disableAddressFamily_args |
BgpConfigurator.disableAddressFamily_args.setAfi(af_afi afi) |
BgpConfigurator.getRoutes_args |
BgpConfigurator.getRoutes_args.setAfi(af_afi afi) |
BgpConfigurator.enableMultipath_args |
BgpConfigurator.enableMultipath_args.setAfi(af_afi afi) |
BgpConfigurator.disableMultipath_args |
BgpConfigurator.disableMultipath_args.setAfi(af_afi afi) |
int |
BgpConfigurator.Iface.withdrawRoute(protocol_type p_type,
String prefix,
String rd,
int ethtag,
String esi,
String macaddress,
af_afi afi) |
int |
BgpConfigurator.Client.withdrawRoute(protocol_type p_type,
String prefix,
String rd,
int ethtag,
String esi,
String macaddress,
af_afi afi) |
void |
BgpConfigurator.AsyncIface.withdrawRoute(protocol_type p_type,
String prefix,
String rd,
int ethtag,
String esi,
String macaddress,
af_afi afi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BgpConfigurator.AsyncClient.withdrawRoute(protocol_type p_type,
String prefix,
String rd,
int ethtag,
String esi,
String macaddress,
af_afi afi,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
Constructor and Description |
---|
addVrf_args(layer_type l_type,
String rd,
List<String> irts,
List<String> erts,
af_afi afi,
af_safi safi) |
addVrf_call(layer_type l_type,
String rd,
List<String> irts,
List<String> erts,
af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
delVrf_args(String rd,
af_afi afi,
af_safi safi) |
delVrf_call(String rd,
af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
disableAddressFamily_args(String peerIp,
af_afi afi,
af_safi safi) |
disableAddressFamily_call(String peerIp,
af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
disableMultipath_args(af_afi afi,
af_safi safi) |
disableMultipath_call(af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
enableAddressFamily_args(String peerIp,
af_afi afi,
af_safi safi) |
enableAddressFamily_call(String peerIp,
af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
enableMultipath_args(af_afi afi,
af_safi safi) |
enableMultipath_call(af_afi afi,
af_safi safi,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
getRoutes_args(protocol_type p_type,
int optype,
int winSize,
af_afi afi) |
getRoutes_call(protocol_type p_type,
int optype,
int winSize,
af_afi afi,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
onUpdatePushRoute_args(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) |
onUpdatePushRoute_call(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,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
onUpdateWithdrawRoute_args(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) |
onUpdateWithdrawRoute_call(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,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
pushRoute_args(protocol_type p_type,
String prefix,
String nexthop,
String rd,
int ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
encap_type enc_type,
String routermac,
af_afi afi) |
pushRoute_call(protocol_type p_type,
String prefix,
String nexthop,
String rd,
int ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
encap_type enc_type,
String routermac,
af_afi afi,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
withdrawRoute_args(protocol_type p_type,
String prefix,
String rd,
int ethtag,
String esi,
String macaddress,
af_afi afi) |
withdrawRoute_call(protocol_type p_type,
String prefix,
String rd,
int ethtag,
String esi,
String macaddress,
af_afi afi,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
Modifier and Type | Method and Description |
---|---|
void |
BgpThriftService.BgpUpdateServer.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 |
BgpThriftService.BgpUpdateServer.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) |
Copyright © 2019 OpenDaylight. All rights reserved.