Package io.dropwizard.metrics5
Class WeightedSnapshot.WeightedSample
java.lang.Object
io.dropwizard.metrics5.WeightedSnapshot.WeightedSample
- Enclosing class:
- WeightedSnapshot
A single sample item with value and its weights for
WeightedSnapshot
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
public final long value -
weight
public final double weight
-
-
Constructor Details
-
WeightedSample
public WeightedSample(long value, double weight)
-