Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.batch.meter.output.list.grouping.BatchFailedMetersOutput
Packages that use BatchFailedMetersOutput
Package
Description
-
Uses of BatchFailedMetersOutput in org.opendaylight.openflowplugin.impl.util
Fields in org.opendaylight.openflowplugin.impl.util with type parameters of type BatchFailedMetersOutputModifier and TypeFieldDescriptionstatic final com.google.common.base.Function<org.opendaylight.yangtools.yang.common.RpcResult<List<BatchFailedMetersOutput>>,
org.opendaylight.yangtools.yang.common.RpcResult<AddMetersBatchOutput>> MeterUtil.METER_ADD_TRANSFORM
static final com.google.common.base.Function<org.opendaylight.yangtools.yang.common.RpcResult<List<BatchFailedMetersOutput>>,
org.opendaylight.yangtools.yang.common.RpcResult<RemoveMetersBatchOutput>> MeterUtil.METER_REMOVE_TRANSFORM
static final com.google.common.base.Function<org.opendaylight.yangtools.yang.common.RpcResult<List<BatchFailedMetersOutput>>,
org.opendaylight.yangtools.yang.common.RpcResult<UpdateMetersBatchOutput>> MeterUtil.METER_UPDATE_TRANSFORM
Methods in org.opendaylight.openflowplugin.impl.util that return types with arguments of type BatchFailedMetersOutputModifier and TypeMethodDescriptionstatic <O> com.google.common.base.Function<List<org.opendaylight.yangtools.yang.common.RpcResult<O>>,
org.opendaylight.yangtools.yang.common.RpcResult<List<BatchFailedMetersOutput>>> MeterUtil.createCumulativeFunction
(Iterable<? extends Meter> inputBatchMeters) static <O> com.google.common.base.Function<List<org.opendaylight.yangtools.yang.common.RpcResult<O>>,
org.opendaylight.yangtools.yang.common.RpcResult<List<BatchFailedMetersOutput>>> MeterUtil.createCumulativeFunction
(Iterable<? extends Meter> inputBatchMeters, int sizeOfInputBatch) -
Uses of BatchFailedMetersOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316 that return types with arguments of type BatchFailedMetersOutputModifier and TypeMethodDescriptionAddMetersBatchOutputBuilder.getBatchFailedMetersOutput()
Return current value associated with the property corresponding toBatchMeterOutputListGrouping.getBatchFailedMetersOutput()
.@Nullable Map<BatchFailedMetersOutputKey,
BatchFailedMetersOutput> BatchMeterOutputListGrouping.getBatchFailedMetersOutput()
Return batchFailedMetersOutput, ornull
if it is not present.RemoveMetersBatchOutputBuilder.getBatchFailedMetersOutput()
Return current value associated with the property corresponding toBatchMeterOutputListGrouping.getBatchFailedMetersOutput()
.UpdateMetersBatchOutputBuilder.getBatchFailedMetersOutput()
Return current value associated with the property corresponding toBatchMeterOutputListGrouping.getBatchFailedMetersOutput()
.default @NonNull Map<BatchFailedMetersOutputKey,
BatchFailedMetersOutput> BatchMeterOutputListGrouping.nonnullBatchFailedMetersOutput()
Return batchFailedMetersOutput, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316 with type arguments of type BatchFailedMetersOutputModifier and TypeMethodDescriptionAddMetersBatchOutputBuilder.setBatchFailedMetersOutput
(Map<BatchFailedMetersOutputKey, BatchFailedMetersOutput> values) Set the property corresponding toBatchMeterOutputListGrouping.getBatchFailedMetersOutput()
to the specified value.RemoveMetersBatchOutputBuilder.setBatchFailedMetersOutput
(Map<BatchFailedMetersOutputKey, BatchFailedMetersOutput> values) Set the property corresponding toBatchMeterOutputListGrouping.getBatchFailedMetersOutput()
to the specified value.UpdateMetersBatchOutputBuilder.setBatchFailedMetersOutput
(Map<BatchFailedMetersOutputKey, BatchFailedMetersOutput> values) Set the property corresponding toBatchMeterOutputListGrouping.getBatchFailedMetersOutput()
to the specified value. -
Uses of BatchFailedMetersOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.batch.meter.output.list.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.batch.meter.output.list.grouping with type parameters of type BatchFailedMetersOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<BatchFailedMetersOutput>>
E$$BatchFailedMetersOutputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.batch.meter.output.list.grouping that return BatchFailedMetersOutputModifier and TypeMethodDescription@NonNull BatchFailedMetersOutput
BatchFailedMetersOutputBuilder.build()
A newBatchFailedMetersOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.batch.meter.output.list.grouping that return types with arguments of type BatchFailedMetersOutputModifier and TypeMethodDescriptiondefault Class<BatchFailedMetersOutput>
BatchFailedMetersOutput.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.batch.meter.output.list.grouping with parameters of type BatchFailedMetersOutputModifier and TypeMethodDescriptionstatic boolean
BatchFailedMetersOutput.bindingEquals
(@NonNull BatchFailedMetersOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
BatchFailedMetersOutput.bindingHashCode
(@NonNull BatchFailedMetersOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
BatchFailedMetersOutput.bindingToString
(@NonNull BatchFailedMetersOutput obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.batch.meter.output.list.grouping with type arguments of type BatchFailedMetersOutputModifier and TypeMethodDescriptionBatchFailedMetersOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<BatchFailedMetersOutput> augmentation) Add an augmentation to this builder's product.BatchFailedMetersOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BatchFailedMetersOutput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.batch.meter.output.list.grouping with parameters of type BatchFailedMetersOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBatchFailedMetersOutput
.