public interface CacheStats
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module odl-lisp-sb
grouping cache-stats {
leaf hits {
type int64;
}
leaf misses {
type int64;
}
}
The schema path to identify an instance is
odl-lisp-sb/cache-stats| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Long |
getHits() |
Long |
getMisses() |
Copyright © 2018 OpenDaylight. All rights reserved.