Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315.AddGroupsBatchOutput
Package
Description
-
Uses of AddGroupsBatchOutput in org.opendaylight.openflowplugin.impl.services.sal
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>>
SalGroupsBatchServiceImpl.addGroupsBatch
(AddGroupsBatchInput input) -
Uses of AddGroupsBatchOutput in org.opendaylight.openflowplugin.impl.util
Modifier and TypeFieldDescriptionstatic final com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>,
org.opendaylight.yangtools.yang.common.RpcResult<SendBarrierOutput>>, org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>> GroupUtil.GROUP_ADD_COMPOSING_TRANSFORM
static final com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>,
org.opendaylight.yangtools.yang.common.RpcResult<SendBarrierOutput>>, org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>> GroupUtil.GROUP_ADD_COMPOSING_TRANSFORM
static final com.google.common.base.Function<org.opendaylight.yangtools.yang.common.RpcResult<List<BatchFailedGroupsOutput>>,
org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>> GroupUtil.GROUP_ADD_TRANSFORM
-
Uses of AddGroupsBatchOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AddGroupsBatchOutput>>
E$$AddGroupsBatchOutputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull AddGroupsBatchOutput
AddGroupsBatchOutputBuilder.build()
A newAddGroupsBatchOutput
instance.Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>>
SalGroupsBatchService.addGroupsBatch
(AddGroupsBatchInput input) Invokeadd-groups-batch
RPC.default Class<AddGroupsBatchOutput>
AddGroupsBatchOutput.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
AddGroupsBatchOutput.bindingEquals
(@NonNull AddGroupsBatchOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
AddGroupsBatchOutput.bindingHashCode
(@NonNull AddGroupsBatchOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
AddGroupsBatchOutput.bindingToString
(@NonNull AddGroupsBatchOutput obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionAddGroupsBatchOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<AddGroupsBatchOutput> augmentation) Add an augmentation to this builder's product.AddGroupsBatchOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AddGroupsBatchOutput>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedAddGroupsBatchOutput
.