Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.batch.meter.output.list.grouping.BatchFailedMetersOutput
-
-
Uses of BatchFailedMetersOutput in org.opendaylight.openflowplugin.impl.util
Fields in org.opendaylight.openflowplugin.impl.util with type parameters of type BatchFailedMetersOutput Modifier and Type Field Description static 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 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 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 BatchFailedMetersOutput Modifier and Type Method Description 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)
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
Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316 with type arguments of type BatchFailedMetersOutput Modifier and Type Method Description AddMetersBatchOutputBuilder
AddMetersBatchOutputBuilder. setBatchFailedMetersOutput(Map<BatchFailedMetersOutputKey,BatchFailedMetersOutput> values)
Set the property corresponding toBatchMeterOutputListGrouping.getBatchFailedMetersOutput()
to the specified value.RemoveMetersBatchOutputBuilder
RemoveMetersBatchOutputBuilder. setBatchFailedMetersOutput(Map<BatchFailedMetersOutputKey,BatchFailedMetersOutput> values)
Set the property corresponding toBatchMeterOutputListGrouping.getBatchFailedMetersOutput()
to the specified value.UpdateMetersBatchOutputBuilder
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 BatchFailedMetersOutput Modifier and Type Method Description <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 BatchFailedMetersOutput Modifier and Type Method Description @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 BatchFailedMetersOutput Modifier and Type Method Description default 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 BatchFailedMetersOutput Modifier and Type Method Description static 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 BatchFailedMetersOutput Modifier and Type Method Description BatchFailedMetersOutputBuilder
BatchFailedMetersOutputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<BatchFailedMetersOutput> augmentation)
Add an augmentation to this builder's product.BatchFailedMetersOutputBuilder
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 BatchFailedMetersOutput Constructor Description BatchFailedMetersOutputBuilder(BatchFailedMetersOutput base)
Construct a builder initialized with state from specifiedBatchFailedMetersOutput
.
-