Class ProcessFlatBatchImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.ProcessFlatBatchImpl
- All Implemented Interfaces:
ProcessFlatBatch
,org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.Rpc<ProcessFlatBatchInput,
,ProcessFlatBatchOutput>> org.opendaylight.yangtools.yang.binding.Rpc<ProcessFlatBatchInput,
ProcessFlatBatchOutput>
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.ProcessFlatBatch
QNAME
-
Constructor Summary
ConstructorDescriptionProcessFlatBatchImpl
(AddFlowsBatch addFlowsBatch, RemoveFlowsBatch removeFlowsBatch, UpdateFlowsBatch updateFlowsBatch, AddGroupsBatch addGroupsBatch, RemoveGroupsBatch removeGroupsBatch, UpdateGroupsBatch updateGroupsBatch, AddMetersBatch addMetersBatch, RemoveMetersBatch removeMetersBatch, UpdateMetersBatch updateMetersBatch) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ProcessFlatBatchOutput>>
invoke
(ProcessFlatBatchInput 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.flat.batch.service.rev160321.ProcessFlatBatch
implementedInterface
-
Constructor Details
-
ProcessFlatBatchImpl
public ProcessFlatBatchImpl(AddFlowsBatch addFlowsBatch, RemoveFlowsBatch removeFlowsBatch, UpdateFlowsBatch updateFlowsBatch, AddGroupsBatch addGroupsBatch, RemoveGroupsBatch removeGroupsBatch, UpdateGroupsBatch updateGroupsBatch, AddMetersBatch addMetersBatch, RemoveMetersBatch removeMetersBatch, UpdateMetersBatch updateMetersBatch)
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ProcessFlatBatchOutput>> invoke(ProcessFlatBatchInput input) - Specified by:
invoke
in interfaceProcessFlatBatch
- Specified by:
invoke
in interfaceorg.opendaylight.yangtools.yang.binding.Rpc<ProcessFlatBatchInput,
ProcessFlatBatchOutput>
-