|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.server.mon.SrvMonIntHistogram
@Generated(value="com.neeve.adm.AdmXbufGenerator", date="Wed Mar 28 10:54:31 EDT 2018") @AdmGenerated(encoding="Xbuf", 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)") @AdmFactoryInfo(factoryClass=SrvMonFactory.class, vfid=32, ofid=32, typeId=106) public final class SrvMonIntHistogram
Holds computed histographical data.
SrvMonIntHistogram reports results of server side calculations done for SrvMonIntSeries statistics.
Nested Class Summary | |
---|---|
static class |
SrvMonIntHistogram.Field
The SrvMonIntHistogram xbuf field (used internally when this entity is used as a field of another entity). |
static class |
SrvMonIntHistogram.ListField
The SrvMonIntHistogram list field (used internally when this entity is used as an array field of another entity). |
Field Summary | |
---|---|
static SrvMonIntHistogram[] |
EMPTY_ARRAY
A preallocated empty array used to avoid garbage when returning empty arrays of this type. |
Constructor Summary | |
---|---|
SrvMonIntHistogram()
|
|
SrvMonIntHistogram(int initialBackingBufferSize)
|
Method Summary | |
---|---|
SrvMonIntHistogram |
acquire()
|
void |
clearContent()
|
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.) |
void |
clearXRogType()
|
Object |
clone()
Creates a clone of this object. |
SrvMonIntHistogram |
copy()
Creates a copy of this SrvMonIntHistogram. |
void |
copyInto(SrvMonIntHistogram copy)
Copies the contents of this SrvMonIntHistogram into the target. |
static SrvMonIntHistogram |
create()
|
static SrvMonIntHistogram |
createFrom(byte[] serializedContainer)
|
static SrvMonIntHistogram |
createFrom(byte[] serializedContainer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
static SrvMonIntHistogram |
createFromSerializedXbufContainer(byte[] serializedContainer)
|
static SrvMonIntHistogram |
createFromSerializedXbufContainer(byte[] serializedContainer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
static com.neeve.xbuf.XbufSchema |
createSchema()
|
SrvMonIntHistogram |
deserializeFromByteArray(byte[] array)
|
SrvMonIntHistogram |
deserializeFromByteArray(byte[] array,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
SrvMonIntHistogram |
deserializeFromByteBuffer(ByteBuffer buffer)
|
SrvMonIntHistogram |
deserializeFromByteBuffer(ByteBuffer buffer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
SrvMonIntHistogram |
deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer,
int offset,
int length)
|
SrvMonIntHistogram |
deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer,
int offset,
int length,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
SrvMonIntHistogram |
deserializeFromNative(long address,
int offset,
int length)
|
SrvMonIntHistogram |
deserializeFromNative(long address,
int offset,
int length,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
int |
desync(PktBuffer buffer,
int pos,
boolean frameOnly)
|
void |
desyncFieldBitmask()
|
void |
dispose()
|
PktBuffer |
getBackingBuffer()
|
static com.neeve.xbuf.XbufDesyncPolicy |
getDesyncPolicy()
|
boolean |
getIsReadOnly()
|
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. |
com.neeve.xbuf.XbufVariableIntField |
getMaximumField()
|
static int |
getMaximumFieldId()
Get the field id for 'maximum' This method can be used to set field interests. |
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. |
com.neeve.xbuf.XbufVariableIntField |
getMeanField()
|
static int |
getMeanFieldId()
Get the field id for 'mean' This method can be used to set field interests. |
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. |
com.neeve.xbuf.XbufVariableIntField |
getMedianField()
|
static int |
getMedianFieldId()
Get the field id for 'median' This method can be used to set field interests. |
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. |
com.neeve.xbuf.XbufVariableIntField |
getMinimumField()
|
static int |
getMinimumFieldId()
Get the field id for 'minimum' This method can be used to set field interests. |
int |
getOwnerCount()
|
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. |
com.neeve.xbuf.XbufVariableIntField |
getPct75Field()
|
static int |
getPct75FieldId()
Get the field id for 'pct75' This method can be used to set field interests. |
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. |
com.neeve.xbuf.XbufVariableIntField |
getPct90Field()
|
static int |
getPct90FieldId()
Get the field id for 'pct90' This method can be used to set field interests. |
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. |
com.neeve.xbuf.XbufVariableIntField |
getPct9999Field()
|
static int |
getPct9999FieldId()
Get the field id for 'pct9999' This method can be used to set field interests. |
com.neeve.xbuf.XbufVariableIntField |
getPct999Field()
|
static int |
getPct999FieldId()
Get the field id for 'pct999' This method can be used to set field interests. |
com.neeve.xbuf.XbufVariableIntField |
getPct99Field()
|
static int |
getPct99FieldId()
Get the field id for 'pct99' This method can be used to set field interests. |
UtlPool<SrvMonIntHistogram> |
getPool()
Get a pool item's pool. |
long |
getSampleSize()
Gets the value of 'sampleSize' Field Description The number of datapoints over which results were calculated |
com.neeve.xbuf.XbufVariableLongField |
getSampleSizeField()
|
static int |
getSampleSizeFieldId()
Get the field id for 'sampleSize' This method can be used to set field interests. |
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. |
com.neeve.xbuf.XbufVariableLongField |
getSamplesOverMaxField()
|
static int |
getSamplesOverMaxFieldId()
Get the field id for 'samplesOverMax' This method can be used to set field interests. |
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.) |
com.neeve.xbuf.XbufVariableLongField |
getSamplesUnderMinField()
|
static int |
getSamplesUnderMinFieldId()
Get the field id for 'samplesUnderMin' This method can be used to set field interests. |
int |
getSerializeToNativeLength()
|
void |
getValidationErrors(List<XString> results,
String errorPrefix)
Collects validation errors into the provided list. |
short |
getXRogType()
|
com.neeve.xbuf.XbufVariableShortField |
getXRogTypeField()
|
static int |
getXRogTypeFieldId()
Get the field id for 'xRogType' This method can be used to set field interests. |
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.) |
boolean |
hasXRogType()
|
SrvMonIntHistogram |
init()
Initialize an item. |
boolean |
isBufferBacked()
|
boolean |
isDirty()
|
boolean |
isReferenceCounted()
|
boolean |
isValid()
Tests if this object has any validation errors. |
static void |
optimizeFor(int val)
|
byte[] |
serializeToByteArray()
|
ByteBuffer |
serializeToByteBuffer()
|
com.neeve.io.IOBuffer |
serializeToIOBuffer(boolean useNative)
|
int |
serializeToNative(long address,
int addressOffset)
|
void |
setAsReadOnly()
|
static void |
setDesyncPolicy(com.neeve.xbuf.XbufDesyncPolicy val)
|
static void |
setFieldInterest(List<Integer> fieldIds)
|
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 |
setMaximumFrom(com.neeve.xbuf.XbufVariableIntField val)
|
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 |
setMeanFrom(com.neeve.xbuf.XbufVariableIntField val)
|
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 |
setMedianFrom(com.neeve.xbuf.XbufVariableIntField val)
|
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 |
setMinimumFrom(com.neeve.xbuf.XbufVariableIntField val)
|
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 |
setPct75From(com.neeve.xbuf.XbufVariableIntField val)
|
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 |
setPct90From(com.neeve.xbuf.XbufVariableIntField val)
|
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 |
setPct9999From(com.neeve.xbuf.XbufVariableIntField val)
|
void |
setPct999From(com.neeve.xbuf.XbufVariableIntField val)
|
void |
setPct99From(com.neeve.xbuf.XbufVariableIntField val)
|
SrvMonIntHistogram |
setPool(UtlPool<SrvMonIntHistogram> pool)
Set a pool item's pool. |
void |
setSampleSize(long val)
Sets the value of 'sampleSize' Field Description The number of datapoints over which results were calculated |
void |
setSampleSizeFrom(com.neeve.xbuf.XbufVariableLongField val)
|
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 |
setSamplesOverMaxFrom(com.neeve.xbuf.XbufVariableLongField val)
|
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.) |
void |
setSamplesUnderMinFrom(com.neeve.xbuf.XbufVariableLongField val)
|
void |
setXRogType(short val)
|
void |
setXRogTypeFrom(com.neeve.xbuf.XbufVariableShortField val)
|
void |
sync()
|
void |
syncFieldBitmask()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SrvMonIntHistogram[] EMPTY_ARRAY
Constructor Detail |
---|
public SrvMonIntHistogram()
public SrvMonIntHistogram(int initialBackingBufferSize)
Method Detail |
---|
public static SrvMonIntHistogram create()
public static SrvMonIntHistogram createFromSerializedXbufContainer(byte[] serializedContainer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public static SrvMonIntHistogram createFromSerializedXbufContainer(byte[] serializedContainer)
public static SrvMonIntHistogram createFrom(byte[] serializedContainer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public static SrvMonIntHistogram createFrom(byte[] serializedContainer)
public static final void setDesyncPolicy(com.neeve.xbuf.XbufDesyncPolicy val)
public static final com.neeve.xbuf.XbufDesyncPolicy getDesyncPolicy()
public static final void setFieldInterest(List<Integer> fieldIds)
public final void clearContent()
public final void syncFieldBitmask()
public final void desyncFieldBitmask()
public final PktBuffer getBackingBuffer()
public static final void optimizeFor(int val)
public final void setAsReadOnly()
public final boolean getIsReadOnly()
public static final int getXRogTypeFieldId()
This method can be used to set field interests.
getXRogType()
public final void setXRogType(short val)
public final short getXRogType()
public final void setXRogTypeFrom(com.neeve.xbuf.XbufVariableShortField val)
public final com.neeve.xbuf.XbufVariableShortField getXRogTypeField()
public final boolean hasXRogType()
public final void clearXRogType()
public static final int getSampleSizeFieldId()
This method can be used to set field interests.
getSampleSize()
public final void setSampleSize(long val)
ISrvMonIntHistogram
setSampleSize
in interface ISrvMonIntHistogram
val
- The value to set.public final long getSampleSize()
ISrvMonIntHistogram
getSampleSize
in interface ISrvMonIntHistogram
public final void setSampleSizeFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getSampleSizeField()
public final boolean hasSampleSize()
ISrvMonIntHistogram
hasSampleSize
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.getSampleSize()
public final void clearSampleSize()
ISrvMonIntHistogram
clearSampleSize
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.setSampleSize(long)
public static final int getMinimumFieldId()
This method can be used to set field interests.
getMinimum()
public final void setMinimum(int val)
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
setMinimum
in interface ISrvMonIntHistogram
val
- The value to set.public final int getMinimum()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
getMinimum
in interface ISrvMonIntHistogram
public final void setMinimumFrom(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getMinimumField()
public final boolean hasMinimum()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
hasMinimum
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.getMinimum()
public final void clearMinimum()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
clearMinimum
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.setMinimum(int)
public static final int getMaximumFieldId()
This method can be used to set field interests.
getMaximum()
public final void setMaximum(int val)
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
setMaximum
in interface ISrvMonIntHistogram
val
- The value to set.public final int getMaximum()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
getMaximum
in interface ISrvMonIntHistogram
public final void setMaximumFrom(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getMaximumField()
public final boolean hasMaximum()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
hasMaximum
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.getMaximum()
public final void clearMaximum()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
clearMaximum
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.setMaximum(int)
public static final int getMeanFieldId()
This method can be used to set field interests.
getMean()
public final void setMean(int val)
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
setMean
in interface ISrvMonIntHistogram
val
- The value to set.public final int getMean()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
getMean
in interface ISrvMonIntHistogram
public final void setMeanFrom(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getMeanField()
public final boolean hasMean()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
hasMean
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.getMean()
public final void clearMean()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
clearMean
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.setMean(int)
public static final int getMedianFieldId()
This method can be used to set field interests.
getMedian()
public final void setMedian(int val)
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
setMedian
in interface ISrvMonIntHistogram
val
- The value to set.public final int getMedian()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
getMedian
in interface ISrvMonIntHistogram
public final void setMedianFrom(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getMedianField()
public final boolean hasMedian()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
hasMedian
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.getMedian()
public final void clearMedian()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
clearMedian
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.setMedian(int)
public static final int getPct75FieldId()
This method can be used to set field interests.
getPct75()
public final void setPct75(int val)
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
setPct75
in interface ISrvMonIntHistogram
val
- The value to set.public final int getPct75()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
getPct75
in interface ISrvMonIntHistogram
public final void setPct75From(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getPct75Field()
public final boolean hasPct75()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
hasPct75
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.getPct75()
public final void clearPct75()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
clearPct75
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.setPct75(int)
public static final int getPct90FieldId()
This method can be used to set field interests.
getPct90()
public final void setPct90(int val)
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
setPct90
in interface ISrvMonIntHistogram
val
- The value to set.public final int getPct90()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
getPct90
in interface ISrvMonIntHistogram
public final void setPct90From(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getPct90Field()
public final boolean hasPct90()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
hasPct90
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.getPct90()
public final void clearPct90()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
clearPct90
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.setPct90(int)
public static final int getPct99FieldId()
This method can be used to set field interests.
getPct99()
public final void setPct99(int val)
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
setPct99
in interface ISrvMonIntHistogram
val
- The value to set.public final int getPct99()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
getPct99
in interface ISrvMonIntHistogram
public final void setPct99From(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getPct99Field()
public final boolean hasPct99()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
hasPct99
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.getPct99()
public final void clearPct99()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
clearPct99
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.setPct99(int)
public static final int getPct999FieldId()
This method can be used to set field interests.
getPct999()
public final void setPct999(int val)
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
setPct999
in interface ISrvMonIntHistogram
val
- The value to set.public final int getPct999()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
getPct999
in interface ISrvMonIntHistogram
public final void setPct999From(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getPct999Field()
public final boolean hasPct999()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
hasPct999
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.getPct999()
public final void clearPct999()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
clearPct999
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.setPct999(int)
public static final int getPct9999FieldId()
This method can be used to set field interests.
getPct9999()
public final void setPct9999(int val)
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
setPct9999
in interface ISrvMonIntHistogram
val
- The value to set.public final int getPct9999()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
getPct9999
in interface ISrvMonIntHistogram
public final void setPct9999From(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getPct9999Field()
public final boolean hasPct9999()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
hasPct9999
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.getPct9999()
public final void clearPct9999()
ISrvMonIntHistogram
The value may not be set if the sample size is 0.
clearPct9999
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.setPct9999(int)
public static final int getSamplesOverMaxFieldId()
This method can be used to set field interests.
getSamplesOverMax()
public final void setSamplesOverMax(long val)
ISrvMonIntHistogram
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
in interface ISrvMonIntHistogram
val
- The value to set.public final long getSamplesOverMax()
ISrvMonIntHistogram
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
in interface ISrvMonIntHistogram
public final void setSamplesOverMaxFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getSamplesOverMaxField()
public final boolean hasSamplesOverMax()
ISrvMonIntHistogram
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.
hasSamplesOverMax
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.getSamplesOverMax()
public final void clearSamplesOverMax()
ISrvMonIntHistogram
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.
clearSamplesOverMax
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.setSamplesOverMax(long)
public static final int getSamplesUnderMinFieldId()
This method can be used to set field interests.
getSamplesUnderMin()
public final void setSamplesUnderMin(long val)
ISrvMonIntHistogram
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
in interface ISrvMonIntHistogram
val
- The value to set.public final long getSamplesUnderMin()
ISrvMonIntHistogram
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
in interface ISrvMonIntHistogram
public final void setSamplesUnderMinFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getSamplesUnderMinField()
public final boolean hasSamplesUnderMin()
ISrvMonIntHistogram
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.
hasSamplesUnderMin
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.getSamplesUnderMin()
public final void clearSamplesUnderMin()
ISrvMonIntHistogram
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.
clearSamplesUnderMin
in interface ISrvMonIntHistogram
ISrvMonIntHistogram.setSamplesUnderMin(long)
public final boolean isDirty()
public static final com.neeve.xbuf.XbufSchema createSchema()
public final byte[] serializeToByteArray()
public final ByteBuffer serializeToByteBuffer()
public final com.neeve.io.IOBuffer serializeToIOBuffer(boolean useNative)
public final boolean isBufferBacked()
public final int getSerializeToNativeLength()
public final int serializeToNative(long address, int addressOffset)
public final SrvMonIntHistogram deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer, int offset, int length, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonIntHistogram deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer, int offset, int length)
public final SrvMonIntHistogram deserializeFromByteArray(byte[] array, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonIntHistogram deserializeFromByteArray(byte[] array)
public final SrvMonIntHistogram deserializeFromByteBuffer(ByteBuffer buffer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonIntHistogram deserializeFromByteBuffer(ByteBuffer buffer)
public final SrvMonIntHistogram deserializeFromNative(long address, int offset, int length, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonIntHistogram deserializeFromNative(long address, int offset, int length)
public final void sync()
public final int desync(PktBuffer buffer, int pos, boolean frameOnly)
desync
in interface com.neeve.xbuf.IXbufDesyncer
public final SrvMonIntHistogram init()
UtlPool.Item
This method is invoked by an item pool very time an item is put into the pool. The method should wipe the contents of the item so as to present a fresh instance of the item to the caller when retrieved from the pool.
init
in interface UtlPool.Item<SrvMonIntHistogram>
public final SrvMonIntHistogram setPool(UtlPool<SrvMonIntHistogram> pool)
UtlPool.Item
This method is invoked by an item pool at the time an item is added to the pool. The intent is to record the item's source pool in the item so it can be disposed back into the pool when the user is done working with it.
setPool
in interface UtlPool.Item<SrvMonIntHistogram>
public final UtlPool<SrvMonIntHistogram> getPool()
UtlPool.Item
This method should return the pool set using UtlPool.Item.setPool(com.neeve.util.UtlPool
getPool
in interface UtlPool.Item<SrvMonIntHistogram>
UtlPool.Item.setPool(com.neeve.util.UtlPool)
public final boolean isReferenceCounted()
public final SrvMonIntHistogram acquire()
public final int getOwnerCount()
public final void dispose()
public final Object clone()
This method differs from the copy()
method in that:
clone
in class Object
public final SrvMonIntHistogram copy()
The copy copies primitive, enum and embedded entity fields into the returned copy. Each embedded entity field is cloned so that modifications made to the copy's embedded entity fields do not affect this SrvMonIntHistogram's embedded entity fields.
The returned copy will be writeable even if this SrvMonIntHistogram is read only.
public final void copyInto(SrvMonIntHistogram copy)
The copy clears the target's contents and copies primitive, enum and embedded entity fields into the provided copy. Each embedded entity field is cloned so that modifications made to the copy's embedded entity fields do not affect this SrvMonIntHistogram's embedded entity fields.
The returned copy will be writeable even if this SrvMonIntHistogram is read only.
copy
- The target into which to copy.public final boolean isValid()
IRogValidatable
isValid
in interface IRogValidatable
public final void getValidationErrors(List<XString> results, String errorPrefix)
IRogValidatable
getValidationErrors
in interface IRogValidatable
results
- A results list into which validation errors will be collected.errorPrefix
- The bean path prefix to use when identifying invalid fields or null if validating a top level entity.public final String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |