public class SalMetersBatchServiceImpl extends Object implements SalMetersBatchService
SalMetersBatchService - delegates work to SalMeterService.| Constructor and Description |
|---|
SalMetersBatchServiceImpl(SalMeterService salMeterService,
FlowCapableTransactionService transactionService) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddMetersBatchOutput>> |
addMetersBatch(AddMetersBatchInput input)
Adding batch meters to openflow device.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveMetersBatchOutput>> |
removeMetersBatch(RemoveMetersBatchInput input)
Removing batch meter from openflow device.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateMetersBatchOutput>> |
updateMetersBatch(UpdateMetersBatchInput input)
Updating batch meter on openflow device.
|
public SalMetersBatchServiceImpl(SalMeterService salMeterService, FlowCapableTransactionService transactionService)
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateMetersBatchOutput>> updateMetersBatch(UpdateMetersBatchInput input)
SalMetersBatchServiceupdateMetersBatch in interface SalMetersBatchServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddMetersBatchOutput>> addMetersBatch(AddMetersBatchInput input)
SalMetersBatchServiceaddMetersBatch in interface SalMetersBatchServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveMetersBatchOutput>> removeMetersBatch(RemoveMetersBatchInput input)
SalMetersBatchServiceremoveMetersBatch in interface SalMetersBatchServiceCopyright © 2019 OpenDaylight. All rights reserved.