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 SummaryFields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.ProcessFlatBatchQNAME
- 
Constructor SummaryConstructorsConstructorDescriptionProcessFlatBatchImpl(AddFlowsBatch addFlowsBatch, RemoveFlowsBatch removeFlowsBatch, UpdateFlowsBatch updateFlowsBatch, AddGroupsBatch addGroupsBatch, RemoveGroupsBatch removeGroupsBatch, UpdateGroupsBatch updateGroupsBatch, AddMetersBatch addMetersBatch, RemoveMetersBatch removeMetersBatch, UpdateMetersBatch updateMetersBatch) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ProcessFlatBatchOutput>>invoke(ProcessFlatBatchInput input) 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.flat.batch.service.rev160321.ProcessFlatBatchimplementedInterface
- 
Constructor Details- 
ProcessFlatBatchImplpublic ProcessFlatBatchImpl(AddFlowsBatch addFlowsBatch, RemoveFlowsBatch removeFlowsBatch, UpdateFlowsBatch updateFlowsBatch, AddGroupsBatch addGroupsBatch, RemoveGroupsBatch removeGroupsBatch, UpdateGroupsBatch updateGroupsBatch, AddMetersBatch addMetersBatch, RemoveMetersBatch removeMetersBatch, UpdateMetersBatch updateMetersBatch) 
 
- 
- 
Method Details- 
invokepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ProcessFlatBatchOutput>> invoke(ProcessFlatBatchInput input) - Specified by:
- invokein interface- ProcessFlatBatch
- Specified by:
- invokein interface- org.opendaylight.yangtools.yang.binding.Rpc<ProcessFlatBatchInput,- ProcessFlatBatchOutput> 
 
 
-