com.neeve.server.mon
Interface ISrvMonIntHistogram

All Superinterfaces:
IRogValidatable
All Known Implementing Classes:
SrvMonIntHistogram

@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
extends IRogValidatable

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

setSampleSize

void setSampleSize(long val)
Sets the value of 'sampleSize'

Field Description

The number of datapoints over which results were calculated

Parameters:
val - The value to set.

getSampleSize

long getSampleSize()
Gets the value of 'sampleSize'

Field Description

The number of datapoints over which results were calculated

Returns:
The number of datapoints over which results were calculated

clearSampleSize

void clearSampleSize()
Clears the value of 'sampleSize'

Field Description

The number of datapoints over which results were calculated

See Also:
setSampleSize(long)

hasSampleSize

boolean hasSampleSize()
Checks for the presence of 'sampleSize'

Field Description

The number of datapoints over which results were calculated

See Also:
getSampleSize()

setMinimum

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.

Parameters:
val - The value to set.

getMinimum

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.

Returns:
The minimum value recorded in the sample set

clearMinimum

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.

See Also:
setMinimum(int)

hasMinimum

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.

See Also:
getMinimum()

setMaximum

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.

Parameters:
val - The value to set.

getMaximum

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.

Returns:
The maximum value recorded in the sample set

clearMaximum

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.

See Also:
setMaximum(int)

hasMaximum

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.

See Also:
getMaximum()

setMean

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.

Parameters:
val - The value to set.

getMean

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.

Returns:
The mean value for the sample set

clearMean

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.

See Also:
setMean(int)

hasMean

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.

See Also:
getMean()

setMedian

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.

Parameters:
val - The value to set.

getMedian

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.

Returns:
The median value for the sample set

clearMedian

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.

See Also:
setMedian(int)

hasMedian

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.

See Also:
getMedian()

setPct75

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.

Parameters:
val - The value to set.

getPct75

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.

Returns:
The 75th percentile for the sample set

clearPct75

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.

See Also:
setPct75(int)

hasPct75

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.

See Also:
getPct75()

setPct90

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.

Parameters:
val - The value to set.

getPct90

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.

Returns:
The 90th percentile for the sample set

clearPct90

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.

See Also:
setPct90(int)

hasPct90

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.

See Also:
getPct90()

setPct99

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.

Parameters:
val - The value to set.

getPct99

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.

Returns:
The 99th percentile for the sample set

clearPct99

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.

See Also:
setPct99(int)

hasPct99

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.

See Also:
getPct99()

setPct999

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.

Parameters:
val - The value to set.

getPct999

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.

Returns:
The 99.9th percentile for the the sample set

clearPct999

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.

See Also:
setPct999(int)

hasPct999

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.

See Also:
getPct999()

setPct9999

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.

Parameters:
val - The value to set.

getPct9999

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.

Returns:
The 99.99th percentile for the sample set

clearPct9999

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.

See Also:
setPct9999(int)

hasPct9999

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.

See Also:
getPct9999()

setSamplesOverMax

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. 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.

Parameters:
val - The value to set.

getSamplesOverMax

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. 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.

Returns:
The number of samples that exceeded the maximum recordable value

clearSamplesOverMax

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. 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.

See Also:
setSamplesOverMax(long)

hasSamplesOverMax

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. 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.

See Also:
getSamplesOverMax()

setSamplesUnderMin

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.) 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.

Parameters:
val - The value to set.

getSamplesUnderMin

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.) 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.

Returns:
The number of samples that fell below the minimum recordable value

clearSamplesUnderMin

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.) 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.

See Also:
setSamplesUnderMin(long)

hasSamplesUnderMin

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.) 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.

See Also:
getSamplesUnderMin()


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.