Class MultiUpdateFlow
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.AbstractUpdateFlow
org.opendaylight.openflowplugin.impl.services.multilayer.MultiUpdateFlow
- All Implemented Interfaces:
UpdateFlow
,org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.Rpc<UpdateFlowInput,
,UpdateFlowOutput>> org.opendaylight.yangtools.yang.binding.Rpc<UpdateFlowInput,
UpdateFlowOutput>
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.UpdateFlow
QNAME
-
Constructor Summary
ConstructorDescriptionMultiUpdateFlow
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor) -
Method Summary
Modifier and TypeMethodDescriptionprotected final DeviceFlowRegistry
protected com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowOutput>>
invokeImpl
(UpdateFlowInput input) protected final org.opendaylight.yangtools.yang.common.Uint8
version()
Methods inherited from class org.opendaylight.openflowplugin.impl.services.sal.AbstractUpdateFlow
invoke
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.flow.service.rev130819.UpdateFlow
implementedInterface
-
Constructor Details
-
MultiUpdateFlow
public MultiUpdateFlow(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor)
-
-
Method Details
-
invokeImpl
protected com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowOutput>> invokeImpl(UpdateFlowInput input) - Specified by:
invokeImpl
in classAbstractUpdateFlow
-
flowRegistry
-
version
protected final org.opendaylight.yangtools.yang.common.Uint8 version()
-