X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fthreadpool-config-impl%2Fsrc%2Fmain%2Fyang%2Fthreadpool-impl-flexible.yang;h=c124f6388fb2f5f41b1c48a86f55231ea4c023b4;hp=8d1a6307b5e13ff65462ad9b6abe84e6050240a6;hb=c46e223995956f1f759c551163c212947c1e2fb7;hpb=09bc389cba4919dee28d23419455933f41920215 diff --git a/opendaylight/config/threadpool-config-impl/src/main/yang/threadpool-impl-flexible.yang b/opendaylight/config/threadpool-config-impl/src/main/yang/threadpool-impl-flexible.yang index 8d1a6307b5..c124f6388f 100644 --- a/opendaylight/config/threadpool-config-impl/src/main/yang/threadpool-impl-flexible.yang +++ b/opendaylight/config/threadpool-config-impl/src/main/yang/threadpool-impl-flexible.yang @@ -13,7 +13,7 @@ module threadpool-impl-flexible { description "This module contains the base YANG definitions for - thread services pure Java implementation. + thread services pure Java implementation. Copyright (c)2013 Cisco Systems, Inc. All rights reserved.; @@ -46,6 +46,12 @@ module threadpool-impl-flexible { type uint32; } + leaf queueCapacity { + type uint16; + mandatory false; + description "Capacity of queue that holds waiting tasks"; + } + container threadFactory { uses config:service-ref { refine type {