public class SalMeterServiceImpl extends Object implements SalMeterService
| Constructor and Description |
|---|
SalMeterServiceImpl(RequestContextStack requestContextStack,
DeviceContext deviceContext,
ConvertorExecutor convertorExecutor) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddMeterOutput>> |
addMeter(AddMeterInput input)
Adding meter to openflow device.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveMeterOutput>> |
removeMeter(RemoveMeterInput input)
Removing metere from openflow device.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateMeterOutput>> |
updateMeter(UpdateMeterInput input)
Updating meter on openflow device.
|
public SalMeterServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor)
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddMeterOutput>> addMeter(AddMeterInput input)
SalMeterServiceaddMeter in interface SalMeterServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateMeterOutput>> updateMeter(UpdateMeterInput input)
SalMeterServiceupdateMeter in interface SalMeterServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveMeterOutput>> removeMeter(RemoveMeterInput input)
SalMeterServiceremoveMeter in interface SalMeterServiceCopyright © 2019 OpenDaylight. All rights reserved.