Uses of Class
org.opendaylight.netvirt.bgpmanager.thrift.gen.BgpConfigurator.sendEOR_args
-
Packages that use BgpConfigurator.sendEOR_args Package Description org.opendaylight.netvirt.bgpmanager.thrift.gen -
-
Uses of BgpConfigurator.sendEOR_args in org.opendaylight.netvirt.bgpmanager.thrift.gen
Methods in org.opendaylight.netvirt.bgpmanager.thrift.gen that return BgpConfigurator.sendEOR_args Modifier and Type Method Description BgpConfigurator.sendEOR_args
BgpConfigurator.sendEOR_args. deepCopy()
BgpConfigurator.sendEOR_args
BgpConfigurator.AsyncProcessor.sendEOR. getEmptyArgsInstance()
BgpConfigurator.sendEOR_args
BgpConfigurator.Processor.sendEOR. getEmptyArgsInstance()
Methods in org.opendaylight.netvirt.bgpmanager.thrift.gen with parameters of type BgpConfigurator.sendEOR_args Modifier and Type Method Description int
BgpConfigurator.sendEOR_args. compareTo(BgpConfigurator.sendEOR_args other)
boolean
BgpConfigurator.sendEOR_args. equals(BgpConfigurator.sendEOR_args that)
BgpConfigurator.sendEOR_result
BgpConfigurator.Processor.sendEOR. getResult(I iface, BgpConfigurator.sendEOR_args args)
void
BgpConfigurator.AsyncProcessor.sendEOR. start(I iface, BgpConfigurator.sendEOR_args args, org.apache.thrift.async.AsyncMethodCallback<java.lang.Integer> resultHandler)
Constructors in org.opendaylight.netvirt.bgpmanager.thrift.gen with parameters of type BgpConfigurator.sendEOR_args Constructor Description sendEOR_args(BgpConfigurator.sendEOR_args other)
Performs a deep copy on other.
-