|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Generated(value="com.neeve.adm.AdmGenerator", date="Wed Mar 28 10:54:31 EDT 2018") @AdmGenerated(compatLevel="3.8.0", admVersion="nvx-adm v3.7.265 (build 0)", date="3/28/18 10:54 AM", buildInfo="nvx-talon-3.7.265 (nvx-codegen-plugin)") public interface ISrvMonIntHistogram
Holds computed histographical data.
SrvMonIntHistogram reports results of server side calculations done for SrvMonIntSeries statistics.
Method Summary | |
---|---|
void |
clearMaximum()
Clears the value of 'maximum' Field Description The maximum value recorded in the sample set The value may not be set if the sample size is 0. |
void |
clearMean()
Clears the value of 'mean' Field Description The mean value for the sample set The value may not be set if the sample size is 0. |
void |
clearMedian()
Clears the value of 'median' Field Description The median value for the sample set The value may not be set if the sample size is 0. |
void |
clearMinimum()
Clears the value of 'minimum' Field Description The minimum value recorded in the sample set The value may not be set if the sample size is 0. |
void |
clearPct75()
Clears the value of 'pct75' Field Description The 75th percentile for the sample set The value may not be set if the sample size is 0. |
void |
clearPct90()
Clears the value of 'pct90' Field Description The 90th percentile for the sample set The value may not be set if the sample size is 0. |
void |
clearPct99()
Clears the value of 'pct99' Field Description The 99th percentile for the sample set The value may not be set if the sample size is 0. |
void |
clearPct999()
Clears the value of 'pct999' Field Description The 99.9th percentile for the the sample set The value may not be set if the sample size is 0. |
void |
clearPct9999()
Clears the value of 'pct9999' Field Description The 99.99th percentile for the sample set The value may not be set if the sample size is 0. |
void |
clearSampleSize()
Clears the value of 'sampleSize' Field Description The number of datapoints over which results were calculated |
void |
clearSamplesOverMax()
Clears the value of 'samplesOverMax' Field Description 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. |
void |
clearSamplesUnderMin()
Clears the value of 'samplesUnderMin' Field Description 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.) |
int |
getMaximum()
Gets the value of 'maximum' Field Description The maximum value recorded in the sample set The value may not be set if the sample size is 0. |
int |
getMean()
Gets the value of 'mean' Field Description The mean value for the sample set The value may not be set if the sample size is 0. |
int |
getMedian()
Gets the value of 'median' Field Description The median value for the sample set The value may not be set if the sample size is 0. |
int |
getMinimum()
Gets the value of 'minimum' Field Description The minimum value recorded in the sample set The value may not be set if the sample size is 0. |
int |
getPct75()
Gets the value of 'pct75' Field Description The 75th percentile for the sample set The value may not be set if the sample size is 0. |
int |
getPct90()
Gets the value of 'pct90' Field Description The 90th percentile for the sample set The value may not be set if the sample size is 0. |
int |
getPct99()
Gets the value of 'pct99' Field Description The 99th percentile for the sample set The value may not be set if the sample size is 0. |
int |
getPct999()
Gets the value of 'pct999' Field Description The 99.9th percentile for the the sample set The value may not be set if the sample size is 0. |
int |
getPct9999()
Gets the value of 'pct9999' Field Description The 99.99th percentile for the sample set The value may not be set if the sample size is 0. |
long |
getSampleSize()
Gets the value of 'sampleSize' Field Description The number of datapoints over which results were calculated |
long |
getSamplesOverMax()
Gets the value of 'samplesOverMax' Field Description 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. |
long |
getSamplesUnderMin()
Gets the value of 'samplesUnderMin' Field Description 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.) |
boolean |
hasMaximum()
Checks for the presence of 'maximum' Field Description The maximum value recorded in the sample set The value may not be set if the sample size is 0. |
boolean |
hasMean()
Checks for the presence of 'mean' Field Description The mean value for the sample set The value may not be set if the sample size is 0. |
boolean |
hasMedian()
Checks for the presence of 'median' Field Description The median value for the sample set The value may not be set if the sample size is 0. |
boolean |
hasMinimum()
Checks for the presence of 'minimum' Field Description The minimum value recorded in the sample set The value may not be set if the sample size is 0. |
boolean |
hasPct75()
Checks for the presence of 'pct75' Field Description The 75th percentile for the sample set The value may not be set if the sample size is 0. |
boolean |
hasPct90()
Checks for the presence of 'pct90' Field Description The 90th percentile for the sample set The value may not be set if the sample size is 0. |
boolean |
hasPct99()
Checks for the presence of 'pct99' Field Description The 99th percentile for the sample set The value may not be set if the sample size is 0. |
boolean |
hasPct999()
Checks for the presence of 'pct999' Field Description The 99.9th percentile for the the sample set The value may not be set if the sample size is 0. |
boolean |
hasPct9999()
Checks for the presence of 'pct9999' Field Description The 99.99th percentile for the sample set The value may not be set if the sample size is 0. |
boolean |
hasSampleSize()
Checks for the presence of 'sampleSize' Field Description The number of datapoints over which results were calculated |
boolean |
hasSamplesOverMax()
Checks for the presence of 'samplesOverMax' Field Description 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. |
boolean |
hasSamplesUnderMin()
Checks for the presence of 'samplesUnderMin' Field Description 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.) |
void |
setMaximum(int val)
Sets the value of 'maximum' Field Description The maximum value recorded in the sample set The value may not be set if the sample size is 0. |
void |
setMean(int val)
Sets the value of 'mean' Field Description The mean value for the sample set The value may not be set if the sample size is 0. |
void |
setMedian(int val)
Sets the value of 'median' Field Description The median value for the sample set The value may not be set if the sample size is 0. |
void |
setMinimum(int val)
Sets the value of 'minimum' Field Description The minimum value recorded in the sample set The value may not be set if the sample size is 0. |
void |
setPct75(int val)
Sets the value of 'pct75' Field Description The 75th percentile for the sample set The value may not be set if the sample size is 0. |
void |
setPct90(int val)
Sets the value of 'pct90' Field Description The 90th percentile for the sample set The value may not be set if the sample size is 0. |
void |
setPct99(int val)
Sets the value of 'pct99' Field Description The 99th percentile for the sample set The value may not be set if the sample size is 0. |
void |
setPct999(int val)
Sets the value of 'pct999' Field Description The 99.9th percentile for the the sample set The value may not be set if the sample size is 0. |
void |
setPct9999(int val)
Sets the value of 'pct9999' Field Description The 99.99th percentile for the sample set The value may not be set if the sample size is 0. |
void |
setSampleSize(long val)
Sets the value of 'sampleSize' Field Description The number of datapoints over which results were calculated |
void |
setSamplesOverMax(long val)
Sets the value of 'samplesOverMax' Field Description 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. |
void |
setSamplesUnderMin(long val)
Sets the value of 'samplesUnderMin' Field Description 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.) |
Methods inherited from interface com.neeve.rog.IRogValidatable |
---|
getValidationErrors, isValid |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |