Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506._switch.connection.config.ThreadsBuilder
Packages that use ThreadsBuilder
Package
Description
-
Uses of ThreadsBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506._switch.connection.config
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506._switch.connection.config that return ThreadsBuilderModifier and TypeMethodDescriptionThreadsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Threads> augmentation) Add an augmentation to this builder's product.ThreadsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Threads>> augmentationType) Remove an augmentation from this builder's product.ThreadsBuilder.setBossThreads
(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toThreads.getBossThreads()
to the specified value.ThreadsBuilder.setWorkerThreads
(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toThreads.getWorkerThreads()
to the specified value.