Class WeightedSnapshot.WeightedSample

java.lang.Object
io.dropwizard.metrics5.WeightedSnapshot.WeightedSample
Enclosing class:
WeightedSnapshot

public static class WeightedSnapshot.WeightedSample extends Object
A single sample item with value and its weights for WeightedSnapshot.
  • Field Details

    • value

      public final long value
    • weight

      public final double weight
  • Constructor Details

    • WeightedSample

      public WeightedSample(long value, double weight)