X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fyang%2Fdistributed-datastore-provider.yang;h=6bca5ce25cefe5dbcea73279fa5395f359bb8916;hb=f4bad4be4f0838122b9799d133878877088e870d;hp=ecb823e624709bc84f167e522efa09bba06e53f8;hpb=28ad802448833cad483f185cfe442497ddc5c296;p=controller.git 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.";