Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227.reconciliation.counter.ReconcileCounter
Packages that use ReconcileCounter
Package
Description
-
Uses of ReconcileCounter in org.opendaylight.openflowplugin.applications.southboundcli.util
Methods in org.opendaylight.openflowplugin.applications.southboundcli.util that return types with arguments of type ReconcileCounterModifier and TypeMethodDescriptionstatic Collection<ReconcileCounter>
ShellUtil.getReconcileCount
(org.opendaylight.mdsal.binding.api.DataBroker dataBroker) -
Uses of ReconcileCounter in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227 that return types with arguments of type ReconcileCounterModifier and TypeMethodDescription@Nullable Map<ReconcileCounterKey,
ReconcileCounter> ReconciliationCounter.getReconcileCounter()
Return reconcileCounter, ornull
if it is not present.ReconciliationCounterBuilder.getReconcileCounter()
Return current value associated with the property corresponding toReconciliationCounter.getReconcileCounter()
.default @NonNull Map<ReconcileCounterKey,
ReconcileCounter> ReconciliationCounter.nonnullReconcileCounter()
Return reconcileCounter, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227 with type arguments of type ReconcileCounterModifier and TypeMethodDescriptionReconciliationCounterBuilder.setReconcileCounter
(Map<ReconcileCounterKey, ReconcileCounter> values) Set the property corresponding toReconciliationCounter.getReconcileCounter()
to the specified value. -
Uses of ReconcileCounter in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227.reconciliation.counter
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227.reconciliation.counter with type parameters of type ReconcileCounterModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ReconcileCounter>>
E$$ReconcileCounterBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227.reconciliation.counter that return ReconcileCounterModifier and TypeMethodDescription@NonNull ReconcileCounter
ReconcileCounterBuilder.build()
A newReconcileCounter
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227.reconciliation.counter that return types with arguments of type ReconcileCounterModifier and TypeMethodDescriptiondefault Class<ReconcileCounter>
ReconcileCounter.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227.reconciliation.counter with parameters of type ReconcileCounterModifier and TypeMethodDescriptionstatic boolean
ReconcileCounter.bindingEquals
(@NonNull ReconcileCounter thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ReconcileCounter.bindingHashCode
(@NonNull ReconcileCounter obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ReconcileCounter.bindingToString
(@NonNull ReconcileCounter obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227.reconciliation.counter with type arguments of type ReconcileCounterModifier and TypeMethodDescriptionReconcileCounterBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<ReconcileCounter> augmentation) Add an augmentation to this builder's product.ReconcileCounterBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ReconcileCounter>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227.reconciliation.counter with parameters of type ReconcileCounterModifierConstructorDescriptionConstruct a builder initialized with state from specifiedReconcileCounter
.