@Generated(value="com.neeve.protobuf.adm.ProtobufAdmNodeGenerator", date="Tue Sep 16 04:36:05 UTC 2025") @AdmGenerated(encoding="xbuf", compatLevel="5.0.0", admVersion="Unknown Version", date="9/16/25 4:36 AM", buildInfo="nvx-rumi-server-4.0.595 (Rumi ADM Maven Plugin)") @AdmFactoryInfo(factoryClass=SrvMonHeartbeatFactory.class, vfid=32, ofid=32, typeId=106) public final class SrvMonIntHistogram extends Object implements ISrvMonIntHistogram, MessageReflector, com.neeve.query.impl.index.IdxMappable, UtlPool.Item<SrvMonIntHistogram>, AdmRuntime.BufferSizer
SrvMonIntHistogram reports results of XVM side calculations done for SrvMonIntSeries statistics.
| ADM Type | Embedded Entity |
| Factory | SrvMonHeartbeatFactory |
| ADM Field Summary |
|---|
| Field | Type | Id | Description |
|---|---|---|---|
| maximum | Integer | 18 |
The maximum value recorded in the sample set.
The value may not be set if the sample size is 0. |
| mean | Integer | 19 |
The mean value for the sample set.
The value may not be set if the sample size is 0. |
| median | Integer | 20 |
The median value for the sample set.
The value may not be set if the sample size is 0. |
| minimum | Integer | 17 |
The minimum value recorded in the sample set.
The value may not be set if the sample size is 0. |
| pct75 | Integer | 21 |
The 75th percentile for the sample set.
The value may not be set if the sample size is 0. |
| pct90 | Integer | 22 |
The 90th percentile for the sample set.
The value may not be set if the sample size is 0. |
| pct99 | Integer | 23 |
The 99th percentile for the sample set.
The value may not be set if the sample size is 0. |
| pct999 | Integer | 24 |
The 99.9th percentile for the the sample set.
The value may not be set if the sample size is 0. |
| pct9999 | Integer | 25 |
The 99.99th percentile for the sample set.
The value may not be set if the sample size is 0. |
| sampleSize | Long | 16 | The number of datapoints over which results were calculated. |
| samplesOverMax | Long | 26 |
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 | 27 |
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 | Class and Description |
|---|---|
static class |
SrvMonIntHistogram.Deserializer
The deserializer
|
static class |
SrvMonIntHistogram.PacketBody
The backing packet type for SrvMonIntHistogram (used internally for serialization purposes).
|
static class |
SrvMonIntHistogram.Pojo
The POJO
|
static class |
SrvMonIntHistogram.Serializer
The serializer
|
| Modifier and Type | Field and Description |
|---|---|
static SrvMonIntHistogram[] |
EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
SrvMonIntHistogram |
acquire() |
boolean |
appendFieldValueTo(Object node,
String[] pathComponents,
XString target)
Appends a reflected field value as a string into the given XString.
|
boolean |
appendFieldValueTo(Object message,
String name,
XString target)
Appends a reflected field value as a string into the given XString.
|
void |
clear() |
void |
clear(boolean disposeMembers) |
void |
clearContent()
Deprecated.
|
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'.
|
Object |
clone()
Creates a clone of this object.
|
SrvMonIntHistogram |
copy() |
void |
copyInto(SrvMonIntHistogram copy) |
static SrvMonIntHistogram |
create() |
SrvMonIntHistogram |
deserializeFrom(byte[] array,
int offset,
int len) |
SrvMonIntHistogram |
deserializeFrom(ByteBuffer buffer) |
SrvMonIntHistogram |
deserializeFrom(IOBuffer buffer,
int offset,
int len) |
SrvMonIntHistogram |
deserializeFrom(IOElasticBuffer buffer,
int offset,
int len) |
SrvMonIntHistogram |
deserializeFrom(long addr,
int offset,
int len) |
SrvMonIntHistogram |
deserializeFrom(PktPacket packet) |
SrvMonIntHistogram |
deserializeFrom(SrvMonIntHistogram.Deserializer deserializer) |
SrvMonIntHistogram |
deserializeFrom(SrvMonIntHistogram val) |
SrvMonIntHistogram |
deserializeFromByteArray(byte[] array) |
SrvMonIntHistogram |
deserializeFromByteBuffer(ByteBuffer buffer) |
SrvMonIntHistogram |
deserializeFromJson(String json) |
SrvMonIntHistogram |
deserializeFromNative(long addr,
int offset,
int len)
Deprecated.
|
SrvMonIntHistogram |
deserializeFromPacket(PktPacket packet) |
SrvMonIntHistogram |
deserializeFromRawJson(String json) |
SrvMonIntHistogram.Deserializer |
deserializer() |
SrvMonIntHistogram.Deserializer |
deserializer(boolean createBuffer) |
void |
dispose() |
void |
disposeDeserializer() |
void |
disposePojo() |
void |
disposePojo(boolean sync) |
void |
disposeSerializedBuffer() |
void |
disposeSerializedBuffer(boolean gcDisposed) |
void |
disposeSerializer() |
long |
ensureCapacity(long addr,
int capacity)
Method invoked by the serializer to ensure there is enough space in the target
buffer to accommodate a field being serialized
|
boolean |
fieldExists(Object message,
String name)
Check if a field of the supplied name exists in a message.
|
static <T> IRogFieldReflector<SrvMonIntHistogram,T> |
getFieldReflector(String name)
Get a field reflector.
|
static <T> IRogFieldReflector<SrvMonIntHistogram,T> |
getFieldReflector(String[] pathComponents)
Get a field reflector.
|
XString |
getFieldValueAsRawString(Object message,
String name)
Get the value of a reflectable field in a message as a string.
|
XString |
getFieldValueAsRawString(Object message,
String[] pathComponents)
Get the value of a reflectable field in a message as a string.
|
String |
getFieldValueAsString(Object message,
String name)
Get the value of a reflectable field in a message as a string.
|
String |
getFieldValueAsString(Object message,
String[] pathComponents)
Get the value of a reflectable field in a message as a string.
|
int |
getMaximum()
Gets the value of 'maximum'.
|
Integer |
getMaximumAsObject()
Gets the value of 'maximum'.
|
static int |
getMaximumFieldId() |
int |
getMean()
Gets the value of 'mean'.
|
Integer |
getMeanAsObject()
Gets the value of 'mean'.
|
static int |
getMeanFieldId() |
int |
getMedian()
Gets the value of 'median'.
|
Integer |
getMedianAsObject()
Gets the value of 'median'.
|
static int |
getMedianFieldId() |
int |
getMinimum()
Gets the value of 'minimum'.
|
Integer |
getMinimumAsObject()
Gets the value of 'minimum'.
|
static int |
getMinimumFieldId() |
int |
getOwnershipCount() |
int |
getPct75()
Gets the value of 'pct75'.
|
Integer |
getPct75AsObject()
Gets the value of 'pct75'.
|
static int |
getPct75FieldId() |
int |
getPct90()
Gets the value of 'pct90'.
|
Integer |
getPct90AsObject()
Gets the value of 'pct90'.
|
static int |
getPct90FieldId() |
int |
getPct99()
Gets the value of 'pct99'.
|
int |
getPct999()
Gets the value of 'pct999'.
|
int |
getPct9999()
Gets the value of 'pct9999'.
|
Integer |
getPct9999AsObject()
Gets the value of 'pct9999'.
|
static int |
getPct9999FieldId() |
Integer |
getPct999AsObject()
Gets the value of 'pct999'.
|
static int |
getPct999FieldId() |
Integer |
getPct99AsObject()
Gets the value of 'pct99'.
|
static int |
getPct99FieldId() |
UtlPool<SrvMonIntHistogram> |
getPool()
Get a pool item's pool.
|
Object |
getQueryFieldValue(String name)
Gets an indexable value identified by a key.
|
long |
getSampleSize()
Gets the value of 'sampleSize'.
|
Long |
getSampleSizeAsObject()
Gets the value of 'sampleSize'.
|
static int |
getSampleSizeFieldId() |
long |
getSamplesOverMax()
Gets the value of 'samplesOverMax'.
|
Long |
getSamplesOverMaxAsObject()
Gets the value of 'samplesOverMax'.
|
static int |
getSamplesOverMaxFieldId() |
long |
getSamplesUnderMin()
Gets the value of 'samplesUnderMin'.
|
Long |
getSamplesUnderMinAsObject()
Gets the value of 'samplesUnderMin'.
|
static int |
getSamplesUnderMinFieldId() |
long |
getSerializedBuffer() |
int |
getSerializedBufferCapacity() |
int |
getSerializedBufferLength() |
int |
getSerializeToNativeLength()
Deprecated.
|
void |
getValidationErrors(List<XString> results,
String errorPrefix)
Collects validation errors into the provided list.
|
boolean |
hasDirtyPojo() |
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 |
hasPojo() |
boolean |
hasSampleSize()
Checks for the presence of 'sampleSize'.
|
boolean |
hasSamplesOverMax()
Checks for the presence of 'samplesOverMax'.
|
boolean |
hasSamplesUnderMin()
Checks for the presence of 'samplesUnderMin'.
|
boolean |
hasSerializedBuffer() |
SrvMonIntHistogram |
init()
Initialize an item.
|
boolean |
isFieldReflectable(Object message,
String name)
Check if a field of the supplied name is reflectable.
|
boolean |
isValid()
Tests if this object has any validation errors.
|
boolean |
needsSync()
Check if a view needs to be sync'd for reflection.
|
SrvMonIntHistogram.Pojo |
pojo() |
SrvMonIntHistogram.Pojo |
pojo(boolean onlyPojos) |
void |
reset() |
void |
reset(boolean disposeMembers) |
SrvMonIntHistogram.Serializer |
serializer() |
SrvMonIntHistogram.Serializer |
serializer(int minimumLength) |
SrvMonIntHistogram.Serializer |
serializer(int length,
boolean autoResizeTargetBuffer) |
int |
serializeTo(byte[] array,
int offset) |
int |
serializeTo(ByteBuffer buffer) |
int |
serializeTo(IOBuffer buffer,
int offset) |
int |
serializeTo(IOElasticBuffer buffer,
int offset) |
int |
serializeTo(long addr,
int offset) |
int |
serializeTo(PktPacket packet) |
int |
serializeTo(SrvMonIntHistogram.Serializer serializer) |
byte[] |
serializeToByteArray() |
ByteBuffer |
serializeToByteBuffer() |
IOBuffer |
serializeToIOBuffer(boolean useNative) |
String |
serializeToJson() |
int |
serializeToNative(long addr,
int offset)
Deprecated.
|
PktPacket |
serializeToPacket() |
String |
serializeToRawJson() |
void |
setAsReadOnly() |
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'.
|
SrvMonIntHistogram |
setPool(UtlPool<SrvMonIntHistogram> pool)
Set a pool item's pool.
|
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'.
|
void |
sync() |
String |
toString() |
SrvMonIntHistogram |
wrap(IOBuffer buffer,
int len) |
public static final SrvMonIntHistogram[] EMPTY_ARRAY
public static SrvMonIntHistogram create()
public final boolean hasSerializedBuffer()
public final long getSerializedBuffer()
public final int getSerializedBufferCapacity()
public final int getSerializedBufferLength()
@Deprecated public final int getSerializeToNativeLength()
public final SrvMonIntHistogram.Serializer serializer(int length, boolean autoResizeTargetBuffer)
public final SrvMonIntHistogram.Serializer serializer(int minimumLength)
public final SrvMonIntHistogram.Serializer serializer()
public final long ensureCapacity(long addr,
int capacity)
AdmRuntime.BufferSizerensureCapacity in interface AdmRuntime.BufferSizeraddr - The native address of the target buffercapacity - The required capacity of the bufferThis method is invoked by a serializer each time it serializes a field or part of a field to the target buffer to ensure that the target buffer has the desired capacity to hold the data being added.
public final SrvMonIntHistogram.Deserializer deserializer(boolean createBuffer)
public final SrvMonIntHistogram.Deserializer deserializer()
public final boolean hasPojo()
public final boolean hasDirtyPojo()
public final SrvMonIntHistogram.Pojo pojo(boolean onlyPojos)
public final SrvMonIntHistogram.Pojo pojo()
public final void disposeSerializedBuffer(boolean gcDisposed)
public final void disposeSerializedBuffer()
public final void disposeSerializer()
public final void disposeDeserializer()
public final void disposePojo(boolean sync)
public final void disposePojo()
public final void clear(boolean disposeMembers)
public final void clear()
@Deprecated public final void clearContent()
public final void reset(boolean disposeMembers)
public final void reset()
public final String serializeToRawJson()
public final int serializeTo(SrvMonIntHistogram.Serializer serializer)
public final void sync()
public final byte[] serializeToByteArray()
public final int serializeTo(byte[] array,
int offset)
public final ByteBuffer serializeToByteBuffer()
public final int serializeTo(ByteBuffer buffer)
public final IOBuffer serializeToIOBuffer(boolean useNative)
public final int serializeTo(IOBuffer buffer, int offset)
public final int serializeTo(IOElasticBuffer buffer, int offset)
public final PktPacket serializeToPacket()
public final int serializeTo(PktPacket packet)
public final int serializeTo(long addr,
int offset)
@Deprecated public final int serializeToNative(long addr, int offset)
public final String serializeToJson()
public final SrvMonIntHistogram deserializeFromRawJson(String json)
public final SrvMonIntHistogram deserializeFrom(SrvMonIntHistogram.Deserializer deserializer)
public final SrvMonIntHistogram deserializeFrom(SrvMonIntHistogram val)
public final SrvMonIntHistogram wrap(IOBuffer buffer, int len)
public final SrvMonIntHistogram deserializeFromByteArray(byte[] array)
public final SrvMonIntHistogram deserializeFrom(byte[] array, int offset, int len)
public final SrvMonIntHistogram deserializeFromByteBuffer(ByteBuffer buffer)
public final SrvMonIntHistogram deserializeFrom(ByteBuffer buffer)
public final SrvMonIntHistogram deserializeFrom(IOBuffer buffer, int offset, int len)
public final SrvMonIntHistogram deserializeFrom(IOElasticBuffer buffer, int offset, int len)
public final SrvMonIntHistogram deserializeFromPacket(PktPacket packet)
public final SrvMonIntHistogram deserializeFrom(PktPacket packet)
public final SrvMonIntHistogram deserializeFrom(long addr, int offset, int len)
@Deprecated public final SrvMonIntHistogram deserializeFromNative(long addr, int offset, int len)
public final SrvMonIntHistogram deserializeFromJson(String json)
public final void copyInto(SrvMonIntHistogram copy)
public final SrvMonIntHistogram copy()
public boolean needsSync()
MessageReflectorneedsSync in interface MessageReflectorpublic final boolean fieldExists(Object message, String name)
MessageReflectorfieldExists in interface MessageReflectormessage - The message to check in.name - The field to check for.public final boolean isFieldReflectable(Object message, String name)
MessageReflectorisFieldReflectable in interface MessageReflectormessage - The message to check in.name - The field to check for.public final String getFieldValueAsString(Object message, String name)
MessageReflector
Note that this method is generally less efficient than its variant
MessageReflector.getFieldValueAsString(Object, String[]) since this method requires
splitting the supplied path name into its dot separated path components. In cases
where the caller intends to reuse the same path name often, it is better
for the caller to supply it in split form.
getFieldValueAsString in interface MessageReflectormessage - The message to introspect.name - The field whose value is to be retrieved specified as a bean pathMessageReflector.fieldExists(java.lang.Object, java.lang.String) and MessageReflector.isFieldReflectable(java.lang.Object, java.lang.String) methodspublic final String getFieldValueAsString(Object message, String[] pathComponents)
MessageReflectorgetFieldValueAsString in interface MessageReflectormessage - The message to introspect.pathComponents - The path components to use to access the field.MessageReflector.fieldExists(java.lang.Object, java.lang.String) and MessageReflector.isFieldReflectable(java.lang.Object, java.lang.String) methodspublic final XString getFieldValueAsRawString(Object message, String name)
MessageReflector
Note that this method is generally less efficient than its variant
MessageReflector.getFieldValueAsString(Object, String[]) since this method requires
splitting the supplied path name into its dot separated path components. In cases
where the caller intends to reuse the same path name often, it is better
for the caller to supply it in split form.
getFieldValueAsRawString in interface MessageReflectormessage - The message to introspect.name - The field whose value is to be retrieved specified as a bean pathMessageReflector.fieldExists(java.lang.Object, java.lang.String) and MessageReflector.isFieldReflectable(java.lang.Object, java.lang.String) methodspublic final XString getFieldValueAsRawString(Object message, String[] pathComponents)
MessageReflectorgetFieldValueAsRawString in interface MessageReflectormessage - The message to introspect.pathComponents - The path components to use to access the field.MessageReflector.fieldExists(java.lang.Object, java.lang.String) and MessageReflector.isFieldReflectable(java.lang.Object, java.lang.String) methodspublic final boolean appendFieldValueTo(Object message, String name, XString target)
MessageReflectorIf the field is reflectable and has a non null value, then it will be appended otherwise, this method must return false.
appendFieldValueTo in interface MessageReflectormessage - the node on which to reflect (which need not be this object).name - the bean path to the field.target - The target XString into which to append the result.public final boolean appendFieldValueTo(Object node, String[] pathComponents, XString target)
MessageReflectorIf the field is reflectable and has a non null value, then it will be appended otherwise, this method must return false.
appendFieldValueTo in interface MessageReflectornode - the node on which to reflect (which need not be this object).pathComponents - the bean path to the field on the provided object split by its '.' separated components.target - The target XString into which to append the result.public final void setAsReadOnly()
public static final int getSampleSizeFieldId()
public final void setSampleSize(long val)
ISrvMonIntHistogramsetSampleSize in interface ISrvMonIntHistogramval - The value to set.public final long getSampleSize()
ISrvMonIntHistogramgetSampleSize in interface ISrvMonIntHistogrampublic final Long getSampleSizeAsObject()
ISrvMonIntHistogramgetSampleSizeAsObject in interface ISrvMonIntHistogrampublic final boolean hasSampleSize()
ISrvMonIntHistogramhasSampleSize in interface ISrvMonIntHistogramISrvMonIntHistogram.getSampleSize()public final void clearSampleSize()
ISrvMonIntHistogramclearSampleSize in interface ISrvMonIntHistogramISrvMonIntHistogram.setSampleSize(long)public static final int getMinimumFieldId()
public final void setMinimum(int val)
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
setMinimum in interface ISrvMonIntHistogramval - The value to set.public final int getMinimum()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getMinimum in interface ISrvMonIntHistogrampublic final Integer getMinimumAsObject()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getMinimumAsObject in interface ISrvMonIntHistogrampublic final boolean hasMinimum()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
hasMinimum in interface ISrvMonIntHistogramISrvMonIntHistogram.getMinimum()public final void clearMinimum()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
clearMinimum in interface ISrvMonIntHistogramISrvMonIntHistogram.setMinimum(int)public static final int getMaximumFieldId()
public final void setMaximum(int val)
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
setMaximum in interface ISrvMonIntHistogramval - The value to set.public final int getMaximum()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getMaximum in interface ISrvMonIntHistogrampublic final Integer getMaximumAsObject()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getMaximumAsObject in interface ISrvMonIntHistogrampublic final boolean hasMaximum()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
hasMaximum in interface ISrvMonIntHistogramISrvMonIntHistogram.getMaximum()public final void clearMaximum()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
clearMaximum in interface ISrvMonIntHistogramISrvMonIntHistogram.setMaximum(int)public static final int getMeanFieldId()
public final void setMean(int val)
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
setMean in interface ISrvMonIntHistogramval - The value to set.public final int getMean()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getMean in interface ISrvMonIntHistogrampublic final Integer getMeanAsObject()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getMeanAsObject in interface ISrvMonIntHistogrampublic final boolean hasMean()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
hasMean in interface ISrvMonIntHistogramISrvMonIntHistogram.getMean()public final void clearMean()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
clearMean in interface ISrvMonIntHistogramISrvMonIntHistogram.setMean(int)public static final int getMedianFieldId()
public final void setMedian(int val)
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
setMedian in interface ISrvMonIntHistogramval - The value to set.public final int getMedian()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getMedian in interface ISrvMonIntHistogrampublic final Integer getMedianAsObject()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getMedianAsObject in interface ISrvMonIntHistogrampublic final boolean hasMedian()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
hasMedian in interface ISrvMonIntHistogramISrvMonIntHistogram.getMedian()public final void clearMedian()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
clearMedian in interface ISrvMonIntHistogramISrvMonIntHistogram.setMedian(int)public static final int getPct75FieldId()
public final void setPct75(int val)
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
setPct75 in interface ISrvMonIntHistogramval - The value to set.public final int getPct75()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getPct75 in interface ISrvMonIntHistogrampublic final Integer getPct75AsObject()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getPct75AsObject in interface ISrvMonIntHistogrampublic final boolean hasPct75()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
hasPct75 in interface ISrvMonIntHistogramISrvMonIntHistogram.getPct75()public final void clearPct75()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
clearPct75 in interface ISrvMonIntHistogramISrvMonIntHistogram.setPct75(int)public static final int getPct90FieldId()
public final void setPct90(int val)
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
setPct90 in interface ISrvMonIntHistogramval - The value to set.public final int getPct90()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getPct90 in interface ISrvMonIntHistogrampublic final Integer getPct90AsObject()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getPct90AsObject in interface ISrvMonIntHistogrampublic final boolean hasPct90()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
hasPct90 in interface ISrvMonIntHistogramISrvMonIntHistogram.getPct90()public final void clearPct90()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
clearPct90 in interface ISrvMonIntHistogramISrvMonIntHistogram.setPct90(int)public static final int getPct99FieldId()
public final void setPct99(int val)
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
setPct99 in interface ISrvMonIntHistogramval - The value to set.public final int getPct99()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getPct99 in interface ISrvMonIntHistogrampublic final Integer getPct99AsObject()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getPct99AsObject in interface ISrvMonIntHistogrampublic final boolean hasPct99()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
hasPct99 in interface ISrvMonIntHistogramISrvMonIntHistogram.getPct99()public final void clearPct99()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
clearPct99 in interface ISrvMonIntHistogramISrvMonIntHistogram.setPct99(int)public static final int getPct999FieldId()
public final void setPct999(int val)
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
setPct999 in interface ISrvMonIntHistogramval - The value to set.public final int getPct999()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getPct999 in interface ISrvMonIntHistogrampublic final Integer getPct999AsObject()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getPct999AsObject in interface ISrvMonIntHistogrampublic final boolean hasPct999()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
hasPct999 in interface ISrvMonIntHistogramISrvMonIntHistogram.getPct999()public final void clearPct999()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
clearPct999 in interface ISrvMonIntHistogramISrvMonIntHistogram.setPct999(int)public static final int getPct9999FieldId()
public final void setPct9999(int val)
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
setPct9999 in interface ISrvMonIntHistogramval - The value to set.public final int getPct9999()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getPct9999 in interface ISrvMonIntHistogrampublic final Integer getPct9999AsObject()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
getPct9999AsObject in interface ISrvMonIntHistogrampublic final boolean hasPct9999()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
hasPct9999 in interface ISrvMonIntHistogramISrvMonIntHistogram.getPct9999()public final void clearPct9999()
ISrvMonIntHistogramThe value may not be set if the sample size is 0.
clearPct9999 in interface ISrvMonIntHistogramISrvMonIntHistogram.setPct9999(int)public static final int getSamplesOverMaxFieldId()
public final void setSamplesOverMax(long val)
ISrvMonIntHistogramWhen 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 ISrvMonIntHistogramval - The value to set.public final long getSamplesOverMax()
ISrvMonIntHistogramWhen 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 ISrvMonIntHistogrampublic final Long getSamplesOverMaxAsObject()
ISrvMonIntHistogramWhen 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.
getSamplesOverMaxAsObject in interface ISrvMonIntHistogrampublic final boolean hasSamplesOverMax()
ISrvMonIntHistogramWhen 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 ISrvMonIntHistogramISrvMonIntHistogram.getSamplesOverMax()public final void clearSamplesOverMax()
ISrvMonIntHistogramWhen 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 ISrvMonIntHistogramISrvMonIntHistogram.setSamplesOverMax(long)public static final int getSamplesUnderMinFieldId()
public final void setSamplesUnderMin(long val)
ISrvMonIntHistogramWhen 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 ISrvMonIntHistogramval - The value to set.public final long getSamplesUnderMin()
ISrvMonIntHistogramWhen 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 ISrvMonIntHistogrampublic final Long getSamplesUnderMinAsObject()
ISrvMonIntHistogramWhen 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.
getSamplesUnderMinAsObject in interface ISrvMonIntHistogrampublic final boolean hasSamplesUnderMin()
ISrvMonIntHistogramWhen 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 ISrvMonIntHistogramISrvMonIntHistogram.getSamplesUnderMin()public final void clearSamplesUnderMin()
ISrvMonIntHistogramWhen 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 ISrvMonIntHistogramISrvMonIntHistogram.setSamplesUnderMin(long)public static final <T> IRogFieldReflector<SrvMonIntHistogram,T> getFieldReflector(String name)
name - The name of the field ('.' delimited for nested fields)public static final <T> IRogFieldReflector<SrvMonIntHistogram,T> getFieldReflector(String[] pathComponents)
pathComponents - The path to the field whose reflector is to be returnedpublic final Object getQueryFieldValue(String name)
com.neeve.query.impl.index.IdxMappableImplementation should ensure that the the type of the value returned is consistent across types.
getQueryFieldValue in interface com.neeve.query.impl.index.IdxMappablename - The name of the field whose value is to be accessed.public final SrvMonIntHistogram init()
UtlPool.ItemThis 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.ItemThis 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<T>)
getPool in interface UtlPool.Item<SrvMonIntHistogram>UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)public final SrvMonIntHistogram acquire()
public final int getOwnershipCount()
public final void dispose()
public final Object clone()
This method differs from the copy() method in that:
public final boolean isValid()
IRogValidatableisValid in interface IRogValidatablepublic final void getValidationErrors(List<XString> results, String errorPrefix)
IRogValidatablegetValidationErrors in interface IRogValidatableresults - 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.Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.