@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=226) public final class SrvMonMsgTypeStats extends Object implements ISrvMonMsgTypeStats, MessageReflector, com.neeve.query.impl.index.IdxMappable, UtlPool.Item<SrvMonMsgTypeStats>, AdmRuntime.BufferSizer
| ADM Type | Embedded Entity |
| Factory | SrvMonHeartbeatFactory |
| ADM Field Summary |
|---|
| Field | Type | Id | Description |
|---|---|---|---|
| messageFactoryId | Short | 116 | The factory id for the message type (unique within the application). |
| messageTypeId | Short | 117 | The message type id within its factory (unique within the type's factory). |
| messageTypeName | String | 115 | The fully qualified name of the message type. |
| msgCreateToOfferLatencies | SrvMonIntSeries |
63 |
Records latencies the message create to offer time (aka 'c2o') in microseconds.
This statistic records the time from when a message was created to when it was queued for processing by the engine. The creation timestamp is dependent on the source of the messsage:
|
| msgFilteringLatencies | SrvMonIntSeries |
61 | Records latencies for application message filtering times (by a message filter) (aka 'mfilt') in microseconds. |
| msgOfferToPollLatencies | SrvMonIntSeries |
64 |
Records latencies the message offer to poll time (aka 'c2o') in microseconds, the time an application spends in the engine's input queue.
Offer to poll latencies capture the time from which a message was offered to the AepEngine to the time that it is picked up by the engine for processing -- in other words the queue time (if any for the message). Note that the poll timestamp is the timestamp just after the engine's thread picks up the message, it does not include engine pre processing time, or message filtering time prior to the message being dispatch to an application handler. This time will included any scheduling delay specified for the message when it is offered to engine. |
| msgPreProcessingLatencies | SrvMonIntSeries |
62 |
The message pre processing latencies (aka 'mproc') in microseconds.
Message pre processing latencies record the time spent by the engine after it takes a message f rom its input queue to the time at which it begins dispatching it to handlers - in other words any bookkeeping overhead done by the engine done to prepare the message from dispatch. A high value in this statistic could indicate:
|
| msgProcessingLatencies | SrvMonIntSeries |
43 | Records latencies for application message process times (in an EventHandler) (aka 'mproc'). |
| numDupMsgsRcvd | Long | 19 | The number of duplicate messages the application has received. |
| numMsgsFiltered | Long | 60 | The number of messages that were filtered. |
| numMsgsRcvdBestEffort | Long | 17 | The number of best effort messages the application has received. |
| numMsgsRcvdGuaranteed | Long | 18 | The number of guaranteed messages the application has received. |
| numMsgsResent | Long | 22 | The number of messages the application has retransmitted. |
| numMsgsSentBestEffort | Long | 20 | The number of best effort messages sent by the application. |
| numMsgsSentGuaranteed | Long | 21 | The number of guaranteed messages sent by the application. |
| numMsgsSourced | Long | 59 |
The number of messages that were sourced.
Sourced messages apply only to messages not received directly from a message bus. They include: messages replicated to the backup, initialized from the event log at the primary, initialized from the primary at the backup, and messages injected by the application. The total number of messages received by the engine can be computed by adding numMsgsRcvdBestEffort + numMsgsRcvdGuaranteed + numMsgsSourced. |
| Modifier and Type | Class and Description |
|---|---|
static class |
SrvMonMsgTypeStats.Deserializer
The deserializer
|
static class |
SrvMonMsgTypeStats.PacketBody
The backing packet type for SrvMonMsgTypeStats (used internally for serialization purposes).
|
static class |
SrvMonMsgTypeStats.Pojo
The POJO
|
static class |
SrvMonMsgTypeStats.Serializer
The serializer
|
| Modifier and Type | Field and Description |
|---|---|
static SrvMonMsgTypeStats[] |
EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
SrvMonMsgTypeStats |
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 |
clearMessageFactoryId()
Clears the value of 'messageFactoryId'.
|
void |
clearMessageTypeId()
Clears the value of 'messageTypeId'.
|
void |
clearMessageTypeName()
Clears the value of 'messageTypeName'.
|
void |
clearMsgCreateToOfferLatencies()
Clears the value of 'msgCreateToOfferLatencies'.
|
void |
clearMsgFilteringLatencies()
Clears the value of 'msgFilteringLatencies'.
|
void |
clearMsgOfferToPollLatencies()
Clears the value of 'msgOfferToPollLatencies'.
|
void |
clearMsgPreProcessingLatencies()
Clears the value of 'msgPreProcessingLatencies'.
|
void |
clearMsgProcessingLatencies()
Clears the value of 'msgProcessingLatencies'.
|
void |
clearNumDupMsgsRcvd()
Clears the value of 'numDupMsgsRcvd'.
|
void |
clearNumMsgsFiltered()
Clears the value of 'numMsgsFiltered'.
|
void |
clearNumMsgsRcvdBestEffort()
Clears the value of 'numMsgsRcvdBestEffort'.
|
void |
clearNumMsgsRcvdGuaranteed()
Clears the value of 'numMsgsRcvdGuaranteed'.
|
void |
clearNumMsgsResent()
Clears the value of 'numMsgsResent'.
|
void |
clearNumMsgsSentBestEffort()
Clears the value of 'numMsgsSentBestEffort'.
|
void |
clearNumMsgsSentGuaranteed()
Clears the value of 'numMsgsSentGuaranteed'.
|
void |
clearNumMsgsSourced()
Clears the value of 'numMsgsSourced'.
|
Object |
clone()
Creates a clone of this object.
|
SrvMonMsgTypeStats |
copy() |
void |
copyInto(SrvMonMsgTypeStats copy) |
static SrvMonMsgTypeStats |
create() |
SrvMonMsgTypeStats |
deserializeFrom(byte[] array,
int offset,
int len) |
SrvMonMsgTypeStats |
deserializeFrom(ByteBuffer buffer) |
SrvMonMsgTypeStats |
deserializeFrom(IOBuffer buffer,
int offset,
int len) |
SrvMonMsgTypeStats |
deserializeFrom(IOElasticBuffer buffer,
int offset,
int len) |
SrvMonMsgTypeStats |
deserializeFrom(long addr,
int offset,
int len) |
SrvMonMsgTypeStats |
deserializeFrom(PktPacket packet) |
SrvMonMsgTypeStats |
deserializeFrom(SrvMonMsgTypeStats.Deserializer deserializer) |
SrvMonMsgTypeStats |
deserializeFrom(SrvMonMsgTypeStats val) |
SrvMonMsgTypeStats |
deserializeFromByteArray(byte[] array) |
SrvMonMsgTypeStats |
deserializeFromByteBuffer(ByteBuffer buffer) |
SrvMonMsgTypeStats |
deserializeFromJson(String json) |
SrvMonMsgTypeStats |
deserializeFromNative(long addr,
int offset,
int len)
Deprecated.
|
SrvMonMsgTypeStats |
deserializeFromPacket(PktPacket packet) |
SrvMonMsgTypeStats |
deserializeFromRawJson(String json) |
SrvMonMsgTypeStats.Deserializer |
deserializer() |
SrvMonMsgTypeStats.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<SrvMonMsgTypeStats,T> |
getFieldReflector(String name)
Get a field reflector.
|
static <T> IRogFieldReflector<SrvMonMsgTypeStats,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.
|
short |
getMessageFactoryId()
Gets the value of 'messageFactoryId'.
|
Short |
getMessageFactoryIdAsObject()
Gets the value of 'messageFactoryId'.
|
static int |
getMessageFactoryIdFieldId() |
short |
getMessageTypeId()
Gets the value of 'messageTypeId'.
|
Short |
getMessageTypeIdAsObject()
Gets the value of 'messageTypeId'.
|
static int |
getMessageTypeIdFieldId() |
String |
getMessageTypeName()
Gets the value of 'messageTypeName'.
|
static int |
getMessageTypeNameFieldId() |
<T extends XString> |
getMessageTypeNameTo(IXStringFactory<T> factory)
Copies the value of this String field into a new XString from the given factory.
|
void |
getMessageTypeNameTo(XString val)
Copies the value of 'messageTypeName' into the provided XString.
|
XString |
getMessageTypeNameUnsafe()
Gets the raw value of 'messageTypeName'.
|
SrvMonIntSeries |
getMsgCreateToOfferLatencies()
Gets the value of 'msgCreateToOfferLatencies'.
|
static int |
getMsgCreateToOfferLatenciesFieldId() |
void |
getMsgCreateToOfferLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
SrvMonIntSeries |
getMsgFilteringLatencies()
Gets the value of 'msgFilteringLatencies'.
|
static int |
getMsgFilteringLatenciesFieldId() |
void |
getMsgFilteringLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
SrvMonIntSeries |
getMsgOfferToPollLatencies()
Gets the value of 'msgOfferToPollLatencies'.
|
static int |
getMsgOfferToPollLatenciesFieldId() |
void |
getMsgOfferToPollLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
SrvMonIntSeries |
getMsgPreProcessingLatencies()
Gets the value of 'msgPreProcessingLatencies'.
|
static int |
getMsgPreProcessingLatenciesFieldId() |
void |
getMsgPreProcessingLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
SrvMonIntSeries |
getMsgProcessingLatencies()
Gets the value of 'msgProcessingLatencies'.
|
static int |
getMsgProcessingLatenciesFieldId() |
void |
getMsgProcessingLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
long |
getNumDupMsgsRcvd()
Gets the value of 'numDupMsgsRcvd'.
|
Long |
getNumDupMsgsRcvdAsObject()
Gets the value of 'numDupMsgsRcvd'.
|
static int |
getNumDupMsgsRcvdFieldId() |
long |
getNumMsgsFiltered()
Gets the value of 'numMsgsFiltered'.
|
Long |
getNumMsgsFilteredAsObject()
Gets the value of 'numMsgsFiltered'.
|
static int |
getNumMsgsFilteredFieldId() |
long |
getNumMsgsRcvdBestEffort()
Gets the value of 'numMsgsRcvdBestEffort'.
|
Long |
getNumMsgsRcvdBestEffortAsObject()
Gets the value of 'numMsgsRcvdBestEffort'.
|
static int |
getNumMsgsRcvdBestEffortFieldId() |
long |
getNumMsgsRcvdGuaranteed()
Gets the value of 'numMsgsRcvdGuaranteed'.
|
Long |
getNumMsgsRcvdGuaranteedAsObject()
Gets the value of 'numMsgsRcvdGuaranteed'.
|
static int |
getNumMsgsRcvdGuaranteedFieldId() |
long |
getNumMsgsResent()
Gets the value of 'numMsgsResent'.
|
Long |
getNumMsgsResentAsObject()
Gets the value of 'numMsgsResent'.
|
static int |
getNumMsgsResentFieldId() |
long |
getNumMsgsSentBestEffort()
Gets the value of 'numMsgsSentBestEffort'.
|
Long |
getNumMsgsSentBestEffortAsObject()
Gets the value of 'numMsgsSentBestEffort'.
|
static int |
getNumMsgsSentBestEffortFieldId() |
long |
getNumMsgsSentGuaranteed()
Gets the value of 'numMsgsSentGuaranteed'.
|
Long |
getNumMsgsSentGuaranteedAsObject()
Gets the value of 'numMsgsSentGuaranteed'.
|
static int |
getNumMsgsSentGuaranteedFieldId() |
long |
getNumMsgsSourced()
Gets the value of 'numMsgsSourced'.
|
Long |
getNumMsgsSourcedAsObject()
Gets the value of 'numMsgsSourced'.
|
static int |
getNumMsgsSourcedFieldId() |
int |
getOwnershipCount() |
UtlPool<SrvMonMsgTypeStats> |
getPool()
Get a pool item's pool.
|
Object |
getQueryFieldValue(String name)
Gets an indexable value identified by a key.
|
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 |
hasMessageFactoryId()
Checks for the presence of 'messageFactoryId'.
|
boolean |
hasMessageTypeId()
Checks for the presence of 'messageTypeId'.
|
boolean |
hasMessageTypeName()
Checks for the presence of 'messageTypeName'.
|
boolean |
hasMsgCreateToOfferLatencies()
Checks for the presence of 'msgCreateToOfferLatencies'.
|
boolean |
hasMsgFilteringLatencies()
Checks for the presence of 'msgFilteringLatencies'.
|
boolean |
hasMsgOfferToPollLatencies()
Checks for the presence of 'msgOfferToPollLatencies'.
|
boolean |
hasMsgPreProcessingLatencies()
Checks for the presence of 'msgPreProcessingLatencies'.
|
boolean |
hasMsgProcessingLatencies()
Checks for the presence of 'msgProcessingLatencies'.
|
boolean |
hasNumDupMsgsRcvd()
Checks for the presence of 'numDupMsgsRcvd'.
|
boolean |
hasNumMsgsFiltered()
Checks for the presence of 'numMsgsFiltered'.
|
boolean |
hasNumMsgsRcvdBestEffort()
Checks for the presence of 'numMsgsRcvdBestEffort'.
|
boolean |
hasNumMsgsRcvdGuaranteed()
Checks for the presence of 'numMsgsRcvdGuaranteed'.
|
boolean |
hasNumMsgsResent()
Checks for the presence of 'numMsgsResent'.
|
boolean |
hasNumMsgsSentBestEffort()
Checks for the presence of 'numMsgsSentBestEffort'.
|
boolean |
hasNumMsgsSentGuaranteed()
Checks for the presence of 'numMsgsSentGuaranteed'.
|
boolean |
hasNumMsgsSourced()
Checks for the presence of 'numMsgsSourced'.
|
boolean |
hasPojo() |
boolean |
hasSerializedBuffer() |
SrvMonMsgTypeStats |
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.
|
void |
lendMessageTypeName(XString val)
Lends the value of 'messageTypeName' to this object.
|
void |
lendMsgCreateToOfferLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
void |
lendMsgFilteringLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
void |
lendMsgOfferToPollLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
void |
lendMsgPreProcessingLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
void |
lendMsgProcessingLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
boolean |
needsSync()
Check if a view needs to be sync'd for reflection.
|
SrvMonMsgTypeStats.Pojo |
pojo() |
SrvMonMsgTypeStats.Pojo |
pojo(boolean onlyPojos) |
void |
reset() |
void |
reset(boolean disposeMembers) |
SrvMonMsgTypeStats.Serializer |
serializer() |
SrvMonMsgTypeStats.Serializer |
serializer(int minimumLength) |
SrvMonMsgTypeStats.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(SrvMonMsgTypeStats.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 |
setMessageFactoryId(short val)
Sets the value of 'messageFactoryId'.
|
void |
setMessageTypeId(short val)
Sets the value of 'messageTypeId'.
|
void |
setMessageTypeName(String val)
Sets the value of 'messageTypeName'.
|
void |
setMessageTypeNameFrom(long val)
Sets the value of this String field to the given numeric value.
|
void |
setMessageTypeNameFrom(XString val)
Copies the provided XString value into this object's 'messageTypeName'.
|
void |
setMsgCreateToOfferLatencies(SrvMonIntSeries val)
Sets the value of 'msgCreateToOfferLatencies'.
|
void |
setMsgFilteringLatencies(SrvMonIntSeries val)
Sets the value of 'msgFilteringLatencies'.
|
void |
setMsgOfferToPollLatencies(SrvMonIntSeries val)
Sets the value of 'msgOfferToPollLatencies'.
|
void |
setMsgPreProcessingLatencies(SrvMonIntSeries val)
Sets the value of 'msgPreProcessingLatencies'.
|
void |
setMsgProcessingLatencies(SrvMonIntSeries val)
Sets the value of 'msgProcessingLatencies'.
|
void |
setNumDupMsgsRcvd(long val)
Sets the value of 'numDupMsgsRcvd'.
|
void |
setNumMsgsFiltered(long val)
Sets the value of 'numMsgsFiltered'.
|
void |
setNumMsgsRcvdBestEffort(long val)
Sets the value of 'numMsgsRcvdBestEffort'.
|
void |
setNumMsgsRcvdGuaranteed(long val)
Sets the value of 'numMsgsRcvdGuaranteed'.
|
void |
setNumMsgsResent(long val)
Sets the value of 'numMsgsResent'.
|
void |
setNumMsgsSentBestEffort(long val)
Sets the value of 'numMsgsSentBestEffort'.
|
void |
setNumMsgsSentGuaranteed(long val)
Sets the value of 'numMsgsSentGuaranteed'.
|
void |
setNumMsgsSourced(long val)
Sets the value of 'numMsgsSourced'.
|
SrvMonMsgTypeStats |
setPool(UtlPool<SrvMonMsgTypeStats> pool)
Set a pool item's pool.
|
void |
sync() |
SrvMonIntSeries |
takeMsgCreateToOfferLatencies()
'Takes' a reference to the msgCreateToOfferLatencies field from the message.
|
SrvMonIntSeries |
takeMsgFilteringLatencies()
'Takes' a reference to the msgFilteringLatencies field from the message.
|
SrvMonIntSeries |
takeMsgOfferToPollLatencies()
'Takes' a reference to the msgOfferToPollLatencies field from the message.
|
SrvMonIntSeries |
takeMsgPreProcessingLatencies()
'Takes' a reference to the msgPreProcessingLatencies field from the message.
|
SrvMonIntSeries |
takeMsgProcessingLatencies()
'Takes' a reference to the msgProcessingLatencies field from the message.
|
String |
toString() |
SrvMonMsgTypeStats |
wrap(IOBuffer buffer,
int len) |
public static final SrvMonMsgTypeStats[] EMPTY_ARRAY
public static SrvMonMsgTypeStats create()
public final boolean hasSerializedBuffer()
public final long getSerializedBuffer()
public final int getSerializedBufferCapacity()
public final int getSerializedBufferLength()
@Deprecated public final int getSerializeToNativeLength()
public final SrvMonMsgTypeStats.Serializer serializer(int length, boolean autoResizeTargetBuffer)
public final SrvMonMsgTypeStats.Serializer serializer(int minimumLength)
public final SrvMonMsgTypeStats.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 SrvMonMsgTypeStats.Deserializer deserializer(boolean createBuffer)
public final SrvMonMsgTypeStats.Deserializer deserializer()
public final boolean hasPojo()
public final boolean hasDirtyPojo()
public final SrvMonMsgTypeStats.Pojo pojo(boolean onlyPojos)
public final SrvMonMsgTypeStats.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(SrvMonMsgTypeStats.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 SrvMonMsgTypeStats deserializeFromRawJson(String json)
public final SrvMonMsgTypeStats deserializeFrom(SrvMonMsgTypeStats.Deserializer deserializer)
public final SrvMonMsgTypeStats deserializeFrom(SrvMonMsgTypeStats val)
public final SrvMonMsgTypeStats wrap(IOBuffer buffer, int len)
public final SrvMonMsgTypeStats deserializeFromByteArray(byte[] array)
public final SrvMonMsgTypeStats deserializeFrom(byte[] array, int offset, int len)
public final SrvMonMsgTypeStats deserializeFromByteBuffer(ByteBuffer buffer)
public final SrvMonMsgTypeStats deserializeFrom(ByteBuffer buffer)
public final SrvMonMsgTypeStats deserializeFrom(IOBuffer buffer, int offset, int len)
public final SrvMonMsgTypeStats deserializeFrom(IOElasticBuffer buffer, int offset, int len)
public final SrvMonMsgTypeStats deserializeFromPacket(PktPacket packet)
public final SrvMonMsgTypeStats deserializeFrom(PktPacket packet)
public final SrvMonMsgTypeStats deserializeFrom(long addr, int offset, int len)
@Deprecated public final SrvMonMsgTypeStats deserializeFromNative(long addr, int offset, int len)
public final SrvMonMsgTypeStats deserializeFromJson(String json)
public final void copyInto(SrvMonMsgTypeStats copy)
public final SrvMonMsgTypeStats 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 getNumMsgsRcvdBestEffortFieldId()
public final void setNumMsgsRcvdBestEffort(long val)
ISrvMonMsgTypeStatssetNumMsgsRcvdBestEffort in interface ISrvMonMsgTypeStatsval - The value to set.public final long getNumMsgsRcvdBestEffort()
ISrvMonMsgTypeStatsgetNumMsgsRcvdBestEffort in interface ISrvMonMsgTypeStatspublic final Long getNumMsgsRcvdBestEffortAsObject()
ISrvMonMsgTypeStatsgetNumMsgsRcvdBestEffortAsObject in interface ISrvMonMsgTypeStatspublic final boolean hasNumMsgsRcvdBestEffort()
ISrvMonMsgTypeStatshasNumMsgsRcvdBestEffort in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getNumMsgsRcvdBestEffort()public final void clearNumMsgsRcvdBestEffort()
ISrvMonMsgTypeStatsclearNumMsgsRcvdBestEffort in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.setNumMsgsRcvdBestEffort(long)public static final int getNumMsgsRcvdGuaranteedFieldId()
public final void setNumMsgsRcvdGuaranteed(long val)
ISrvMonMsgTypeStatssetNumMsgsRcvdGuaranteed in interface ISrvMonMsgTypeStatsval - The value to set.public final long getNumMsgsRcvdGuaranteed()
ISrvMonMsgTypeStatsgetNumMsgsRcvdGuaranteed in interface ISrvMonMsgTypeStatspublic final Long getNumMsgsRcvdGuaranteedAsObject()
ISrvMonMsgTypeStatsgetNumMsgsRcvdGuaranteedAsObject in interface ISrvMonMsgTypeStatspublic final boolean hasNumMsgsRcvdGuaranteed()
ISrvMonMsgTypeStatshasNumMsgsRcvdGuaranteed in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getNumMsgsRcvdGuaranteed()public final void clearNumMsgsRcvdGuaranteed()
ISrvMonMsgTypeStatsclearNumMsgsRcvdGuaranteed in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.setNumMsgsRcvdGuaranteed(long)public static final int getNumDupMsgsRcvdFieldId()
public final void setNumDupMsgsRcvd(long val)
ISrvMonMsgTypeStatssetNumDupMsgsRcvd in interface ISrvMonMsgTypeStatsval - The value to set.public final long getNumDupMsgsRcvd()
ISrvMonMsgTypeStatsgetNumDupMsgsRcvd in interface ISrvMonMsgTypeStatspublic final Long getNumDupMsgsRcvdAsObject()
ISrvMonMsgTypeStatsgetNumDupMsgsRcvdAsObject in interface ISrvMonMsgTypeStatspublic final boolean hasNumDupMsgsRcvd()
ISrvMonMsgTypeStatshasNumDupMsgsRcvd in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getNumDupMsgsRcvd()public final void clearNumDupMsgsRcvd()
ISrvMonMsgTypeStatsclearNumDupMsgsRcvd in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.setNumDupMsgsRcvd(long)public static final int getNumMsgsSentBestEffortFieldId()
public final void setNumMsgsSentBestEffort(long val)
ISrvMonMsgTypeStatssetNumMsgsSentBestEffort in interface ISrvMonMsgTypeStatsval - The value to set.public final long getNumMsgsSentBestEffort()
ISrvMonMsgTypeStatsgetNumMsgsSentBestEffort in interface ISrvMonMsgTypeStatspublic final Long getNumMsgsSentBestEffortAsObject()
ISrvMonMsgTypeStatsgetNumMsgsSentBestEffortAsObject in interface ISrvMonMsgTypeStatspublic final boolean hasNumMsgsSentBestEffort()
ISrvMonMsgTypeStatshasNumMsgsSentBestEffort in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getNumMsgsSentBestEffort()public final void clearNumMsgsSentBestEffort()
ISrvMonMsgTypeStatsclearNumMsgsSentBestEffort in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.setNumMsgsSentBestEffort(long)public static final int getNumMsgsSentGuaranteedFieldId()
public final void setNumMsgsSentGuaranteed(long val)
ISrvMonMsgTypeStatssetNumMsgsSentGuaranteed in interface ISrvMonMsgTypeStatsval - The value to set.public final long getNumMsgsSentGuaranteed()
ISrvMonMsgTypeStatsgetNumMsgsSentGuaranteed in interface ISrvMonMsgTypeStatspublic final Long getNumMsgsSentGuaranteedAsObject()
ISrvMonMsgTypeStatsgetNumMsgsSentGuaranteedAsObject in interface ISrvMonMsgTypeStatspublic final boolean hasNumMsgsSentGuaranteed()
ISrvMonMsgTypeStatshasNumMsgsSentGuaranteed in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getNumMsgsSentGuaranteed()public final void clearNumMsgsSentGuaranteed()
ISrvMonMsgTypeStatsclearNumMsgsSentGuaranteed in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.setNumMsgsSentGuaranteed(long)public static final int getNumMsgsResentFieldId()
public final void setNumMsgsResent(long val)
ISrvMonMsgTypeStatssetNumMsgsResent in interface ISrvMonMsgTypeStatsval - The value to set.public final long getNumMsgsResent()
ISrvMonMsgTypeStatsgetNumMsgsResent in interface ISrvMonMsgTypeStatspublic final Long getNumMsgsResentAsObject()
ISrvMonMsgTypeStatsgetNumMsgsResentAsObject in interface ISrvMonMsgTypeStatspublic final boolean hasNumMsgsResent()
ISrvMonMsgTypeStatshasNumMsgsResent in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getNumMsgsResent()public final void clearNumMsgsResent()
ISrvMonMsgTypeStatsclearNumMsgsResent in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.setNumMsgsResent(long)public static final int getNumMsgsSourcedFieldId()
public final void setNumMsgsSourced(long val)
ISrvMonMsgTypeStatsSourced messages apply only to messages not received directly from a message bus. They include: messages replicated to the backup, initialized from the event log at the primary, initialized from the primary at the backup, and messages injected by the application. The total number of messages received by the engine can be computed by adding numMsgsRcvdBestEffort + numMsgsRcvdGuaranteed + numMsgsSourced.
setNumMsgsSourced in interface ISrvMonMsgTypeStatsval - The value to set.public final long getNumMsgsSourced()
ISrvMonMsgTypeStatsSourced messages apply only to messages not received directly from a message bus. They include: messages replicated to the backup, initialized from the event log at the primary, initialized from the primary at the backup, and messages injected by the application. The total number of messages received by the engine can be computed by adding numMsgsRcvdBestEffort + numMsgsRcvdGuaranteed + numMsgsSourced.
getNumMsgsSourced in interface ISrvMonMsgTypeStatspublic final Long getNumMsgsSourcedAsObject()
ISrvMonMsgTypeStatsSourced messages apply only to messages not received directly from a message bus. They include: messages replicated to the backup, initialized from the event log at the primary, initialized from the primary at the backup, and messages injected by the application. The total number of messages received by the engine can be computed by adding numMsgsRcvdBestEffort + numMsgsRcvdGuaranteed + numMsgsSourced.
getNumMsgsSourcedAsObject in interface ISrvMonMsgTypeStatspublic final boolean hasNumMsgsSourced()
ISrvMonMsgTypeStatsSourced messages apply only to messages not received directly from a message bus. They include: messages replicated to the backup, initialized from the event log at the primary, initialized from the primary at the backup, and messages injected by the application. The total number of messages received by the engine can be computed by adding numMsgsRcvdBestEffort + numMsgsRcvdGuaranteed + numMsgsSourced.
hasNumMsgsSourced in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getNumMsgsSourced()public final void clearNumMsgsSourced()
ISrvMonMsgTypeStatsSourced messages apply only to messages not received directly from a message bus. They include: messages replicated to the backup, initialized from the event log at the primary, initialized from the primary at the backup, and messages injected by the application. The total number of messages received by the engine can be computed by adding numMsgsRcvdBestEffort + numMsgsRcvdGuaranteed + numMsgsSourced.
clearNumMsgsSourced in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.setNumMsgsSourced(long)public static final int getNumMsgsFilteredFieldId()
public final void setNumMsgsFiltered(long val)
ISrvMonMsgTypeStatssetNumMsgsFiltered in interface ISrvMonMsgTypeStatsval - The value to set.public final long getNumMsgsFiltered()
ISrvMonMsgTypeStatsgetNumMsgsFiltered in interface ISrvMonMsgTypeStatspublic final Long getNumMsgsFilteredAsObject()
ISrvMonMsgTypeStatsgetNumMsgsFilteredAsObject in interface ISrvMonMsgTypeStatspublic final boolean hasNumMsgsFiltered()
ISrvMonMsgTypeStatshasNumMsgsFiltered in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getNumMsgsFiltered()public final void clearNumMsgsFiltered()
ISrvMonMsgTypeStatsclearNumMsgsFiltered in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.setNumMsgsFiltered(long)public static final int getMessageFactoryIdFieldId()
public final void setMessageFactoryId(short val)
ISrvMonMsgTypeStatssetMessageFactoryId in interface ISrvMonMsgTypeStatsval - The value to set.public final short getMessageFactoryId()
ISrvMonMsgTypeStatsgetMessageFactoryId in interface ISrvMonMsgTypeStatspublic final Short getMessageFactoryIdAsObject()
ISrvMonMsgTypeStatsgetMessageFactoryIdAsObject in interface ISrvMonMsgTypeStatspublic final boolean hasMessageFactoryId()
ISrvMonMsgTypeStatshasMessageFactoryId in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getMessageFactoryId()public final void clearMessageFactoryId()
ISrvMonMsgTypeStatsclearMessageFactoryId in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.setMessageFactoryId(short)public static final int getMessageTypeIdFieldId()
public final void setMessageTypeId(short val)
ISrvMonMsgTypeStatssetMessageTypeId in interface ISrvMonMsgTypeStatsval - The value to set.public final short getMessageTypeId()
ISrvMonMsgTypeStatsgetMessageTypeId in interface ISrvMonMsgTypeStatspublic final Short getMessageTypeIdAsObject()
ISrvMonMsgTypeStatsgetMessageTypeIdAsObject in interface ISrvMonMsgTypeStatspublic final boolean hasMessageTypeId()
ISrvMonMsgTypeStatshasMessageTypeId in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getMessageTypeId()public final void clearMessageTypeId()
ISrvMonMsgTypeStatsclearMessageTypeId in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.setMessageTypeId(short)public static final int getMsgProcessingLatenciesFieldId()
public final void setMsgProcessingLatencies(SrvMonIntSeries val)
ISrvMonMsgTypeStatssetMsgProcessingLatencies in interface ISrvMonMsgTypeStatsval - The value to set.public final void lendMsgProcessingLatencies(SrvMonIntSeries val)
ISrvMonMsgTypeStats
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendMsgProcessingLatencies in interface ISrvMonMsgTypeStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getMsgProcessingLatencies()
ISrvMonMsgTypeStatsgetMsgProcessingLatencies in interface ISrvMonMsgTypeStatspublic final void getMsgProcessingLatenciesTo(SrvMonIntSeries to)
ISrvMonMsgTypeStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getMsgProcessingLatenciesTo in interface ISrvMonMsgTypeStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeMsgProcessingLatencies()
ISrvMonMsgTypeStats
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeMsgProcessingLatencies in interface ISrvMonMsgTypeStatsnull if the field is not set.public final boolean hasMsgProcessingLatencies()
ISrvMonMsgTypeStatshasMsgProcessingLatencies in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getMsgProcessingLatencies()public final void clearMsgProcessingLatencies()
ISrvMonMsgTypeStatsclearMsgProcessingLatencies in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.setMsgProcessingLatencies(SrvMonIntSeries)public static final int getMsgFilteringLatenciesFieldId()
public final void setMsgFilteringLatencies(SrvMonIntSeries val)
ISrvMonMsgTypeStatssetMsgFilteringLatencies in interface ISrvMonMsgTypeStatsval - The value to set.public final void lendMsgFilteringLatencies(SrvMonIntSeries val)
ISrvMonMsgTypeStats
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendMsgFilteringLatencies in interface ISrvMonMsgTypeStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getMsgFilteringLatencies()
ISrvMonMsgTypeStatsgetMsgFilteringLatencies in interface ISrvMonMsgTypeStatspublic final void getMsgFilteringLatenciesTo(SrvMonIntSeries to)
ISrvMonMsgTypeStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getMsgFilteringLatenciesTo in interface ISrvMonMsgTypeStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeMsgFilteringLatencies()
ISrvMonMsgTypeStats
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeMsgFilteringLatencies in interface ISrvMonMsgTypeStatsnull if the field is not set.public final boolean hasMsgFilteringLatencies()
ISrvMonMsgTypeStatshasMsgFilteringLatencies in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getMsgFilteringLatencies()public final void clearMsgFilteringLatencies()
ISrvMonMsgTypeStatsclearMsgFilteringLatencies in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.setMsgFilteringLatencies(SrvMonIntSeries)public static final int getMsgPreProcessingLatenciesFieldId()
public final void setMsgPreProcessingLatencies(SrvMonIntSeries val)
ISrvMonMsgTypeStatsMessage pre processing latencies record the time spent by the engine after it takes a message f rom its input queue to the time at which it begins dispatching it to handlers - in other words any bookkeeping overhead done by the engine done to prepare the message from dispatch.
A high value in this statistic could indicate:
setMsgPreProcessingLatencies in interface ISrvMonMsgTypeStatsval - The value to set.public final void lendMsgPreProcessingLatencies(SrvMonIntSeries val)
ISrvMonMsgTypeStatsMessage pre processing latencies record the time spent by the engine after it takes a message f rom its input queue to the time at which it begins dispatching it to handlers - in other words any bookkeeping overhead done by the engine done to prepare the message from dispatch.
A high value in this statistic could indicate:
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendMsgPreProcessingLatencies in interface ISrvMonMsgTypeStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getMsgPreProcessingLatencies()
ISrvMonMsgTypeStatsMessage pre processing latencies record the time spent by the engine after it takes a message f rom its input queue to the time at which it begins dispatching it to handlers - in other words any bookkeeping overhead done by the engine done to prepare the message from dispatch.
A high value in this statistic could indicate:
getMsgPreProcessingLatencies in interface ISrvMonMsgTypeStatspublic final void getMsgPreProcessingLatenciesTo(SrvMonIntSeries to)
ISrvMonMsgTypeStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getMsgPreProcessingLatenciesTo in interface ISrvMonMsgTypeStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeMsgPreProcessingLatencies()
ISrvMonMsgTypeStatsMessage pre processing latencies record the time spent by the engine after it takes a message f rom its input queue to the time at which it begins dispatching it to handlers - in other words any bookkeeping overhead done by the engine done to prepare the message from dispatch.
A high value in this statistic could indicate:
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeMsgPreProcessingLatencies in interface ISrvMonMsgTypeStatsnull if the field is not set.public final boolean hasMsgPreProcessingLatencies()
ISrvMonMsgTypeStatsMessage pre processing latencies record the time spent by the engine after it takes a message f rom its input queue to the time at which it begins dispatching it to handlers - in other words any bookkeeping overhead done by the engine done to prepare the message from dispatch.
A high value in this statistic could indicate:
hasMsgPreProcessingLatencies in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getMsgPreProcessingLatencies()public final void clearMsgPreProcessingLatencies()
ISrvMonMsgTypeStatsMessage pre processing latencies record the time spent by the engine after it takes a message f rom its input queue to the time at which it begins dispatching it to handlers - in other words any bookkeeping overhead done by the engine done to prepare the message from dispatch.
A high value in this statistic could indicate:
clearMsgPreProcessingLatencies in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.setMsgPreProcessingLatencies(SrvMonIntSeries)public static final int getMsgCreateToOfferLatenciesFieldId()
public final void setMsgCreateToOfferLatencies(SrvMonIntSeries val)
ISrvMonMsgTypeStatsThis statistic records the time from when a message was created to when it was queued for processing by the engine.
The creation timestamp is dependent on the source of the messsage:
setMsgCreateToOfferLatencies in interface ISrvMonMsgTypeStatsval - The value to set.public final void lendMsgCreateToOfferLatencies(SrvMonIntSeries val)
ISrvMonMsgTypeStatsThis statistic records the time from when a message was created to when it was queued for processing by the engine.
The creation timestamp is dependent on the source of the messsage:
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendMsgCreateToOfferLatencies in interface ISrvMonMsgTypeStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getMsgCreateToOfferLatencies()
ISrvMonMsgTypeStatsThis statistic records the time from when a message was created to when it was queued for processing by the engine.
The creation timestamp is dependent on the source of the messsage:
getMsgCreateToOfferLatencies in interface ISrvMonMsgTypeStatspublic final void getMsgCreateToOfferLatenciesTo(SrvMonIntSeries to)
ISrvMonMsgTypeStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getMsgCreateToOfferLatenciesTo in interface ISrvMonMsgTypeStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeMsgCreateToOfferLatencies()
ISrvMonMsgTypeStatsThis statistic records the time from when a message was created to when it was queued for processing by the engine.
The creation timestamp is dependent on the source of the messsage:
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeMsgCreateToOfferLatencies in interface ISrvMonMsgTypeStatsnull if the field is not set.public final boolean hasMsgCreateToOfferLatencies()
ISrvMonMsgTypeStatsThis statistic records the time from when a message was created to when it was queued for processing by the engine.
The creation timestamp is dependent on the source of the messsage:
hasMsgCreateToOfferLatencies in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getMsgCreateToOfferLatencies()public final void clearMsgCreateToOfferLatencies()
ISrvMonMsgTypeStatsThis statistic records the time from when a message was created to when it was queued for processing by the engine.
The creation timestamp is dependent on the source of the messsage:
clearMsgCreateToOfferLatencies in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.setMsgCreateToOfferLatencies(SrvMonIntSeries)public static final int getMsgOfferToPollLatenciesFieldId()
public final void setMsgOfferToPollLatencies(SrvMonIntSeries val)
ISrvMonMsgTypeStatsOffer to poll latencies capture the time from which a message was offered to the AepEngine to the time that it is picked up by the engine for processing -- in other words the queue time (if any for the message).
Note that the poll timestamp is the timestamp just after the engine's thread picks up the message, it does not include engine pre processing time, or message filtering time prior to the message being dispatch to an application handler.
This time will included any scheduling delay specified for the message when it is offered to engine.
setMsgOfferToPollLatencies in interface ISrvMonMsgTypeStatsval - The value to set.public final void lendMsgOfferToPollLatencies(SrvMonIntSeries val)
ISrvMonMsgTypeStatsOffer to poll latencies capture the time from which a message was offered to the AepEngine to the time that it is picked up by the engine for processing -- in other words the queue time (if any for the message).
Note that the poll timestamp is the timestamp just after the engine's thread picks up the message, it does not include engine pre processing time, or message filtering time prior to the message being dispatch to an application handler.
This time will included any scheduling delay specified for the message when it is offered to engine.
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendMsgOfferToPollLatencies in interface ISrvMonMsgTypeStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getMsgOfferToPollLatencies()
ISrvMonMsgTypeStatsOffer to poll latencies capture the time from which a message was offered to the AepEngine to the time that it is picked up by the engine for processing -- in other words the queue time (if any for the message).
Note that the poll timestamp is the timestamp just after the engine's thread picks up the message, it does not include engine pre processing time, or message filtering time prior to the message being dispatch to an application handler.
This time will included any scheduling delay specified for the message when it is offered to engine.
getMsgOfferToPollLatencies in interface ISrvMonMsgTypeStatspublic final void getMsgOfferToPollLatenciesTo(SrvMonIntSeries to)
ISrvMonMsgTypeStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getMsgOfferToPollLatenciesTo in interface ISrvMonMsgTypeStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeMsgOfferToPollLatencies()
ISrvMonMsgTypeStatsOffer to poll latencies capture the time from which a message was offered to the AepEngine to the time that it is picked up by the engine for processing -- in other words the queue time (if any for the message).
Note that the poll timestamp is the timestamp just after the engine's thread picks up the message, it does not include engine pre processing time, or message filtering time prior to the message being dispatch to an application handler.
This time will included any scheduling delay specified for the message when it is offered to engine.
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeMsgOfferToPollLatencies in interface ISrvMonMsgTypeStatsnull if the field is not set.public final boolean hasMsgOfferToPollLatencies()
ISrvMonMsgTypeStatsOffer to poll latencies capture the time from which a message was offered to the AepEngine to the time that it is picked up by the engine for processing -- in other words the queue time (if any for the message).
Note that the poll timestamp is the timestamp just after the engine's thread picks up the message, it does not include engine pre processing time, or message filtering time prior to the message being dispatch to an application handler.
This time will included any scheduling delay specified for the message when it is offered to engine.
hasMsgOfferToPollLatencies in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getMsgOfferToPollLatencies()public final void clearMsgOfferToPollLatencies()
ISrvMonMsgTypeStatsOffer to poll latencies capture the time from which a message was offered to the AepEngine to the time that it is picked up by the engine for processing -- in other words the queue time (if any for the message).
Note that the poll timestamp is the timestamp just after the engine's thread picks up the message, it does not include engine pre processing time, or message filtering time prior to the message being dispatch to an application handler.
This time will included any scheduling delay specified for the message when it is offered to engine.
clearMsgOfferToPollLatencies in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.setMsgOfferToPollLatencies(SrvMonIntSeries)public static final int getMessageTypeNameFieldId()
public final void setMessageTypeName(String val)
ISrvMonMsgTypeStatssetMessageTypeName in interface ISrvMonMsgTypeStatsval - The value to set.public final String getMessageTypeName()
ISrvMonMsgTypeStatsgetMessageTypeName in interface ISrvMonMsgTypeStatspublic final void lendMessageTypeName(XString val)
ISrvMonMsgTypeStatsThis method is equivalent to setMessageTypeName except that it allows this object to defer copying the value until this object is next serialized. This means that the caller must not modify or dispose the value being passed in to this method.
Note, also, that unlike lendXXX methods for embedded entities, this method does not attempt to acquire or dispose of the value passed in even if the value is poolable.
lendMessageTypeName in interface ISrvMonMsgTypeStatsval - The value to set.public final void setMessageTypeNameFrom(long val)
ISrvMonMsgTypeStats
NOTE:
This is the same as calling ISrvMonMsgTypeStats.setMessageTypeName(String).
with Long.valueOf(val).toString(), except that using this method is a zero garbage
operation for Xbuf encoding.
setMessageTypeNameFrom in interface ISrvMonMsgTypeStatspublic final <T extends XString> T getMessageTypeNameTo(IXStringFactory<T> factory)
ISrvMonMsgTypeStats
If the value of this field is not null this method creates an XString from
the provided Factory, copies this field's value into the type, and returns the new
XString.);
This is a zero garbage operation if the provided factory is backed by a pool and the pool; has available instances;
getMessageTypeNameTo in interface ISrvMonMsgTypeStatsfactory - The factory from which to get the XString to copy into and returnnull.public final void setMessageTypeNameFrom(XString val)
ISrvMonMsgTypeStats
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this setter
can be more efficient than ISrvMonMsgTypeStats.setMessageTypeName(String)
because it avoids encoding the value into a String if the given XString is already encoded.
setMessageTypeNameFrom in interface ISrvMonMsgTypeStatspublic final void getMessageTypeNameTo(XString val)
ISrvMonMsgTypeStats
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this getter
can be more efficient than ISrvMonMsgTypeStats.getMessageTypeName() bec
because it can avoid decoding the value into an String.
getMessageTypeNameTo in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getMessageTypeName()public final XString getMessageTypeNameUnsafe()
ISrvMonMsgTypeStats
NOTE:
This method retrieves the raw value backed by this object's buffer. This is a useful operation
when copying this field value to another object because it avoids copying the data into an intermediate
XString and instead allows direct byte transfer from the raw value to the target object.
However, this accessor is inherently unsafe because the buffer backing this object can be changed which would consequently invalidate the XString returned by this method. Consequently, the caller must not retain the returned raw value beyond the scope of this object's lifespan and access to the raw value follows the same threading rules as access to this object.
Additionally, the caller must not in any way mutate or modify the returned value as doing so could corrupt this object's backing buffer.
getMessageTypeNameUnsafe in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getMessageTypeName()public final boolean hasMessageTypeName()
ISrvMonMsgTypeStatshasMessageTypeName in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.getMessageTypeName()public final void clearMessageTypeName()
ISrvMonMsgTypeStatsclearMessageTypeName in interface ISrvMonMsgTypeStatsISrvMonMsgTypeStats.setMessageTypeName(String)public static final <T> IRogFieldReflector<SrvMonMsgTypeStats,T> getFieldReflector(String name)
name - The name of the field ('.' delimited for nested fields)public static final <T> IRogFieldReflector<SrvMonMsgTypeStats,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 SrvMonMsgTypeStats 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<SrvMonMsgTypeStats>public final SrvMonMsgTypeStats setPool(UtlPool<SrvMonMsgTypeStats> 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<SrvMonMsgTypeStats>public final UtlPool<SrvMonMsgTypeStats> getPool()
UtlPool.Item
This method should return the pool set using UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)
getPool in interface UtlPool.Item<SrvMonMsgTypeStats>UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)public final SrvMonMsgTypeStats 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.