Interface ReconciliationCounter

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ReconciliationCounter>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ReconciliationData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface ReconciliationCounter
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ReconciliationData>, org.opendaylight.yangtools.yang.binding.Augmentable<ReconciliationCounter>
    Number of reconciliation triggered for openflow nodes

    This class represents the following YANG schema fragment defined in module reconciliation

     container reconciliation-counter {
       config false;
       list reconcile-counter {
         key node-id;
         leaf node-id {
           type uint64;
         }
         uses counter;
       }
     }
     
    The schema path to identify an instance is reconciliation/reconciliation-counter

    To create instances of this class use ReconciliationCounterBuilder.

    See Also:
    ReconciliationCounterBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<ReconciliationCounter> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • nonnullReconcileCounter

        default @NonNull Map<ReconcileCounterKey,​ReconcileCounter> nonnullReconcileCounter()
        Returns:
        java.util.Map reconcileCounter, or an empty list if it is not present