Class UpdateFlowsBatchImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.UpdateFlowsBatchImpl
- All Implemented Interfaces:
UpdateFlowsBatch
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<UpdateFlowsBatchInput,
,UpdateFlowsBatchOutput>> org.opendaylight.yangtools.binding.Rpc<UpdateFlowsBatchInput,
UpdateFlowsBatchOutput>
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.UpdateFlowsBatch
QNAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowsBatchOutput>> invoke
(UpdateFlowsBatchInput input) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.UpdateFlowsBatch
implementedInterface
-
Constructor Details
-
UpdateFlowsBatchImpl
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowsBatchOutput>> invoke(UpdateFlowsBatchInput input) - Specified by:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<UpdateFlowsBatchInput,
UpdateFlowsBatchOutput> - Specified by:
invoke
in interfaceUpdateFlowsBatch
-