@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=229) public final class SrvMonLongHistogram extends Object implements ISrvMonLongHistogram, MessageReflector, com.neeve.query.impl.index.IdxMappable, UtlPool.Item<SrvMonLongHistogram>, AdmRuntime.BufferSizer
SrvMonLongHistogram reports results of XVM side calculations done for SrvMonLongSeries statistics.
| ADM Type | Embedded Entity |
| Factory | SrvMonHeartbeatFactory |
| ADM Field Summary |
|---|
| Field | Type | Id | Description |
|---|---|---|---|
| maximum | Long | 18 |
The maximum value recorded in the sample set.
The value may not be set if the sample size is 0. |
| mean | Long | 19 |
The mean value for the sample set.
The value may not be set if the sample size is 0. |
| median | Long | 20 |
The median value for the sample set.
The value may not be set if the sample size is 0. |
| minimum | Long | 17 |
The minimum value recorded in the sample set.
The value may not be set if the sample size is 0. |
| pct75 | Long | 21 |
The 75th percentile for the sample set.
The value may not be set if the sample size is 0. |
| pct90 | Long | 22 |
The 90th percentile for the sample set.
The value may not be set if the sample size is 0. |
| pct99 | Long | 23 |
The 99th percentile for the sample set.
The value may not be set if the sample size is 0. |
| pct999 | Long | 24 |
The 99.9th percentile for the the sample set.
The value may not be set if the sample size is 0. |
| pct9999 | Long | 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 |
SrvMonLongHistogram.Deserializer
The deserializer
|
static class |
SrvMonLongHistogram.PacketBody
The backing packet type for SrvMonLongHistogram (used internally for serialization purposes).
|
static class |
SrvMonLongHistogram.Pojo
The POJO
|
static class |
SrvMonLongHistogram.Serializer
The serializer
|
| Modifier and Type | Field and Description |
|---|---|
static SrvMonLongHistogram[] |
EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
SrvMonLongHistogram |
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.
|
SrvMonLongHistogram |
copy() |
void |
copyInto(SrvMonLongHistogram copy) |
static SrvMonLongHistogram |
create() |
SrvMonLongHistogram |
deserializeFrom(byte[] array,
int offset,
int len) |
SrvMonLongHistogram |
deserializeFrom(ByteBuffer buffer) |
SrvMonLongHistogram |
deserializeFrom(IOBuffer buffer,
int offset,
int len) |
SrvMonLongHistogram |
deserializeFrom(IOElasticBuffer buffer,
int offset,
int len) |
SrvMonLongHistogram |
deserializeFrom(long addr,
int offset,
int len) |
SrvMonLongHistogram |
deserializeFrom(PktPacket packet) |
SrvMonLongHistogram |
deserializeFrom(SrvMonLongHistogram.Deserializer deserializer) |
SrvMonLongHistogram |
deserializeFrom(SrvMonLongHistogram val) |
SrvMonLongHistogram |
deserializeFromByteArray(byte[] array) |
SrvMonLongHistogram |
deserializeFromByteBuffer(ByteBuffer buffer) |
SrvMonLongHistogram |
deserializeFromJson(String json) |
SrvMonLongHistogram |
deserializeFromNative(long addr,
int offset,
int len)
Deprecated.
|
SrvMonLongHistogram |
deserializeFromPacket(PktPacket packet) |
SrvMonLongHistogram |
deserializeFromRawJson(String json) |
SrvMonLongHistogram.Deserializer |
deserializer() |
SrvMonLongHistogram.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<SrvMonLongHistogram,T> |
getFieldReflector(String name)
Get a field reflector.
|
static <T> IRogFieldReflector<SrvMonLongHistogram,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.
|
long |
getMaximum()
Gets the value of 'maximum'.
|
Long |
getMaximumAsObject()
Gets the value of 'maximum'.
|
static int |
getMaximumFieldId() |
long |
getMean()
Gets the value of 'mean'.
|
Long |
getMeanAsObject()
Gets the value of 'mean'.
|
static int |
getMeanFieldId() |
long |
getMedian()
Gets the value of 'median'.
|
Long |
getMedianAsObject()
Gets the value of 'median'.
|
static int |
getMedianFieldId() |
long |
getMinimum()
Gets the value of 'minimum'.
|
Long |
getMinimumAsObject()
Gets the value of 'minimum'.
|
static int |
getMinimumFieldId() |
int |
getOwnershipCount() |
long |
getPct75()
Gets the value of 'pct75'.
|
Long |
getPct75AsObject()
Gets the value of 'pct75'.
|
static int |
getPct75FieldId() |
long |
getPct90()
Gets the value of 'pct90'.
|
Long |
getPct90AsObject()
Gets the value of 'pct90'.
|
static int |
getPct90FieldId() |
long |
getPct99()
Gets the value of 'pct99'.
|
long |
getPct999()
Gets the value of 'pct999'.
|
long |
getPct9999()
Gets the value of 'pct9999'.
|
Long |
getPct9999AsObject()
Gets the value of 'pct9999'.
|
static int |
getPct9999FieldId() |
Long |
getPct999AsObject()
Gets the value of 'pct999'.
|
static int |
getPct999FieldId() |
Long |
getPct99AsObject()
Gets the value of 'pct99'.
|
static int |
getPct99FieldId() |
UtlPool<SrvMonLongHistogram> |
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() |
SrvMonLongHistogram |
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.
|
SrvMonLongHistogram.Pojo |
pojo() |
SrvMonLongHistogram.Pojo |
pojo(boolean onlyPojos) |
void |
reset() |
void |
reset(boolean disposeMembers) |
SrvMonLongHistogram.Serializer |
serializer() |
SrvMonLongHistogram.Serializer |
serializer(int minimumLength) |
SrvMonLongHistogram.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(SrvMonLongHistogram.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(long val)
Sets the value of 'maximum'.
|
void |
setMean(long val)
Sets the value of 'mean'.
|
void |
setMedian(long val)
Sets the value of 'median'.
|
void |
setMinimum(long val)
Sets the value of 'minimum'.
|
void |
setPct75(long val)
Sets the value of 'pct75'.
|
void |
setPct90(long val)
Sets the value of 'pct90'.
|
void |
setPct99(long val)
Sets the value of 'pct99'.
|
void |
setPct999(long val)
Sets the value of 'pct999'.
|
void |
setPct9999(long val)
Sets the value of 'pct9999'.
|
SrvMonLongHistogram |
setPool(UtlPool<SrvMonLongHistogram> 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() |
SrvMonLongHistogram |
wrap(IOBuffer buffer,
int len) |
public static final SrvMonLongHistogram[] EMPTY_ARRAY
public static SrvMonLongHistogram create()
public final boolean hasSerializedBuffer()
public final long getSerializedBuffer()
public final int getSerializedBufferCapacity()
public final int getSerializedBufferLength()
@Deprecated public final int getSerializeToNativeLength()
public final SrvMonLongHistogram.Serializer serializer(int length, boolean autoResizeTargetBuffer)
public final SrvMonLongHistogram.Serializer serializer(int minimumLength)
public final SrvMonLongHistogram.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 SrvMonLongHistogram.Deserializer deserializer(boolean createBuffer)
public final SrvMonLongHistogram.Deserializer deserializer()
public final boolean hasPojo()
public final boolean hasDirtyPojo()
public final SrvMonLongHistogram.Pojo pojo(boolean onlyPojos)
public final SrvMonLongHistogram.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(SrvMonLongHistogram.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 SrvMonLongHistogram deserializeFromRawJson(String json)
public final SrvMonLongHistogram deserializeFrom(SrvMonLongHistogram.Deserializer deserializer)
public final SrvMonLongHistogram deserializeFrom(SrvMonLongHistogram val)
public final SrvMonLongHistogram wrap(IOBuffer buffer, int len)
public final SrvMonLongHistogram deserializeFromByteArray(byte[] array)
public final SrvMonLongHistogram deserializeFrom(byte[] array, int offset, int len)
public final SrvMonLongHistogram deserializeFromByteBuffer(ByteBuffer buffer)
public final SrvMonLongHistogram deserializeFrom(ByteBuffer buffer)
public final SrvMonLongHistogram deserializeFrom(IOBuffer buffer, int offset, int len)
public final SrvMonLongHistogram deserializeFrom(IOElasticBuffer buffer, int offset, int len)
public final SrvMonLongHistogram deserializeFromPacket(PktPacket packet)
public final SrvMonLongHistogram deserializeFrom(PktPacket packet)
public final SrvMonLongHistogram deserializeFrom(long addr, int offset, int len)
@Deprecated public final SrvMonLongHistogram deserializeFromNative(long addr, int offset, int len)
public final SrvMonLongHistogram deserializeFromJson(String json)
public final void copyInto(SrvMonLongHistogram copy)
public final SrvMonLongHistogram 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)
ISrvMonLongHistogramsetSampleSize in interface ISrvMonLongHistogramval - The value to set.public final long getSampleSize()
ISrvMonLongHistogramgetSampleSize in interface ISrvMonLongHistogrampublic final Long getSampleSizeAsObject()
ISrvMonLongHistogramgetSampleSizeAsObject in interface ISrvMonLongHistogrampublic final boolean hasSampleSize()
ISrvMonLongHistogramhasSampleSize in interface ISrvMonLongHistogramISrvMonLongHistogram.getSampleSize()public final void clearSampleSize()
ISrvMonLongHistogramclearSampleSize in interface ISrvMonLongHistogramISrvMonLongHistogram.setSampleSize(long)public static final int getMinimumFieldId()
public final void setMinimum(long val)
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
setMinimum in interface ISrvMonLongHistogramval - The value to set.public final long getMinimum()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getMinimum in interface ISrvMonLongHistogrampublic final Long getMinimumAsObject()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getMinimumAsObject in interface ISrvMonLongHistogrampublic final boolean hasMinimum()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
hasMinimum in interface ISrvMonLongHistogramISrvMonLongHistogram.getMinimum()public final void clearMinimum()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
clearMinimum in interface ISrvMonLongHistogramISrvMonLongHistogram.setMinimum(long)public static final int getMaximumFieldId()
public final void setMaximum(long val)
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
setMaximum in interface ISrvMonLongHistogramval - The value to set.public final long getMaximum()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getMaximum in interface ISrvMonLongHistogrampublic final Long getMaximumAsObject()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getMaximumAsObject in interface ISrvMonLongHistogrampublic final boolean hasMaximum()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
hasMaximum in interface ISrvMonLongHistogramISrvMonLongHistogram.getMaximum()public final void clearMaximum()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
clearMaximum in interface ISrvMonLongHistogramISrvMonLongHistogram.setMaximum(long)public static final int getMeanFieldId()
public final void setMean(long val)
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
setMean in interface ISrvMonLongHistogramval - The value to set.public final long getMean()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getMean in interface ISrvMonLongHistogrampublic final Long getMeanAsObject()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getMeanAsObject in interface ISrvMonLongHistogrampublic final boolean hasMean()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
hasMean in interface ISrvMonLongHistogramISrvMonLongHistogram.getMean()public final void clearMean()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
clearMean in interface ISrvMonLongHistogramISrvMonLongHistogram.setMean(long)public static final int getMedianFieldId()
public final void setMedian(long val)
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
setMedian in interface ISrvMonLongHistogramval - The value to set.public final long getMedian()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getMedian in interface ISrvMonLongHistogrampublic final Long getMedianAsObject()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getMedianAsObject in interface ISrvMonLongHistogrampublic final boolean hasMedian()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
hasMedian in interface ISrvMonLongHistogramISrvMonLongHistogram.getMedian()public final void clearMedian()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
clearMedian in interface ISrvMonLongHistogramISrvMonLongHistogram.setMedian(long)public static final int getPct75FieldId()
public final void setPct75(long val)
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
setPct75 in interface ISrvMonLongHistogramval - The value to set.public final long getPct75()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getPct75 in interface ISrvMonLongHistogrampublic final Long getPct75AsObject()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getPct75AsObject in interface ISrvMonLongHistogrampublic final boolean hasPct75()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
hasPct75 in interface ISrvMonLongHistogramISrvMonLongHistogram.getPct75()public final void clearPct75()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
clearPct75 in interface ISrvMonLongHistogramISrvMonLongHistogram.setPct75(long)public static final int getPct90FieldId()
public final void setPct90(long val)
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
setPct90 in interface ISrvMonLongHistogramval - The value to set.public final long getPct90()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getPct90 in interface ISrvMonLongHistogrampublic final Long getPct90AsObject()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getPct90AsObject in interface ISrvMonLongHistogrampublic final boolean hasPct90()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
hasPct90 in interface ISrvMonLongHistogramISrvMonLongHistogram.getPct90()public final void clearPct90()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
clearPct90 in interface ISrvMonLongHistogramISrvMonLongHistogram.setPct90(long)public static final int getPct99FieldId()
public final void setPct99(long val)
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
setPct99 in interface ISrvMonLongHistogramval - The value to set.public final long getPct99()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getPct99 in interface ISrvMonLongHistogrampublic final Long getPct99AsObject()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getPct99AsObject in interface ISrvMonLongHistogrampublic final boolean hasPct99()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
hasPct99 in interface ISrvMonLongHistogramISrvMonLongHistogram.getPct99()public final void clearPct99()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
clearPct99 in interface ISrvMonLongHistogramISrvMonLongHistogram.setPct99(long)public static final int getPct999FieldId()
public final void setPct999(long val)
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
setPct999 in interface ISrvMonLongHistogramval - The value to set.public final long getPct999()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getPct999 in interface ISrvMonLongHistogrampublic final Long getPct999AsObject()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getPct999AsObject in interface ISrvMonLongHistogrampublic final boolean hasPct999()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
hasPct999 in interface ISrvMonLongHistogramISrvMonLongHistogram.getPct999()public final void clearPct999()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
clearPct999 in interface ISrvMonLongHistogramISrvMonLongHistogram.setPct999(long)public static final int getPct9999FieldId()
public final void setPct9999(long val)
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
setPct9999 in interface ISrvMonLongHistogramval - The value to set.public final long getPct9999()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getPct9999 in interface ISrvMonLongHistogrampublic final Long getPct9999AsObject()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
getPct9999AsObject in interface ISrvMonLongHistogrampublic final boolean hasPct9999()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
hasPct9999 in interface ISrvMonLongHistogramISrvMonLongHistogram.getPct9999()public final void clearPct9999()
ISrvMonLongHistogramThe value may not be set if the sample size is 0.
clearPct9999 in interface ISrvMonLongHistogramISrvMonLongHistogram.setPct9999(long)public static final int getSamplesOverMaxFieldId()
public final void setSamplesOverMax(long val)
ISrvMonLongHistogramWhen 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 ISrvMonLongHistogramval - The value to set.public final long getSamplesOverMax()
ISrvMonLongHistogramWhen 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 ISrvMonLongHistogrampublic final Long getSamplesOverMaxAsObject()
ISrvMonLongHistogramWhen 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 ISrvMonLongHistogrampublic final boolean hasSamplesOverMax()
ISrvMonLongHistogramWhen 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 ISrvMonLongHistogramISrvMonLongHistogram.getSamplesOverMax()public final void clearSamplesOverMax()
ISrvMonLongHistogramWhen 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 ISrvMonLongHistogramISrvMonLongHistogram.setSamplesOverMax(long)public static final int getSamplesUnderMinFieldId()
public final void setSamplesUnderMin(long val)
ISrvMonLongHistogramWhen 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 ISrvMonLongHistogramval - The value to set.public final long getSamplesUnderMin()
ISrvMonLongHistogramWhen 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 ISrvMonLongHistogrampublic final Long getSamplesUnderMinAsObject()
ISrvMonLongHistogramWhen 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 ISrvMonLongHistogrampublic final boolean hasSamplesUnderMin()
ISrvMonLongHistogramWhen 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 ISrvMonLongHistogramISrvMonLongHistogram.getSamplesUnderMin()public final void clearSamplesUnderMin()
ISrvMonLongHistogramWhen 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 ISrvMonLongHistogramISrvMonLongHistogram.setSamplesUnderMin(long)public static final <T> IRogFieldReflector<SrvMonLongHistogram,T> getFieldReflector(String name)
name - The name of the field ('.' delimited for nested fields)public static final <T> IRogFieldReflector<SrvMonLongHistogram,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 SrvMonLongHistogram 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<SrvMonLongHistogram>public final SrvMonLongHistogram setPool(UtlPool<SrvMonLongHistogram> 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<SrvMonLongHistogram>public final UtlPool<SrvMonLongHistogram> getPool()
UtlPool.Item
This method should return the pool set using UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)
getPool in interface UtlPool.Item<SrvMonLongHistogram>UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)public final SrvMonLongHistogram 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.