@Generated(value="com.neeve.adm.AdmGenerator", date="Tue Sep 16 04:36:05 UTC 2025") @AdmGenerated(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)") public interface ISrvMonSysMemoryIOBufCounters extends IRogValidatable
| ADM Type | Embedded Entity |
| Factory | SrvMonHeartbeatFactory |
| ADM Field Summary |
|---|
| Field | Type | Id | Description |
|---|---|---|---|
| bufferAllocBytes | Long | 2 | The cumulative number of bytes allocated via IOBuffer creations (non pool allocations). |
| bufferAllocCount | Long | 1 | The number of IOBuffer creations (non pool allocations) that have been performed. |
| bufferForkBytes | Long | 14 | The cumulative number of bytes forked. |
| bufferForkCount | Long | 13 | The number of IOBuffers that were forked. |
| bufferGCDisposeBytes | Long | 6 | The cumulative number of bytes disposed directly to the garbage collector. |
| bufferGCDisposeCount | Long | 5 | The number of IOBuffers that were disposed directly to the garbage collector. |
| bufferPoolAllocBytes | Long | 4 | The cumulative number of bytes allocated via IOBuffer pool allocations. |
| bufferPoolAllocCount | Long | 3 | The number of IOBuffer pool allocations that have been performed. |
| bufferPoolDisposeBytes | Long | 8 | The cumulative number of bytes disposed directly to IOBuffer pool. |
| bufferPoolDisposeCount | Long | 7 | The number of IOBuffers that were disposed to the IOBuffer pool. |
| bufferPoolLeakBytes | Long | 10 | The cumulative number of bytes evicted from the IOBuffer pool and disposed to the garbage collector. |
| bufferPoolLeakCount | Long | 9 | The number of IOBuffers that were evicted from the pool and disposed to the garbage collector. |
| bufferReallocBytes | Long | 12 | The cumulative number of bytes reallocated due to IOBuffer size changes. |
| bufferReallocCount | Long | 11 | The number of IOBuffers that were reallocated due to a size change. |
| Modifier and Type | Method and Description |
|---|---|
void |
clearBufferAllocBytes()
Clears the value of 'bufferAllocBytes'.
|
void |
clearBufferAllocCount()
Clears the value of 'bufferAllocCount'.
|
void |
clearBufferForkBytes()
Clears the value of 'bufferForkBytes'.
|
void |
clearBufferForkCount()
Clears the value of 'bufferForkCount'.
|
void |
clearBufferGCDisposeBytes()
Clears the value of 'bufferGCDisposeBytes'.
|
void |
clearBufferGCDisposeCount()
Clears the value of 'bufferGCDisposeCount'.
|
void |
clearBufferPoolAllocBytes()
Clears the value of 'bufferPoolAllocBytes'.
|
void |
clearBufferPoolAllocCount()
Clears the value of 'bufferPoolAllocCount'.
|
void |
clearBufferPoolDisposeBytes()
Clears the value of 'bufferPoolDisposeBytes'.
|
void |
clearBufferPoolDisposeCount()
Clears the value of 'bufferPoolDisposeCount'.
|
void |
clearBufferPoolLeakBytes()
Clears the value of 'bufferPoolLeakBytes'.
|
void |
clearBufferPoolLeakCount()
Clears the value of 'bufferPoolLeakCount'.
|
void |
clearBufferReallocBytes()
Clears the value of 'bufferReallocBytes'.
|
void |
clearBufferReallocCount()
Clears the value of 'bufferReallocCount'.
|
long |
getBufferAllocBytes()
Gets the value of 'bufferAllocBytes'.
|
Long |
getBufferAllocBytesAsObject()
Gets the value of 'bufferAllocBytes'.
|
long |
getBufferAllocCount()
Gets the value of 'bufferAllocCount'.
|
Long |
getBufferAllocCountAsObject()
Gets the value of 'bufferAllocCount'.
|
long |
getBufferForkBytes()
Gets the value of 'bufferForkBytes'.
|
Long |
getBufferForkBytesAsObject()
Gets the value of 'bufferForkBytes'.
|
long |
getBufferForkCount()
Gets the value of 'bufferForkCount'.
|
Long |
getBufferForkCountAsObject()
Gets the value of 'bufferForkCount'.
|
long |
getBufferGCDisposeBytes()
Gets the value of 'bufferGCDisposeBytes'.
|
Long |
getBufferGCDisposeBytesAsObject()
Gets the value of 'bufferGCDisposeBytes'.
|
long |
getBufferGCDisposeCount()
Gets the value of 'bufferGCDisposeCount'.
|
Long |
getBufferGCDisposeCountAsObject()
Gets the value of 'bufferGCDisposeCount'.
|
long |
getBufferPoolAllocBytes()
Gets the value of 'bufferPoolAllocBytes'.
|
Long |
getBufferPoolAllocBytesAsObject()
Gets the value of 'bufferPoolAllocBytes'.
|
long |
getBufferPoolAllocCount()
Gets the value of 'bufferPoolAllocCount'.
|
Long |
getBufferPoolAllocCountAsObject()
Gets the value of 'bufferPoolAllocCount'.
|
long |
getBufferPoolDisposeBytes()
Gets the value of 'bufferPoolDisposeBytes'.
|
Long |
getBufferPoolDisposeBytesAsObject()
Gets the value of 'bufferPoolDisposeBytes'.
|
long |
getBufferPoolDisposeCount()
Gets the value of 'bufferPoolDisposeCount'.
|
Long |
getBufferPoolDisposeCountAsObject()
Gets the value of 'bufferPoolDisposeCount'.
|
long |
getBufferPoolLeakBytes()
Gets the value of 'bufferPoolLeakBytes'.
|
Long |
getBufferPoolLeakBytesAsObject()
Gets the value of 'bufferPoolLeakBytes'.
|
long |
getBufferPoolLeakCount()
Gets the value of 'bufferPoolLeakCount'.
|
Long |
getBufferPoolLeakCountAsObject()
Gets the value of 'bufferPoolLeakCount'.
|
long |
getBufferReallocBytes()
Gets the value of 'bufferReallocBytes'.
|
Long |
getBufferReallocBytesAsObject()
Gets the value of 'bufferReallocBytes'.
|
long |
getBufferReallocCount()
Gets the value of 'bufferReallocCount'.
|
Long |
getBufferReallocCountAsObject()
Gets the value of 'bufferReallocCount'.
|
boolean |
hasBufferAllocBytes()
Checks for the presence of 'bufferAllocBytes'.
|
boolean |
hasBufferAllocCount()
Checks for the presence of 'bufferAllocCount'.
|
boolean |
hasBufferForkBytes()
Checks for the presence of 'bufferForkBytes'.
|
boolean |
hasBufferForkCount()
Checks for the presence of 'bufferForkCount'.
|
boolean |
hasBufferGCDisposeBytes()
Checks for the presence of 'bufferGCDisposeBytes'.
|
boolean |
hasBufferGCDisposeCount()
Checks for the presence of 'bufferGCDisposeCount'.
|
boolean |
hasBufferPoolAllocBytes()
Checks for the presence of 'bufferPoolAllocBytes'.
|
boolean |
hasBufferPoolAllocCount()
Checks for the presence of 'bufferPoolAllocCount'.
|
boolean |
hasBufferPoolDisposeBytes()
Checks for the presence of 'bufferPoolDisposeBytes'.
|
boolean |
hasBufferPoolDisposeCount()
Checks for the presence of 'bufferPoolDisposeCount'.
|
boolean |
hasBufferPoolLeakBytes()
Checks for the presence of 'bufferPoolLeakBytes'.
|
boolean |
hasBufferPoolLeakCount()
Checks for the presence of 'bufferPoolLeakCount'.
|
boolean |
hasBufferReallocBytes()
Checks for the presence of 'bufferReallocBytes'.
|
boolean |
hasBufferReallocCount()
Checks for the presence of 'bufferReallocCount'.
|
void |
setBufferAllocBytes(long val)
Sets the value of 'bufferAllocBytes'.
|
void |
setBufferAllocCount(long val)
Sets the value of 'bufferAllocCount'.
|
void |
setBufferForkBytes(long val)
Sets the value of 'bufferForkBytes'.
|
void |
setBufferForkCount(long val)
Sets the value of 'bufferForkCount'.
|
void |
setBufferGCDisposeBytes(long val)
Sets the value of 'bufferGCDisposeBytes'.
|
void |
setBufferGCDisposeCount(long val)
Sets the value of 'bufferGCDisposeCount'.
|
void |
setBufferPoolAllocBytes(long val)
Sets the value of 'bufferPoolAllocBytes'.
|
void |
setBufferPoolAllocCount(long val)
Sets the value of 'bufferPoolAllocCount'.
|
void |
setBufferPoolDisposeBytes(long val)
Sets the value of 'bufferPoolDisposeBytes'.
|
void |
setBufferPoolDisposeCount(long val)
Sets the value of 'bufferPoolDisposeCount'.
|
void |
setBufferPoolLeakBytes(long val)
Sets the value of 'bufferPoolLeakBytes'.
|
void |
setBufferPoolLeakCount(long val)
Sets the value of 'bufferPoolLeakCount'.
|
void |
setBufferReallocBytes(long val)
Sets the value of 'bufferReallocBytes'.
|
void |
setBufferReallocCount(long val)
Sets the value of 'bufferReallocCount'.
|
getValidationErrors, isValidvoid setBufferAllocCount(long val)
val - The value to set.long getBufferAllocCount()
Long getBufferAllocCountAsObject()
void clearBufferAllocCount()
setBufferAllocCount(long)boolean hasBufferAllocCount()
getBufferAllocCount()void setBufferAllocBytes(long val)
val - The value to set.long getBufferAllocBytes()
Long getBufferAllocBytesAsObject()
void clearBufferAllocBytes()
setBufferAllocBytes(long)boolean hasBufferAllocBytes()
getBufferAllocBytes()void setBufferPoolAllocCount(long val)
val - The value to set.long getBufferPoolAllocCount()
Long getBufferPoolAllocCountAsObject()
void clearBufferPoolAllocCount()
setBufferPoolAllocCount(long)boolean hasBufferPoolAllocCount()
getBufferPoolAllocCount()void setBufferPoolAllocBytes(long val)
val - The value to set.long getBufferPoolAllocBytes()
Long getBufferPoolAllocBytesAsObject()
void clearBufferPoolAllocBytes()
setBufferPoolAllocBytes(long)boolean hasBufferPoolAllocBytes()
getBufferPoolAllocBytes()void setBufferReallocCount(long val)
val - The value to set.long getBufferReallocCount()
Long getBufferReallocCountAsObject()
void clearBufferReallocCount()
setBufferReallocCount(long)boolean hasBufferReallocCount()
getBufferReallocCount()void setBufferReallocBytes(long val)
val - The value to set.long getBufferReallocBytes()
Long getBufferReallocBytesAsObject()
void clearBufferReallocBytes()
setBufferReallocBytes(long)boolean hasBufferReallocBytes()
getBufferReallocBytes()void setBufferForkCount(long val)
val - The value to set.long getBufferForkCount()
Long getBufferForkCountAsObject()
void clearBufferForkCount()
setBufferForkCount(long)boolean hasBufferForkCount()
getBufferForkCount()void setBufferForkBytes(long val)
val - The value to set.long getBufferForkBytes()
Long getBufferForkBytesAsObject()
void clearBufferForkBytes()
setBufferForkBytes(long)boolean hasBufferForkBytes()
getBufferForkBytes()void setBufferGCDisposeCount(long val)
val - The value to set.long getBufferGCDisposeCount()
Long getBufferGCDisposeCountAsObject()
void clearBufferGCDisposeCount()
setBufferGCDisposeCount(long)boolean hasBufferGCDisposeCount()
getBufferGCDisposeCount()void setBufferGCDisposeBytes(long val)
val - The value to set.long getBufferGCDisposeBytes()
Long getBufferGCDisposeBytesAsObject()
void clearBufferGCDisposeBytes()
setBufferGCDisposeBytes(long)boolean hasBufferGCDisposeBytes()
getBufferGCDisposeBytes()void setBufferPoolDisposeCount(long val)
val - The value to set.long getBufferPoolDisposeCount()
Long getBufferPoolDisposeCountAsObject()
void clearBufferPoolDisposeCount()
setBufferPoolDisposeCount(long)boolean hasBufferPoolDisposeCount()
getBufferPoolDisposeCount()void setBufferPoolDisposeBytes(long val)
val - The value to set.long getBufferPoolDisposeBytes()
Long getBufferPoolDisposeBytesAsObject()
void clearBufferPoolDisposeBytes()
setBufferPoolDisposeBytes(long)boolean hasBufferPoolDisposeBytes()
getBufferPoolDisposeBytes()void setBufferPoolLeakCount(long val)
val - The value to set.long getBufferPoolLeakCount()
Long getBufferPoolLeakCountAsObject()
void clearBufferPoolLeakCount()
setBufferPoolLeakCount(long)boolean hasBufferPoolLeakCount()
getBufferPoolLeakCount()void setBufferPoolLeakBytes(long val)
val - The value to set.long getBufferPoolLeakBytes()
Long getBufferPoolLeakBytesAsObject()
void clearBufferPoolLeakBytes()
setBufferPoolLeakBytes(long)boolean hasBufferPoolLeakBytes()
getBufferPoolLeakBytes()Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.