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