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