public interface DomConcurrentDataBroker extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<DomConcurrentDataBroker>, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.dom.impl.rev131028.DomBrokerConfig, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.modules.module.Configuration
This class represents the following YANG schema fragment defined in module odl-concurrent-data-broker-cfg
case dom-concurrent-data-broker {
container schema-service {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl?revision=2013-10-28)type {
leaf type {
type leafref;
}
}
}
}
container config-data-store {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl?revision=2013-10-28)type {
leaf type {
type leafref;
}
}
}
}
container operational-data-store {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl?revision=2013-10-28)type {
leaf type {
type leafref;
}
}
}
}
leaf max-data-broker-future-callback-queue-size {
type max-data-broker-future-callback-queue-size;
}
leaf max-data-broker-future-callback-pool-size {
type max-data-broker-future-callback-pool-size;
}
leaf max-data-broker-commit-queue-size {
type max-data-broker-commit-queue-size;
}
}
The schema path to identify an instance is
odl-concurrent-data-broker-cfg/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:controller:config:concurrent-data-broker?revision=2014-11-24)dom-concurrent-data-broker| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetConfigDataStore, getMaxDataBrokerCommitQueueSize, getMaxDataBrokerFutureCallbackPoolSize, getMaxDataBrokerFutureCallbackQueueSize, getOperationalDataStore, getSchemaServiceCopyright © 2018 OpenDaylight. All rights reserved.