F1
- type of the field.F2
- type of the field.F3
- type of the field.public abstract class Histogram3<F1,F2,F3> extends Object implements com.google.gerrit.extensions.registration.RegistrationHandle
Suitable uses are "response size in bytes", etc.
Constructor and Description |
---|
Histogram3() |
Modifier and Type | Method and Description |
---|---|
abstract void |
record(F1 field1,
F2 field2,
F3 field3,
long value)
Record a sample of a specified amount.
|