public interface ProcTime extends org.opendaylight.yangtools.yang.binding.ChildOf<ProcTimeObject>, org.opendaylight.yangtools.yang.binding.Augmentable<ProcTime>, Object
This class represents the following YANG schema fragment defined in module pcep-types
container proc-time {
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
leaf estimated {
type boolean;
}
leaf current-proc-time {
type uint32;
}
leaf min-proc-time {
type uint32;
}
leaf max-proc-time {
type uint32;
}
leaf average-proc-time {
type uint32;
}
leaf variance-proc-time {
type uint32;
}
uses object;
}
The schema path to identify an instance is
pcep-types/proc-time-object/proc-time
To create instances of this class use ProcTimeBuilder.
ProcTimeBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAverageProcTime()
The average processing time in milliseconds
|
Long |
getCurrentProcTime()
Indicates, in milliseconds, theprocessing time for the path computation of
interestcharacterized in the corresponding PCMonReq message.
|
Long |
getMaxProcTime()
The maximum processing time in milliseconds
|
Long |
getMinProcTime()
The minimum processing time in milliseconds
|
Long |
getVarianceProcTime()
The variance of processing times in milliseconds
|
Boolean |
isEstimated()
Indicates that the reported metric value isbased on estimated processing time as
opposed toactual computations.
|
getAugmentationisIgnore, isProcessingRuleBoolean isEstimated()
java.lang.Boolean estimated, or null if not presentLong getCurrentProcTime()
java.lang.Long currentProcTime, or null if not presentLong getMinProcTime()
java.lang.Long minProcTime, or null if not presentLong getMaxProcTime()
java.lang.Long maxProcTime, or null if not presentLong getAverageProcTime()
java.lang.Long averageProcTime, or null if not presentLong getVarianceProcTime()
java.lang.Long varianceProcTime, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.