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.
|
getId
public DefaultMeter(Meter.Id id, Meter.Type type, Iterable<Measurement> measurements)
public Iterable<Measurement> measure()
Meter
public Meter.Type getType()
Copyright © 2019. All rights reserved.