Uses of Class
org.opendaylight.netvirt.bgpmanager.thrift.gen.Routes
-
Packages that use Routes Package Description org.opendaylight.netvirt.bgpmanager.thrift.client org.opendaylight.netvirt.bgpmanager.thrift.gen -
-
Uses of Routes in org.opendaylight.netvirt.bgpmanager.thrift.client
Methods in org.opendaylight.netvirt.bgpmanager.thrift.client that return Routes Modifier and Type Method Description Routes
BgpRouter. doRibSync(BgpSyncHandle handle, af_afi afi)
-
Uses of Routes in org.opendaylight.netvirt.bgpmanager.thrift.gen
Fields in org.opendaylight.netvirt.bgpmanager.thrift.gen declared as Routes Modifier and Type Field Description Routes
BgpConfigurator.getRoutes_result. success
Methods in org.opendaylight.netvirt.bgpmanager.thrift.gen that return Routes Modifier and Type Method Description Routes
Routes. deepCopy()
Routes
BgpConfigurator.AsyncClient.getRoutes_call. getResult()
Routes
BgpConfigurator.Client. getRoutes(protocol_type p_type, int optype, int winSize, af_afi afi)
Routes
BgpConfigurator.Iface. getRoutes(protocol_type p_type, int optype, int winSize, af_afi afi)
Routes
BgpConfigurator.getRoutes_result. getSuccess()
Routes
BgpConfigurator.Client. recv_getRoutes()
Routes
Routes. setErrcode(int errcode)
Routes
Routes. setMore(int more)
Routes
Routes. setUpdates(java.util.List<Update> updates)
Methods in org.opendaylight.netvirt.bgpmanager.thrift.gen that return types with arguments of type Routes Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<Routes>
BgpConfigurator.AsyncProcessor.getRoutes. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
Methods in org.opendaylight.netvirt.bgpmanager.thrift.gen with parameters of type Routes Modifier and Type Method Description int
Routes. compareTo(Routes other)
boolean
Routes. equals(Routes that)
BgpConfigurator.getRoutes_result
BgpConfigurator.getRoutes_result. setSuccess(Routes success)
Method parameters in org.opendaylight.netvirt.bgpmanager.thrift.gen with type arguments of type Routes Modifier and Type Method Description void
BgpConfigurator.AsyncProcessor.getRoutes. start(I iface, BgpConfigurator.getRoutes_args args, org.apache.thrift.async.AsyncMethodCallback<Routes> resultHandler)
Constructors in org.opendaylight.netvirt.bgpmanager.thrift.gen with parameters of type Routes Constructor Description getRoutes_result(Routes success)
Routes(Routes other)
Performs a deep copy on other.
-