@Generated(value="com.neeve.adm.AdmGenerator", date="Thu May 07 15:37:32 EDT 2020") @AdmGenerated(compatLevel="4.0.0", admVersion="nvx-rumi-adm v3.14 (build 29)", date="5/7/20 3:37 PM", buildInfo="nvx-talon-3.14.19 (nvx-codegen-plugin)") public interface ISrvMonIntHistogram extends IRogValidatable
SrvMonIntHistogram reports results of XVM side calculations done for SrvMonIntSeries statistics.
ADM Type | Embedded Entity |
Factory | SrvMonFactory |
ADM Field Summary |
---|
Field | Type | Id | Description |
---|---|---|---|
maximum | Integer | 3 |
The maximum value recorded in the sample set.
The value may not be set if the sample size is 0. |
mean | Integer | 4 |
The mean value for the sample set.
The value may not be set if the sample size is 0. |
median | Integer | 5 |
The median value for the sample set.
The value may not be set if the sample size is 0. |
minimum | Integer | 2 |
The minimum value recorded in the sample set.
The value may not be set if the sample size is 0. |
pct75 | Integer | 6 |
The 75th percentile for the sample set.
The value may not be set if the sample size is 0. |
pct90 | Integer | 7 |
The 90th percentile for the sample set.
The value may not be set if the sample size is 0. |
pct99 | Integer | 8 |
The 99th percentile for the sample set.
The value may not be set if the sample size is 0. |
pct999 | Integer | 9 |
The 99.9th percentile for the the sample set.
The value may not be set if the sample size is 0. |
pct9999 | Integer | 10 |
The 99.99th percentile for the sample set.
The value may not be set if the sample size is 0. |
sampleSize | Long | 1 | The number of datapoints over which results were calculated. |
samplesOverMax | Long | 11 |
The number of samples that exceeded the maximum recordable value.
When computing data point percentiles using an HDRHistogram it is possible that a recorded value will exceed the maximum value allowable. In this case the data point is downsampled to the maximum recordable value which skews the percentile calculations lower. SamplesOverMax allows detection of how frequently this is occuring. |
samplesUnderMin | Long | 12 |
The number of samples that fell below the minimum recordable value.
When computing data point percentiles using an HDRHistogram it is possible that a recorded value will be below 0 (e.g for latency stats in cases where clock skew is possible.) In such cases the the value will be upsampled to 0 which can skew the histogram results. SamplesUnderMin allows detection of how frequently this is happening. |
Modifier and Type | Method and Description |
---|---|
void |
clearMaximum()
Clears the value of 'maximum'.
|
void |
clearMean()
Clears the value of 'mean'.
|
void |
clearMedian()
Clears the value of 'median'.
|
void |
clearMinimum()
Clears the value of 'minimum'.
|
void |
clearPct75()
Clears the value of 'pct75'.
|
void |
clearPct90()
Clears the value of 'pct90'.
|
void |
clearPct99()
Clears the value of 'pct99'.
|
void |
clearPct999()
Clears the value of 'pct999'.
|
void |
clearPct9999()
Clears the value of 'pct9999'.
|
void |
clearSampleSize()
Clears the value of 'sampleSize'.
|
void |
clearSamplesOverMax()
Clears the value of 'samplesOverMax'.
|
void |
clearSamplesUnderMin()
Clears the value of 'samplesUnderMin'.
|
int |
getMaximum()
Gets the value of 'maximum'.
|
int |
getMean()
Gets the value of 'mean'.
|
int |
getMedian()
Gets the value of 'median'.
|
int |
getMinimum()
Gets the value of 'minimum'.
|
int |
getPct75()
Gets the value of 'pct75'.
|
int |
getPct90()
Gets the value of 'pct90'.
|
int |
getPct99()
Gets the value of 'pct99'.
|
int |
getPct999()
Gets the value of 'pct999'.
|
int |
getPct9999()
Gets the value of 'pct9999'.
|
long |
getSampleSize()
Gets the value of 'sampleSize'.
|
long |
getSamplesOverMax()
Gets the value of 'samplesOverMax'.
|
long |
getSamplesUnderMin()
Gets the value of 'samplesUnderMin'.
|
boolean |
hasMaximum()
Checks for the presence of 'maximum'.
|
boolean |
hasMean()
Checks for the presence of 'mean'.
|
boolean |
hasMedian()
Checks for the presence of 'median'.
|
boolean |
hasMinimum()
Checks for the presence of 'minimum'.
|
boolean |
hasPct75()
Checks for the presence of 'pct75'.
|
boolean |
hasPct90()
Checks for the presence of 'pct90'.
|
boolean |
hasPct99()
Checks for the presence of 'pct99'.
|
boolean |
hasPct999()
Checks for the presence of 'pct999'.
|
boolean |
hasPct9999()
Checks for the presence of 'pct9999'.
|
boolean |
hasSampleSize()
Checks for the presence of 'sampleSize'.
|
boolean |
hasSamplesOverMax()
Checks for the presence of 'samplesOverMax'.
|
boolean |
hasSamplesUnderMin()
Checks for the presence of 'samplesUnderMin'.
|
void |
setMaximum(int val)
Sets the value of 'maximum'.
|
void |
setMean(int val)
Sets the value of 'mean'.
|
void |
setMedian(int val)
Sets the value of 'median'.
|
void |
setMinimum(int val)
Sets the value of 'minimum'.
|
void |
setPct75(int val)
Sets the value of 'pct75'.
|
void |
setPct90(int val)
Sets the value of 'pct90'.
|
void |
setPct99(int val)
Sets the value of 'pct99'.
|
void |
setPct999(int val)
Sets the value of 'pct999'.
|
void |
setPct9999(int val)
Sets the value of 'pct9999'.
|
void |
setSampleSize(long val)
Sets the value of 'sampleSize'.
|
void |
setSamplesOverMax(long val)
Sets the value of 'samplesOverMax'.
|
void |
setSamplesUnderMin(long val)
Sets the value of 'samplesUnderMin'.
|
getValidationErrors, isValid
void setSampleSize(long val)
val
- The value to set.long getSampleSize()
void clearSampleSize()
setSampleSize(long)
boolean hasSampleSize()
getSampleSize()
void setMinimum(int val)
The value may not be set if the sample size is 0.
val
- The value to set.int getMinimum()
The value may not be set if the sample size is 0.
void clearMinimum()
The value may not be set if the sample size is 0.
setMinimum(int)
boolean hasMinimum()
The value may not be set if the sample size is 0.
getMinimum()
void setMaximum(int val)
The value may not be set if the sample size is 0.
val
- The value to set.int getMaximum()
The value may not be set if the sample size is 0.
void clearMaximum()
The value may not be set if the sample size is 0.
setMaximum(int)
boolean hasMaximum()
The value may not be set if the sample size is 0.
getMaximum()
void setMean(int val)
The value may not be set if the sample size is 0.
val
- The value to set.int getMean()
The value may not be set if the sample size is 0.
void clearMean()
The value may not be set if the sample size is 0.
setMean(int)
boolean hasMean()
The value may not be set if the sample size is 0.
getMean()
void setMedian(int val)
The value may not be set if the sample size is 0.
val
- The value to set.int getMedian()
The value may not be set if the sample size is 0.
void clearMedian()
The value may not be set if the sample size is 0.
setMedian(int)
boolean hasMedian()
The value may not be set if the sample size is 0.
getMedian()
void setPct75(int val)
The value may not be set if the sample size is 0.
val
- The value to set.int getPct75()
The value may not be set if the sample size is 0.
void clearPct75()
The value may not be set if the sample size is 0.
setPct75(int)
boolean hasPct75()
The value may not be set if the sample size is 0.
getPct75()
void setPct90(int val)
The value may not be set if the sample size is 0.
val
- The value to set.int getPct90()
The value may not be set if the sample size is 0.
void clearPct90()
The value may not be set if the sample size is 0.
setPct90(int)
boolean hasPct90()
The value may not be set if the sample size is 0.
getPct90()
void setPct99(int val)
The value may not be set if the sample size is 0.
val
- The value to set.int getPct99()
The value may not be set if the sample size is 0.
void clearPct99()
The value may not be set if the sample size is 0.
setPct99(int)
boolean hasPct99()
The value may not be set if the sample size is 0.
getPct99()
void setPct999(int val)
The value may not be set if the sample size is 0.
val
- The value to set.int getPct999()
The value may not be set if the sample size is 0.
void clearPct999()
The value may not be set if the sample size is 0.
setPct999(int)
boolean hasPct999()
The value may not be set if the sample size is 0.
getPct999()
void setPct9999(int val)
The value may not be set if the sample size is 0.
val
- The value to set.int getPct9999()
The value may not be set if the sample size is 0.
void clearPct9999()
The value may not be set if the sample size is 0.
setPct9999(int)
boolean hasPct9999()
The value may not be set if the sample size is 0.
getPct9999()
void setSamplesOverMax(long val)
When computing data point percentiles using an HDRHistogram it is possible that a recorded value will exceed the maximum value allowable. In this case the data point is downsampled to the maximum recordable value which skews the percentile calculations lower. SamplesOverMax allows detection of how frequently this is occuring.
val
- The value to set.long getSamplesOverMax()
When computing data point percentiles using an HDRHistogram it is possible that a recorded value will exceed the maximum value allowable. In this case the data point is downsampled to the maximum recordable value which skews the percentile calculations lower. SamplesOverMax allows detection of how frequently this is occuring.
void clearSamplesOverMax()
When computing data point percentiles using an HDRHistogram it is possible that a recorded value will exceed the maximum value allowable. In this case the data point is downsampled to the maximum recordable value which skews the percentile calculations lower. SamplesOverMax allows detection of how frequently this is occuring.
setSamplesOverMax(long)
boolean hasSamplesOverMax()
When computing data point percentiles using an HDRHistogram it is possible that a recorded value will exceed the maximum value allowable. In this case the data point is downsampled to the maximum recordable value which skews the percentile calculations lower. SamplesOverMax allows detection of how frequently this is occuring.
getSamplesOverMax()
void setSamplesUnderMin(long val)
When computing data point percentiles using an HDRHistogram it is possible that a recorded value will be below 0 (e.g for latency stats in cases where clock skew is possible.) In such cases the the value will be upsampled to 0 which can skew the histogram results. SamplesUnderMin allows detection of how frequently this is happening.
val
- The value to set.long getSamplesUnderMin()
When computing data point percentiles using an HDRHistogram it is possible that a recorded value will be below 0 (e.g for latency stats in cases where clock skew is possible.) In such cases the the value will be upsampled to 0 which can skew the histogram results. SamplesUnderMin allows detection of how frequently this is happening.
void clearSamplesUnderMin()
When computing data point percentiles using an HDRHistogram it is possible that a recorded value will be below 0 (e.g for latency stats in cases where clock skew is possible.) In such cases the the value will be upsampled to 0 which can skew the histogram results. SamplesUnderMin allows detection of how frequently this is happening.
setSamplesUnderMin(long)
boolean hasSamplesUnderMin()
When computing data point percentiles using an HDRHistogram it is possible that a recorded value will be below 0 (e.g for latency stats in cases where clock skew is possible.) In such cases the the value will be upsampled to 0 which can skew the histogram results. SamplesUnderMin allows detection of how frequently this is happening.
getSamplesUnderMin()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.