@Generated(value="com.neeve.adm.AdmGenerator", date="Fri Dec 05 13:32:50 UTC 2025") @AdmGenerated(compatLevel="4.1.0", admVersion="Unknown Version", date="12/5/25 1:32 PM", buildInfo="nvx-talon-3.16.63 (nvx-codegen-plugin)") public interface ISrvMonAdminClientStats extends IRogValidatable
A Talon XVM maintains statistics for connected "admin" clients. The XVM prioritizes its integrity to the reliability of information that it sends to admin clients. In other words, if the XVM detects that its integrity could be compromised due to congestion in its communication with the admin client, it will start to drop messages that it sends to the client. These statistics primarily serve the purpose of understanding the health of the connection to the admin client.
| ADM Type | Embedded Entity |
| Factory | SrvMonFactory |
| ADM Field Summary |
|---|
| Field | Type | Id | Description |
|---|---|---|---|
| flushesExecuted | Long | 13 | The number of outbound queue flushes executed. |
| flushesScheduled | Long | 12 | The number of outbound queue flushes scheduled. |
| heartbeatsDropped | Long | 4 | The number of heartbeats dropped because of congestion. |
| heartbeatsSent | Long | 3 | The number of heartbeats sent to the client. |
| lifecyclesSent | Long | 2 | The number of lifecycle events sent to the client. |
| name | String | 1 | The name of the admin client. |
| outboundQueueCapacity | Integer | 7 | The capacity, in bytes, of the client's outbound queue. |
| outboundQueueCount | Integer | 9 | The number of elements in the client's outbound queue. |
| outboundQueueFlushCount | Long | 11 | The number of elements flushed from the client's outbound queue. |
| outboundQueueFlushSize | Long | 10 | The number of bytes flushed from the client's outbound queue. |
| outboundQueueSize | Integer | 8 |
The size, in bytes, of the client's outbound queue.
Note that the size of a client's outbound queue can exceed the capacity. This can be caused when lifecycle events need to be sent to the client but the client connection. is congested. Since lifecycle events are not ever dropped, it can cause the queue capacity to be exceeded |
| tracesDropped | Long | 6 | The number of trace records dropped because of congestion. |
| tracesSent | Long | 5 | The number of trace records sent to the client. |
| Modifier and Type | Method and Description |
|---|---|
void |
clearFlushesExecuted()
Clears the value of 'flushesExecuted'.
|
void |
clearFlushesScheduled()
Clears the value of 'flushesScheduled'.
|
void |
clearHeartbeatsDropped()
Clears the value of 'heartbeatsDropped'.
|
void |
clearHeartbeatsSent()
Clears the value of 'heartbeatsSent'.
|
void |
clearLifecyclesSent()
Clears the value of 'lifecyclesSent'.
|
void |
clearName()
Clears the value of 'name'.
|
void |
clearOutboundQueueCapacity()
Clears the value of 'outboundQueueCapacity'.
|
void |
clearOutboundQueueCount()
Clears the value of 'outboundQueueCount'.
|
void |
clearOutboundQueueFlushCount()
Clears the value of 'outboundQueueFlushCount'.
|
void |
clearOutboundQueueFlushSize()
Clears the value of 'outboundQueueFlushSize'.
|
void |
clearOutboundQueueSize()
Clears the value of 'outboundQueueSize'.
|
void |
clearTracesDropped()
Clears the value of 'tracesDropped'.
|
void |
clearTracesSent()
Clears the value of 'tracesSent'.
|
long |
getFlushesExecuted()
Gets the value of 'flushesExecuted'.
|
Long |
getFlushesExecutedAsObject()
Gets the value of 'flushesExecuted'.
|
long |
getFlushesScheduled()
Gets the value of 'flushesScheduled'.
|
Long |
getFlushesScheduledAsObject()
Gets the value of 'flushesScheduled'.
|
long |
getHeartbeatsDropped()
Gets the value of 'heartbeatsDropped'.
|
Long |
getHeartbeatsDroppedAsObject()
Gets the value of 'heartbeatsDropped'.
|
long |
getHeartbeatsSent()
Gets the value of 'heartbeatsSent'.
|
Long |
getHeartbeatsSentAsObject()
Gets the value of 'heartbeatsSent'.
|
long |
getLifecyclesSent()
Gets the value of 'lifecyclesSent'.
|
Long |
getLifecyclesSentAsObject()
Gets the value of 'lifecyclesSent'.
|
String |
getName()
Gets the value of 'name'.
|
<T extends XString> |
getNameTo(XString.Factory<T> factory)
Copies the value of this String field into a new XString from the given factory.
|
void |
getNameTo(XString val)
Copies the value of 'name' into the provided XString.
|
XString |
getNameUnsafe()
Gets the raw value of 'name'.
|
int |
getOutboundQueueCapacity()
Gets the value of 'outboundQueueCapacity'.
|
Integer |
getOutboundQueueCapacityAsObject()
Gets the value of 'outboundQueueCapacity'.
|
int |
getOutboundQueueCount()
Gets the value of 'outboundQueueCount'.
|
Integer |
getOutboundQueueCountAsObject()
Gets the value of 'outboundQueueCount'.
|
long |
getOutboundQueueFlushCount()
Gets the value of 'outboundQueueFlushCount'.
|
Long |
getOutboundQueueFlushCountAsObject()
Gets the value of 'outboundQueueFlushCount'.
|
long |
getOutboundQueueFlushSize()
Gets the value of 'outboundQueueFlushSize'.
|
Long |
getOutboundQueueFlushSizeAsObject()
Gets the value of 'outboundQueueFlushSize'.
|
int |
getOutboundQueueSize()
Gets the value of 'outboundQueueSize'.
|
Integer |
getOutboundQueueSizeAsObject()
Gets the value of 'outboundQueueSize'.
|
long |
getTracesDropped()
Gets the value of 'tracesDropped'.
|
Long |
getTracesDroppedAsObject()
Gets the value of 'tracesDropped'.
|
long |
getTracesSent()
Gets the value of 'tracesSent'.
|
Long |
getTracesSentAsObject()
Gets the value of 'tracesSent'.
|
boolean |
hasFlushesExecuted()
Checks for the presence of 'flushesExecuted'.
|
boolean |
hasFlushesScheduled()
Checks for the presence of 'flushesScheduled'.
|
boolean |
hasHeartbeatsDropped()
Checks for the presence of 'heartbeatsDropped'.
|
boolean |
hasHeartbeatsSent()
Checks for the presence of 'heartbeatsSent'.
|
boolean |
hasLifecyclesSent()
Checks for the presence of 'lifecyclesSent'.
|
boolean |
hasName()
Checks for the presence of 'name'.
|
boolean |
hasOutboundQueueCapacity()
Checks for the presence of 'outboundQueueCapacity'.
|
boolean |
hasOutboundQueueCount()
Checks for the presence of 'outboundQueueCount'.
|
boolean |
hasOutboundQueueFlushCount()
Checks for the presence of 'outboundQueueFlushCount'.
|
boolean |
hasOutboundQueueFlushSize()
Checks for the presence of 'outboundQueueFlushSize'.
|
boolean |
hasOutboundQueueSize()
Checks for the presence of 'outboundQueueSize'.
|
boolean |
hasTracesDropped()
Checks for the presence of 'tracesDropped'.
|
boolean |
hasTracesSent()
Checks for the presence of 'tracesSent'.
|
void |
lendName(XString val)
Lends the value of 'name' to this object.
|
void |
setFlushesExecuted(long val)
Sets the value of 'flushesExecuted'.
|
void |
setFlushesExecutedAsObject(Long val)
Sets the value of 'flushesExecuted'.
|
void |
setFlushesScheduled(long val)
Sets the value of 'flushesScheduled'.
|
void |
setFlushesScheduledAsObject(Long val)
Sets the value of 'flushesScheduled'.
|
void |
setHeartbeatsDropped(long val)
Sets the value of 'heartbeatsDropped'.
|
void |
setHeartbeatsDroppedAsObject(Long val)
Sets the value of 'heartbeatsDropped'.
|
void |
setHeartbeatsSent(long val)
Sets the value of 'heartbeatsSent'.
|
void |
setHeartbeatsSentAsObject(Long val)
Sets the value of 'heartbeatsSent'.
|
void |
setLifecyclesSent(long val)
Sets the value of 'lifecyclesSent'.
|
void |
setLifecyclesSentAsObject(Long val)
Sets the value of 'lifecyclesSent'.
|
void |
setName(String val)
Sets the value of 'name'.
|
void |
setNameFrom(long val)
Sets the value of this String field to the given numeric value.
|
void |
setNameFrom(XString val)
Copies the provided XString value into this object's 'name'.
|
void |
setOutboundQueueCapacity(int val)
Sets the value of 'outboundQueueCapacity'.
|
void |
setOutboundQueueCapacityAsObject(Integer val)
Sets the value of 'outboundQueueCapacity'.
|
void |
setOutboundQueueCount(int val)
Sets the value of 'outboundQueueCount'.
|
void |
setOutboundQueueCountAsObject(Integer val)
Sets the value of 'outboundQueueCount'.
|
void |
setOutboundQueueFlushCount(long val)
Sets the value of 'outboundQueueFlushCount'.
|
void |
setOutboundQueueFlushCountAsObject(Long val)
Sets the value of 'outboundQueueFlushCount'.
|
void |
setOutboundQueueFlushSize(long val)
Sets the value of 'outboundQueueFlushSize'.
|
void |
setOutboundQueueFlushSizeAsObject(Long val)
Sets the value of 'outboundQueueFlushSize'.
|
void |
setOutboundQueueSize(int val)
Sets the value of 'outboundQueueSize'.
|
void |
setOutboundQueueSizeAsObject(Integer val)
Sets the value of 'outboundQueueSize'.
|
void |
setTracesDropped(long val)
Sets the value of 'tracesDropped'.
|
void |
setTracesDroppedAsObject(Long val)
Sets the value of 'tracesDropped'.
|
void |
setTracesSent(long val)
Sets the value of 'tracesSent'.
|
void |
setTracesSentAsObject(Long val)
Sets the value of 'tracesSent'.
|
getValidationErrors, isValidvoid setLifecyclesSent(long val)
val - The value to set.void setLifecyclesSentAsObject(Long val)
val - The value to set.long getLifecyclesSent()
Long getLifecyclesSentAsObject()
void clearLifecyclesSent()
setLifecyclesSent(long)boolean hasLifecyclesSent()
getLifecyclesSent()void setHeartbeatsSent(long val)
val - The value to set.void setHeartbeatsSentAsObject(Long val)
val - The value to set.long getHeartbeatsSent()
Long getHeartbeatsSentAsObject()
void clearHeartbeatsSent()
setHeartbeatsSent(long)boolean hasHeartbeatsSent()
getHeartbeatsSent()void setHeartbeatsDropped(long val)
val - The value to set.void setHeartbeatsDroppedAsObject(Long val)
val - The value to set.long getHeartbeatsDropped()
Long getHeartbeatsDroppedAsObject()
void clearHeartbeatsDropped()
setHeartbeatsDropped(long)boolean hasHeartbeatsDropped()
getHeartbeatsDropped()void setTracesSent(long val)
val - The value to set.void setTracesSentAsObject(Long val)
val - The value to set.long getTracesSent()
Long getTracesSentAsObject()
void clearTracesSent()
setTracesSent(long)boolean hasTracesSent()
getTracesSent()void setTracesDropped(long val)
val - The value to set.void setTracesDroppedAsObject(Long val)
val - The value to set.long getTracesDropped()
Long getTracesDroppedAsObject()
void clearTracesDropped()
setTracesDropped(long)boolean hasTracesDropped()
getTracesDropped()void setOutboundQueueCapacity(int val)
val - The value to set.void setOutboundQueueCapacityAsObject(Integer val)
val - The value to set.int getOutboundQueueCapacity()
Integer getOutboundQueueCapacityAsObject()
void clearOutboundQueueCapacity()
setOutboundQueueCapacity(int)boolean hasOutboundQueueCapacity()
getOutboundQueueCapacity()void setOutboundQueueSize(int val)
Note that the size of a client's outbound queue can exceed the capacity. This can be caused when lifecycle events need to be sent to the client but the client connection. is congested. Since lifecycle events are not ever dropped, it can cause the queue capacity to be exceeded
val - The value to set.void setOutboundQueueSizeAsObject(Integer val)
Note that the size of a client's outbound queue can exceed the capacity. This can be caused when lifecycle events need to be sent to the client but the client connection. is congested. Since lifecycle events are not ever dropped, it can cause the queue capacity to be exceeded
val - The value to set.int getOutboundQueueSize()
Note that the size of a client's outbound queue can exceed the capacity. This can be caused when lifecycle events need to be sent to the client but the client connection. is congested. Since lifecycle events are not ever dropped, it can cause the queue capacity to be exceeded
Integer getOutboundQueueSizeAsObject()
Note that the size of a client's outbound queue can exceed the capacity. This can be caused when lifecycle events need to be sent to the client but the client connection. is congested. Since lifecycle events are not ever dropped, it can cause the queue capacity to be exceeded
void clearOutboundQueueSize()
Note that the size of a client's outbound queue can exceed the capacity. This can be caused when lifecycle events need to be sent to the client but the client connection. is congested. Since lifecycle events are not ever dropped, it can cause the queue capacity to be exceeded
setOutboundQueueSize(int)boolean hasOutboundQueueSize()
Note that the size of a client's outbound queue can exceed the capacity. This can be caused when lifecycle events need to be sent to the client but the client connection. is congested. Since lifecycle events are not ever dropped, it can cause the queue capacity to be exceeded
getOutboundQueueSize()void setOutboundQueueCount(int val)
val - The value to set.void setOutboundQueueCountAsObject(Integer val)
val - The value to set.int getOutboundQueueCount()
Integer getOutboundQueueCountAsObject()
void clearOutboundQueueCount()
setOutboundQueueCount(int)boolean hasOutboundQueueCount()
getOutboundQueueCount()void setOutboundQueueFlushSize(long val)
val - The value to set.void setOutboundQueueFlushSizeAsObject(Long val)
val - The value to set.long getOutboundQueueFlushSize()
Long getOutboundQueueFlushSizeAsObject()
void clearOutboundQueueFlushSize()
setOutboundQueueFlushSize(long)boolean hasOutboundQueueFlushSize()
getOutboundQueueFlushSize()void setOutboundQueueFlushCount(long val)
val - The value to set.void setOutboundQueueFlushCountAsObject(Long val)
val - The value to set.long getOutboundQueueFlushCount()
Long getOutboundQueueFlushCountAsObject()
void clearOutboundQueueFlushCount()
setOutboundQueueFlushCount(long)boolean hasOutboundQueueFlushCount()
getOutboundQueueFlushCount()void setFlushesScheduled(long val)
val - The value to set.void setFlushesScheduledAsObject(Long val)
val - The value to set.long getFlushesScheduled()
Long getFlushesScheduledAsObject()
void clearFlushesScheduled()
setFlushesScheduled(long)boolean hasFlushesScheduled()
getFlushesScheduled()void setFlushesExecuted(long val)
val - The value to set.void setFlushesExecutedAsObject(Long val)
val - The value to set.long getFlushesExecuted()
Long getFlushesExecutedAsObject()
void clearFlushesExecuted()
setFlushesExecuted(long)boolean hasFlushesExecuted()
getFlushesExecuted()void setName(String val)
val - The value to set.String getName()
void lendName(XString val)
This method is equivalent to setName 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.
val - The value to set.IllegalArgumentException - If the value is mutable.void setNameFrom(long val)
NOTE:
This is the same as calling setName(String).
with Long.valueOf(val).toString(), except that using this method is a zero garbage
operation for Xbuf encoding.
<T extends XString> T getNameTo(XString.Factory<T> factory)
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;
factory - The factory from which to get the XString to copy into and returnnull.NullPointerException - if the provided factory is nullvoid setNameFrom(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this setter
can be more efficient than setName(String)
because it avoids encoding the value into a String if the given XString is already encoded.
void getNameTo(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this getter
can be more efficient than getName() bec
because it can avoid decoding the value into an String.
getName()XString getNameUnsafe()
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.
getName()void clearName()
setName(String)boolean hasName()
getName()Copyright © 2019 Neeve Research, LLC. All Rights Reserved.