Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315.UpdateGroupsBatchOutput
Packages that use UpdateGroupsBatchOutput
Package
Description
-
Uses of UpdateGroupsBatchOutput in org.opendaylight.openflowplugin.impl.services.sal
Methods in org.opendaylight.openflowplugin.impl.services.sal that return types with arguments of type UpdateGroupsBatchOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupsBatchOutput>>
SalGroupsBatchServiceImpl.updateGroupsBatch
(UpdateGroupsBatchInput input) -
Uses of UpdateGroupsBatchOutput in org.opendaylight.openflowplugin.impl.util
Fields in org.opendaylight.openflowplugin.impl.util with type parameters of type UpdateGroupsBatchOutputModifier and TypeFieldDescriptionstatic final com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupsBatchOutput>,
org.opendaylight.yangtools.yang.common.RpcResult<SendBarrierOutput>>, org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupsBatchOutput>> GroupUtil.GROUP_UPDATE_COMPOSING_TRANSFORM
static final com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupsBatchOutput>,
org.opendaylight.yangtools.yang.common.RpcResult<SendBarrierOutput>>, org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupsBatchOutput>> GroupUtil.GROUP_UPDATE_COMPOSING_TRANSFORM
static final com.google.common.base.Function<org.opendaylight.yangtools.yang.common.RpcResult<List<BatchFailedGroupsOutput>>,
org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupsBatchOutput>> GroupUtil.GROUP_UPDATE_TRANSFORM
-
Uses of UpdateGroupsBatchOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315 with type parameters of type UpdateGroupsBatchOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<UpdateGroupsBatchOutput>>
E$$UpdateGroupsBatchOutputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315 that return UpdateGroupsBatchOutputModifier and TypeMethodDescription@NonNull UpdateGroupsBatchOutput
UpdateGroupsBatchOutputBuilder.build()
A newUpdateGroupsBatchOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315 that return types with arguments of type UpdateGroupsBatchOutputModifier and TypeMethodDescriptiondefault Class<UpdateGroupsBatchOutput>
UpdateGroupsBatchOutput.implementedInterface()
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupsBatchOutput>>
SalGroupsBatchService.updateGroupsBatch
(UpdateGroupsBatchInput input) Invokeupdate-groups-batch
RPC.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315 with parameters of type UpdateGroupsBatchOutputModifier and TypeMethodDescriptionstatic boolean
UpdateGroupsBatchOutput.bindingEquals
(@NonNull UpdateGroupsBatchOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
UpdateGroupsBatchOutput.bindingHashCode
(@NonNull UpdateGroupsBatchOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
UpdateGroupsBatchOutput.bindingToString
(@NonNull UpdateGroupsBatchOutput obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315 with type arguments of type UpdateGroupsBatchOutputModifier and TypeMethodDescriptionUpdateGroupsBatchOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<UpdateGroupsBatchOutput> augmentation) Add an augmentation to this builder's product.UpdateGroupsBatchOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UpdateGroupsBatchOutput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315 with parameters of type UpdateGroupsBatchOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedUpdateGroupsBatchOutput
.