Interface Threads

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Threads>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<SwitchConnectionConfig>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Threads
    extends org.opendaylight.yangtools.yang.binding.ChildOf<SwitchConnectionConfig>, org.opendaylight.yangtools.yang.binding.Augmentable<Threads>

    This class represents the following YANG schema fragment defined in module openflow-switch-connection-config

     container threads {
       leaf boss-threads {
         type uint16;
       }
       leaf worker-threads {
         type uint16;
       }
     }
     
    The schema path to identify an instance is openflow-switch-connection-config/switch-connection-config/threads

    To create instances of this class use ThreadsBuilder.

    See Also:
    ThreadsBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Threads> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getBossThreads

        @Nullable org.opendaylight.yangtools.yang.common.Uint16 getBossThreads()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 bossThreads, or null if not present
      • getWorkerThreads

        @Nullable org.opendaylight.yangtools.yang.common.Uint16 getWorkerThreads()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 workerThreads, or null if not present