Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.RemoveFlowsBatchInput
Packages that use RemoveFlowsBatchInput
Package
Description
-
Uses of RemoveFlowsBatchInput in org.opendaylight.openflowplugin.impl.services.batch
Methods in org.opendaylight.openflowplugin.impl.services.batch that return RemoveFlowsBatchInputModifier and TypeMethodDescriptionstatic RemoveFlowsBatchInput
FlatBatchFlowAdapters.adaptFlatBatchRemoveFlow
(BatchPlanStep planStep, NodeRef node) Adapt flat batch remove flow. -
Uses of RemoveFlowsBatchInput in org.opendaylight.openflowplugin.impl.services.sal
Methods in org.opendaylight.openflowplugin.impl.services.sal with parameters of type RemoveFlowsBatchInputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsBatchOutput>>
SalFlowsBatchServiceImpl.removeFlowsBatch
(RemoveFlowsBatchInput input) -
Uses of RemoveFlowsBatchInput in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314 with type parameters of type RemoveFlowsBatchInputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<RemoveFlowsBatchInput>>
E$$RemoveFlowsBatchInputBuilder.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 that return RemoveFlowsBatchInputModifier and TypeMethodDescription@NonNull RemoveFlowsBatchInput
RemoveFlowsBatchInputBuilder.build()
A newRemoveFlowsBatchInput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314 that return types with arguments of type RemoveFlowsBatchInputModifier and TypeMethodDescriptiondefault Class<RemoveFlowsBatchInput>
RemoveFlowsBatchInput.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314 with parameters of type RemoveFlowsBatchInputModifier and TypeMethodDescriptionstatic boolean
RemoveFlowsBatchInput.bindingEquals
(@NonNull RemoveFlowsBatchInput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
RemoveFlowsBatchInput.bindingHashCode
(@NonNull RemoveFlowsBatchInput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
RemoveFlowsBatchInput.bindingToString
(@NonNull RemoveFlowsBatchInput obj) Default implementation ofObject.toString()
contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsBatchOutput>>
SalFlowsBatchService.removeFlowsBatch
(RemoveFlowsBatchInput input) Invokeremove-flows-batch
RPC.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314 with type arguments of type RemoveFlowsBatchInputModifier and TypeMethodDescriptionRemoveFlowsBatchInputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<RemoveFlowsBatchInput> augmentation) Add an augmentation to this builder's product.RemoveFlowsBatchInputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RemoveFlowsBatchInput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314 with parameters of type RemoveFlowsBatchInputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedRemoveFlowsBatchInput
.