Class RemoveFlowsBatchImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.RemoveFlowsBatchImpl
- All Implemented Interfaces:
RemoveFlowsBatch
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<RemoveFlowsBatchInput,
,RemoveFlowsBatchOutput>> org.opendaylight.yangtools.binding.Rpc<RemoveFlowsBatchInput,
RemoveFlowsBatchOutput>
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.RemoveFlowsBatch
QNAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsBatchOutput>> invoke
(RemoveFlowsBatchInput input) 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.flows.service.rev160314.RemoveFlowsBatch
implementedInterface
-
Constructor Details
-
RemoveFlowsBatchImpl
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsBatchOutput>> invoke(RemoveFlowsBatchInput input) - Specified by:
invoke
in interfaceRemoveFlowsBatch
- Specified by:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<RemoveFlowsBatchInput,
RemoveFlowsBatchOutput>
-