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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final DeviceFlowRegistryfinal 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.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.RemoveFlow
implementedInterface
-
Constructor Details
-
Method Details
-
invoke
public final com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowOutput>> invoke(RemoveFlowInput input) - Specified by:
invokein interfaceRemoveFlow- Specified by:
invokein 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()
-