Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.group.service.rev130918.UpdateGroupOutput
Package
Description
-
Uses of UpdateGroupOutput in org.opendaylight.openflowplugin.applications.frsync.impl.strategy
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupOutput>>
GroupForwarder.update
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Group> identifier, Group original, Group update, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent) -
Uses of UpdateGroupOutput in org.opendaylight.openflowplugin.impl.services.sal
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupOutput>>
SalGroupServiceImpl.updateGroup
(UpdateGroupInput input) -
Uses of UpdateGroupOutput in org.opendaylight.openflowplugin.test
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupOutput>>
OpenflowpluginGroupTestServiceProvider.updateGroup
(UpdateGroupInput input) -
Uses of UpdateGroupOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.group.service.rev130918
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<UpdateGroupOutput>>
E$$UpdateGroupOutputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull UpdateGroupOutput
UpdateGroupOutputBuilder.build()
A newUpdateGroupOutput
instance.Modifier and TypeMethodDescriptiondefault Class<UpdateGroupOutput>
UpdateGroupOutput.implementedInterface()
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupOutput>>
SalGroupService.updateGroup
(UpdateGroupInput input) Invokeupdate-group
RPC.Modifier and TypeMethodDescriptionstatic boolean
UpdateGroupOutput.bindingEquals
(@NonNull UpdateGroupOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
UpdateGroupOutput.bindingHashCode
(@NonNull UpdateGroupOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
UpdateGroupOutput.bindingToString
(@NonNull UpdateGroupOutput obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionUpdateGroupOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<UpdateGroupOutput> augmentation) Add an augmentation to this builder's product.UpdateGroupOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UpdateGroupOutput>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedUpdateGroupOutput
.