Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.output.list.grouping.BatchFailedFlowsOutput
Packages that use BatchFailedFlowsOutput
Package
Description
-
Uses of BatchFailedFlowsOutput in org.opendaylight.openflowplugin.impl.util
Fields in org.opendaylight.openflowplugin.impl.util with type parameters of type BatchFailedFlowsOutputModifier and TypeFieldDescriptionstatic final com.google.common.base.Function<org.opendaylight.yangtools.yang.common.RpcResult<List<BatchFailedFlowsOutput>>,org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsBatchOutput>> FlowUtil.FLOW_ADD_TRANSFORMGather errors into collection and wrap it intoRpcResultand propagate allRpcError.static final com.google.common.base.Function<org.opendaylight.yangtools.yang.common.RpcResult<List<BatchFailedFlowsOutput>>,org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsBatchOutput>> FlowUtil.FLOW_REMOVE_TRANSFORMGather errors into collection and wrap it intoRpcResultand propagate allRpcError.static final com.google.common.base.Function<org.opendaylight.yangtools.yang.common.RpcResult<List<BatchFailedFlowsOutput>>,org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowsBatchOutput>> FlowUtil.FLOW_UPDATE_TRANSFORMGather errors into collection and wrap it intoRpcResultand propagate allRpcError.Methods in org.opendaylight.openflowplugin.impl.util that return types with arguments of type BatchFailedFlowsOutputModifier and TypeMethodDescriptionstatic <O> com.google.common.base.Function<List<org.opendaylight.yangtools.yang.common.RpcResult<O>>,org.opendaylight.yangtools.yang.common.RpcResult<List<BatchFailedFlowsOutput>>> FlowUtil.createCumulatingFunction(Collection<? extends BatchFlowIdGrouping> inputBatchFlows) Factory method: createsFunctionwhich keeps info of original inputs (passed to flow-rpc) and processes list of all flow-rpc results. -
Uses of BatchFailedFlowsOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314 that return types with arguments of type BatchFailedFlowsOutputModifier and TypeMethodDescriptionAddFlowsBatchOutputBuilder.getBatchFailedFlowsOutput()Return current value associated with the property corresponding toBatchFlowOutputListGrouping.getBatchFailedFlowsOutput().@Nullable Map<BatchFailedFlowsOutputKey,BatchFailedFlowsOutput> BatchFlowOutputListGrouping.getBatchFailedFlowsOutput()Return batchFailedFlowsOutput, ornullif it is not present.RemoveFlowsBatchOutputBuilder.getBatchFailedFlowsOutput()Return current value associated with the property corresponding toBatchFlowOutputListGrouping.getBatchFailedFlowsOutput().UpdateFlowsBatchOutputBuilder.getBatchFailedFlowsOutput()Return current value associated with the property corresponding toBatchFlowOutputListGrouping.getBatchFailedFlowsOutput().default @NonNull Map<BatchFailedFlowsOutputKey,BatchFailedFlowsOutput> BatchFlowOutputListGrouping.nonnullBatchFailedFlowsOutput()Return batchFailedFlowsOutput, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314 with type arguments of type BatchFailedFlowsOutputModifier and TypeMethodDescriptionAddFlowsBatchOutputBuilder.setBatchFailedFlowsOutput(Map<BatchFailedFlowsOutputKey, BatchFailedFlowsOutput> values) Set the property corresponding toBatchFlowOutputListGrouping.getBatchFailedFlowsOutput()to the specified value.RemoveFlowsBatchOutputBuilder.setBatchFailedFlowsOutput(Map<BatchFailedFlowsOutputKey, BatchFailedFlowsOutput> values) Set the property corresponding toBatchFlowOutputListGrouping.getBatchFailedFlowsOutput()to the specified value.UpdateFlowsBatchOutputBuilder.setBatchFailedFlowsOutput(Map<BatchFailedFlowsOutputKey, BatchFailedFlowsOutput> values) Set the property corresponding toBatchFlowOutputListGrouping.getBatchFailedFlowsOutput()to the specified value. -
Uses of BatchFailedFlowsOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.output.list.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.output.list.grouping with type parameters of type BatchFailedFlowsOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<BatchFailedFlowsOutput>>
E$$BatchFailedFlowsOutputBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.output.list.grouping that return BatchFailedFlowsOutputModifier and TypeMethodDescription@NonNull BatchFailedFlowsOutputBatchFailedFlowsOutputBuilder.build()A newBatchFailedFlowsOutputinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.output.list.grouping that return types with arguments of type BatchFailedFlowsOutputModifier and TypeMethodDescriptiondefault Class<BatchFailedFlowsOutput>BatchFailedFlowsOutput.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.output.list.grouping with parameters of type BatchFailedFlowsOutputModifier and TypeMethodDescriptionstatic booleanBatchFailedFlowsOutput.bindingEquals(@NonNull BatchFailedFlowsOutput thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intBatchFailedFlowsOutput.bindingHashCode(@NonNull BatchFailedFlowsOutput obj) Default implementation ofObject.hashCode()contract for this interface.static StringBatchFailedFlowsOutput.bindingToString(@NonNull BatchFailedFlowsOutput obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.output.list.grouping with type arguments of type BatchFailedFlowsOutputModifier and TypeMethodDescriptionBatchFailedFlowsOutputBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<BatchFailedFlowsOutput> augmentation) Add an augmentation to this builder's product.BatchFailedFlowsOutputBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BatchFailedFlowsOutput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.output.list.grouping with parameters of type BatchFailedFlowsOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBatchFailedFlowsOutput.