public class DefaultMeter extends AbstractMeter
Meter.Builder, Meter.Id, Meter.Type| Constructor and Description |
|---|
DefaultMeter(Meter.Id id,
Meter.Type type,
Iterable<Measurement> measurements) |
| Modifier and Type | Method and Description |
|---|---|
Meter.Type |
getType() |
Iterable<Measurement> |
measure()
Get a set of measurements.
|
getIdpublic DefaultMeter(Meter.Id id, Meter.Type type, Iterable<Measurement> measurements)
public Iterable<Measurement> measure()
Meterpublic Meter.Type getType()
Copyright © 2020 LeanCloud. All rights reserved.