Class AbstractUpdateFlow
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.AbstractUpdateFlow
- 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> 
- Direct Known Subclasses:
- MultiUpdateFlow,- SingleUpdateFlow
- 
Field SummaryFields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.UpdateFlowQNAME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.UpdateFlowimplementedInterface
- 
Constructor Details- 
AbstractUpdateFlow
 
- 
- 
Method Details- 
invokepublic final com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowOutput>> invoke(UpdateFlowInput input) - Specified by:
- invokein interface- org.opendaylight.yangtools.yang.binding.Rpc<UpdateFlowInput,- UpdateFlowOutput> 
- Specified by:
- invokein interface- UpdateFlow
 
- 
invokeImplprotected abstract @NonNull com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowOutput>> invokeImpl(@NonNull UpdateFlowInput input) 
- 
flowRegistry
- 
versionprotected final org.opendaylight.yangtools.yang.common.Uint8 version()
 
-