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