public interface MapRegisterCacheStats extends org.opendaylight.yangtools.yang.binding.ChildOf<GetStatsOutput>, org.opendaylight.yangtools.yang.binding.Augmentable<MapRegisterCacheStats>, CacheStats
This class represents the following YANG schema fragment defined in module odl-lisp-sb
container map-register-cache-stats {
leaf hits {
type int64;
}
leaf misses {
type int64;
}
uses cache-stats;
}
The schema path to identify an instance is
odl-lisp-sb/get-stats/output/map-register-cache-stats
To create instances of this class use MapRegisterCacheStatsBuilder.
MapRegisterCacheStatsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetHits, getMissesCopyright © 2018 OpenDaylight. All rights reserved.