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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final DeviceFlowRegistryfinal 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.Uint8version()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
invokein interfaceorg.opendaylight.yangtools.binding.Rpc<UpdateFlowInput,UpdateFlowOutput> - Specified by:
invokein 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()
-