Class AbstractUpdateFlow
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.AbstractUpdateFlow
- All Implemented Interfaces:
UpdateFlow
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<UpdateFlowInput,
,UpdateFlowOutput>> org.opendaylight.yangtools.binding.Rpc<UpdateFlowInput,
UpdateFlowOutput>
- Direct Known Subclasses:
MultiUpdateFlow
,SingleUpdateFlow
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.UpdateFlow
QNAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final DeviceFlowRegistry
final com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowOutput>> invoke
(UpdateFlowInput input) protected abstract @NonNull com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowOutput>> invokeImpl
(@NonNull UpdateFlowInput input) protected final org.opendaylight.yangtools.yang.common.Uint8
version()
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
-
AbstractUpdateFlow
-
-
Method Details
-
invoke
public final com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowOutput>> invoke(UpdateFlowInput input) - Specified by:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<UpdateFlowInput,
UpdateFlowOutput> - Specified by:
invoke
in interfaceUpdateFlow
-
invokeImpl
protected abstract @NonNull com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowOutput>> invokeImpl(@NonNull UpdateFlowInput input) -
flowRegistry
-
version
protected final org.opendaylight.yangtools.yang.common.Uint8 version()
-