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.DomBrokerOperational, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.modules.module.State
This class represents the following YANG schema fragment defined in module odl-concurrent-data-broker-cfg
case dom-concurrent-data-broker {
leaf total-commits {
type uint64;
}
leaf average-commit {
type average-commit;
}
leaf longest-commit-duration {
type longest-commit-duration;
}
leaf longest-commit-timestamp {
type date-and-time;
}
leaf shortest-commit-duration {
type shortest-commit-duration;
}
leaf shortest-commit-timestamp {
type date-and-time;
}
}
The schema path to identify an instance is
odl-concurrent-data-broker-cfg/modules/module/state/(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 |
getAugmentationCopyright © 2018 OpenDaylight. All rights reserved.