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