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 |
---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<AddMetersBatchOutput>> |
addMetersBatch(AddMetersBatchInput input)
Adding batch meters to openflow device.
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<RemoveMetersBatchOutput>> |
removeMetersBatch(RemoveMetersBatchInput input)
Removing batch meter from openflow device.
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<UpdateMetersBatchOutput>> |
updateMetersBatch(UpdateMetersBatchInput input)
Updating batch meter on openflow device.
|
public SalMetersBatchServiceImpl(SalMeterService salMeterService, FlowCapableTransactionService transactionService)
public Future<org.opendaylight.yangtools.yang.common.RpcResult<UpdateMetersBatchOutput>> updateMetersBatch(UpdateMetersBatchInput input)
SalMetersBatchService
updateMetersBatch
in interface SalMetersBatchService
public Future<org.opendaylight.yangtools.yang.common.RpcResult<AddMetersBatchOutput>> addMetersBatch(AddMetersBatchInput input)
SalMetersBatchService
addMetersBatch
in interface SalMetersBatchService
public Future<org.opendaylight.yangtools.yang.common.RpcResult<RemoveMetersBatchOutput>> removeMetersBatch(RemoveMetersBatchInput input)
SalMetersBatchService
removeMetersBatch
in interface SalMetersBatchService
Copyright © 2018 OpenDaylight. All rights reserved.