Modifier and Type | Field and Description |
---|---|
static java.lang.String |
METER_CAPABLE
Meter capable property name.
|
Modifier and Type | Method and Description |
---|---|
void |
performMeterOperation(DeviceId deviceId,
MeterOperation meterOp)
Performs a meter operation on the specified device with the
specified parameters.
|
void |
performMeterOperation(DeviceId deviceId,
MeterOperations meterOps)
Performs a batch of meter operation on the specified device with the
specified parameters.
|
static final java.lang.String METER_CAPABLE
void performMeterOperation(DeviceId deviceId, MeterOperations meterOps)
deviceId
- device identifier on which the batch of group
operations to be executedmeterOps
- immutable list of meter operationvoid performMeterOperation(DeviceId deviceId, MeterOperation meterOp)
deviceId
- device identifier on which the batch of group
operations to be executedmeterOp
- a meter operation