X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fyang%2Fdistributed-datastore-provider.yang;h=6bca5ce25cefe5dbcea73279fa5395f359bb8916;hp=ecb823e624709bc84f167e522efa09bba06e53f8;hb=30faeb35260541c273a81b8f126b40da94daa825;hpb=efbeac00372d85440d46e2e5e04b124036ad3721 diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/yang/distributed-datastore-provider.yang b/opendaylight/md-sal/sal-distributed-datastore/src/main/yang/distributed-datastore-provider.yang index ecb823e624..6bca5ce25c 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/yang/distributed-datastore-provider.yang +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/yang/distributed-datastore-provider.yang @@ -49,19 +49,19 @@ module distributed-datastore-provider { } } - leaf max-shard-data-change-executor-queue-size { + leaf config-max-shard-data-change-executor-queue-size { default 1000; type uint16; description "The maximum queue size for each shard's data store data change notification executor."; } - leaf max-shard-data-change-executor-pool-size { + leaf config-max-shard-data-change-executor-pool-size { default 20; type uint16; description "The maximum thread pool size for each shard's data store data change notification executor."; } - leaf max-shard-data-change-listener-queue-size { + leaf config-max-shard-data-change-listener-queue-size { default 1000; type uint16; description "The maximum queue size for each shard's data store data change listeners."; @@ -82,19 +82,19 @@ module distributed-datastore-provider { } } - leaf max-shard-data-change-executor-queue-size { + leaf operational-max-shard-data-change-executor-queue-size { default 1000; type uint16; description "The maximum queue size for each shard's data store data change notification executor."; } - leaf max-shard-data-change-executor-pool-size { + leaf operational-max-shard-data-change-executor-pool-size { default 20; type uint16; description "The maximum thread pool size for each shard's data store data change notification executor."; } - leaf max-shard-data-change-listener-queue-size { + leaf operational-max-shard-data-change-listener-queue-size { default 1000; type uint16; description "The maximum queue size for each shard's data store data change listeners.";