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