@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 ISrvMonSysMemoryIOBufCounters extends IRogValidatable
| ADM Type | Embedded Entity |
| Factory | SrvMonFactory |
| ADM Field Summary |
|---|
| Field | Type | Id | Description |
|---|---|---|---|
| directBufferAllocBytes | Long | 2 | The cumulative number of bytes allocated via direct IOBuffer creations (non pool allocations). |
| directBufferAllocCount | Long | 1 | The number of direct IOBuffer creations (non pool allocations) that have been performed. |
| directBufferGCDisposeBytes | Long | 6 | The cumulative number of bytes disposed directly to the garbage collector. |
| directBufferGCDisposeCount | Long | 5 | The number of direct IOBuffers that were disposed directly to the garbage collector. |
| directBufferPoolAllocBytes | Long | 4 | The cumulative number of bytes allocated via direct IOBuffer pool allocations. |
| directBufferPoolAllocCount | Long | 3 | The number of direct IOBuffer pool allocations that have been performed. |
| directBufferPoolDisposeBytes | Long | 8 | The cumulative number of bytes disposed directly to direct IOBuffer pool. |
| directBufferPoolDisposeCount | Long | 7 | The number of direct IOBuffers that were disposed to the direct IOBuffer pool. |
| directBufferPoolLeakBytes | Long | 10 | The cumulative number of bytes evicted from the direct IOBuffer pool and disposed to the garbage collector. |
| directBufferPoolLeakCount | Long | 9 | The number of direct IOBuffers that were evicted from the pool and disposed to the garbage collector. |
| Modifier and Type | Method and Description |
|---|---|
void |
clearDirectBufferAllocBytes()
Clears the value of 'directBufferAllocBytes'.
|
void |
clearDirectBufferAllocCount()
Clears the value of 'directBufferAllocCount'.
|
void |
clearDirectBufferGCDisposeBytes()
Clears the value of 'directBufferGCDisposeBytes'.
|
void |
clearDirectBufferGCDisposeCount()
Clears the value of 'directBufferGCDisposeCount'.
|
void |
clearDirectBufferPoolAllocBytes()
Clears the value of 'directBufferPoolAllocBytes'.
|
void |
clearDirectBufferPoolAllocCount()
Clears the value of 'directBufferPoolAllocCount'.
|
void |
clearDirectBufferPoolDisposeBytes()
Clears the value of 'directBufferPoolDisposeBytes'.
|
void |
clearDirectBufferPoolDisposeCount()
Clears the value of 'directBufferPoolDisposeCount'.
|
void |
clearDirectBufferPoolLeakBytes()
Clears the value of 'directBufferPoolLeakBytes'.
|
void |
clearDirectBufferPoolLeakCount()
Clears the value of 'directBufferPoolLeakCount'.
|
long |
getDirectBufferAllocBytes()
Gets the value of 'directBufferAllocBytes'.
|
Long |
getDirectBufferAllocBytesAsObject()
Gets the value of 'directBufferAllocBytes'.
|
long |
getDirectBufferAllocCount()
Gets the value of 'directBufferAllocCount'.
|
Long |
getDirectBufferAllocCountAsObject()
Gets the value of 'directBufferAllocCount'.
|
long |
getDirectBufferGCDisposeBytes()
Gets the value of 'directBufferGCDisposeBytes'.
|
Long |
getDirectBufferGCDisposeBytesAsObject()
Gets the value of 'directBufferGCDisposeBytes'.
|
long |
getDirectBufferGCDisposeCount()
Gets the value of 'directBufferGCDisposeCount'.
|
Long |
getDirectBufferGCDisposeCountAsObject()
Gets the value of 'directBufferGCDisposeCount'.
|
long |
getDirectBufferPoolAllocBytes()
Gets the value of 'directBufferPoolAllocBytes'.
|
Long |
getDirectBufferPoolAllocBytesAsObject()
Gets the value of 'directBufferPoolAllocBytes'.
|
long |
getDirectBufferPoolAllocCount()
Gets the value of 'directBufferPoolAllocCount'.
|
Long |
getDirectBufferPoolAllocCountAsObject()
Gets the value of 'directBufferPoolAllocCount'.
|
long |
getDirectBufferPoolDisposeBytes()
Gets the value of 'directBufferPoolDisposeBytes'.
|
Long |
getDirectBufferPoolDisposeBytesAsObject()
Gets the value of 'directBufferPoolDisposeBytes'.
|
long |
getDirectBufferPoolDisposeCount()
Gets the value of 'directBufferPoolDisposeCount'.
|
Long |
getDirectBufferPoolDisposeCountAsObject()
Gets the value of 'directBufferPoolDisposeCount'.
|
long |
getDirectBufferPoolLeakBytes()
Gets the value of 'directBufferPoolLeakBytes'.
|
Long |
getDirectBufferPoolLeakBytesAsObject()
Gets the value of 'directBufferPoolLeakBytes'.
|
long |
getDirectBufferPoolLeakCount()
Gets the value of 'directBufferPoolLeakCount'.
|
Long |
getDirectBufferPoolLeakCountAsObject()
Gets the value of 'directBufferPoolLeakCount'.
|
boolean |
hasDirectBufferAllocBytes()
Checks for the presence of 'directBufferAllocBytes'.
|
boolean |
hasDirectBufferAllocCount()
Checks for the presence of 'directBufferAllocCount'.
|
boolean |
hasDirectBufferGCDisposeBytes()
Checks for the presence of 'directBufferGCDisposeBytes'.
|
boolean |
hasDirectBufferGCDisposeCount()
Checks for the presence of 'directBufferGCDisposeCount'.
|
boolean |
hasDirectBufferPoolAllocBytes()
Checks for the presence of 'directBufferPoolAllocBytes'.
|
boolean |
hasDirectBufferPoolAllocCount()
Checks for the presence of 'directBufferPoolAllocCount'.
|
boolean |
hasDirectBufferPoolDisposeBytes()
Checks for the presence of 'directBufferPoolDisposeBytes'.
|
boolean |
hasDirectBufferPoolDisposeCount()
Checks for the presence of 'directBufferPoolDisposeCount'.
|
boolean |
hasDirectBufferPoolLeakBytes()
Checks for the presence of 'directBufferPoolLeakBytes'.
|
boolean |
hasDirectBufferPoolLeakCount()
Checks for the presence of 'directBufferPoolLeakCount'.
|
void |
setDirectBufferAllocBytes(long val)
Sets the value of 'directBufferAllocBytes'.
|
void |
setDirectBufferAllocBytesAsObject(Long val)
Sets the value of 'directBufferAllocBytes'.
|
void |
setDirectBufferAllocCount(long val)
Sets the value of 'directBufferAllocCount'.
|
void |
setDirectBufferAllocCountAsObject(Long val)
Sets the value of 'directBufferAllocCount'.
|
void |
setDirectBufferGCDisposeBytes(long val)
Sets the value of 'directBufferGCDisposeBytes'.
|
void |
setDirectBufferGCDisposeBytesAsObject(Long val)
Sets the value of 'directBufferGCDisposeBytes'.
|
void |
setDirectBufferGCDisposeCount(long val)
Sets the value of 'directBufferGCDisposeCount'.
|
void |
setDirectBufferGCDisposeCountAsObject(Long val)
Sets the value of 'directBufferGCDisposeCount'.
|
void |
setDirectBufferPoolAllocBytes(long val)
Sets the value of 'directBufferPoolAllocBytes'.
|
void |
setDirectBufferPoolAllocBytesAsObject(Long val)
Sets the value of 'directBufferPoolAllocBytes'.
|
void |
setDirectBufferPoolAllocCount(long val)
Sets the value of 'directBufferPoolAllocCount'.
|
void |
setDirectBufferPoolAllocCountAsObject(Long val)
Sets the value of 'directBufferPoolAllocCount'.
|
void |
setDirectBufferPoolDisposeBytes(long val)
Sets the value of 'directBufferPoolDisposeBytes'.
|
void |
setDirectBufferPoolDisposeBytesAsObject(Long val)
Sets the value of 'directBufferPoolDisposeBytes'.
|
void |
setDirectBufferPoolDisposeCount(long val)
Sets the value of 'directBufferPoolDisposeCount'.
|
void |
setDirectBufferPoolDisposeCountAsObject(Long val)
Sets the value of 'directBufferPoolDisposeCount'.
|
void |
setDirectBufferPoolLeakBytes(long val)
Sets the value of 'directBufferPoolLeakBytes'.
|
void |
setDirectBufferPoolLeakBytesAsObject(Long val)
Sets the value of 'directBufferPoolLeakBytes'.
|
void |
setDirectBufferPoolLeakCount(long val)
Sets the value of 'directBufferPoolLeakCount'.
|
void |
setDirectBufferPoolLeakCountAsObject(Long val)
Sets the value of 'directBufferPoolLeakCount'.
|
getValidationErrors, isValidvoid setDirectBufferAllocCount(long val)
val - The value to set.void setDirectBufferAllocCountAsObject(Long val)
val - The value to set.long getDirectBufferAllocCount()
Long getDirectBufferAllocCountAsObject()
void clearDirectBufferAllocCount()
setDirectBufferAllocCount(long)boolean hasDirectBufferAllocCount()
getDirectBufferAllocCount()void setDirectBufferAllocBytes(long val)
val - The value to set.void setDirectBufferAllocBytesAsObject(Long val)
val - The value to set.long getDirectBufferAllocBytes()
Long getDirectBufferAllocBytesAsObject()
void clearDirectBufferAllocBytes()
setDirectBufferAllocBytes(long)boolean hasDirectBufferAllocBytes()
getDirectBufferAllocBytes()void setDirectBufferPoolAllocCount(long val)
val - The value to set.void setDirectBufferPoolAllocCountAsObject(Long val)
val - The value to set.long getDirectBufferPoolAllocCount()
Long getDirectBufferPoolAllocCountAsObject()
void clearDirectBufferPoolAllocCount()
setDirectBufferPoolAllocCount(long)boolean hasDirectBufferPoolAllocCount()
getDirectBufferPoolAllocCount()void setDirectBufferPoolAllocBytes(long val)
val - The value to set.void setDirectBufferPoolAllocBytesAsObject(Long val)
val - The value to set.long getDirectBufferPoolAllocBytes()
Long getDirectBufferPoolAllocBytesAsObject()
void clearDirectBufferPoolAllocBytes()
setDirectBufferPoolAllocBytes(long)boolean hasDirectBufferPoolAllocBytes()
getDirectBufferPoolAllocBytes()void setDirectBufferGCDisposeCount(long val)
val - The value to set.void setDirectBufferGCDisposeCountAsObject(Long val)
val - The value to set.long getDirectBufferGCDisposeCount()
Long getDirectBufferGCDisposeCountAsObject()
void clearDirectBufferGCDisposeCount()
setDirectBufferGCDisposeCount(long)boolean hasDirectBufferGCDisposeCount()
getDirectBufferGCDisposeCount()void setDirectBufferGCDisposeBytes(long val)
val - The value to set.void setDirectBufferGCDisposeBytesAsObject(Long val)
val - The value to set.long getDirectBufferGCDisposeBytes()
Long getDirectBufferGCDisposeBytesAsObject()
void clearDirectBufferGCDisposeBytes()
setDirectBufferGCDisposeBytes(long)boolean hasDirectBufferGCDisposeBytes()
getDirectBufferGCDisposeBytes()void setDirectBufferPoolDisposeCount(long val)
val - The value to set.void setDirectBufferPoolDisposeCountAsObject(Long val)
val - The value to set.long getDirectBufferPoolDisposeCount()
Long getDirectBufferPoolDisposeCountAsObject()
void clearDirectBufferPoolDisposeCount()
setDirectBufferPoolDisposeCount(long)boolean hasDirectBufferPoolDisposeCount()
getDirectBufferPoolDisposeCount()void setDirectBufferPoolDisposeBytes(long val)
val - The value to set.void setDirectBufferPoolDisposeBytesAsObject(Long val)
val - The value to set.long getDirectBufferPoolDisposeBytes()
Long getDirectBufferPoolDisposeBytesAsObject()
void clearDirectBufferPoolDisposeBytes()
setDirectBufferPoolDisposeBytes(long)boolean hasDirectBufferPoolDisposeBytes()
getDirectBufferPoolDisposeBytes()void setDirectBufferPoolLeakCount(long val)
val - The value to set.void setDirectBufferPoolLeakCountAsObject(Long val)
val - The value to set.long getDirectBufferPoolLeakCount()
Long getDirectBufferPoolLeakCountAsObject()
void clearDirectBufferPoolLeakCount()
setDirectBufferPoolLeakCount(long)boolean hasDirectBufferPoolLeakCount()
getDirectBufferPoolLeakCount()void setDirectBufferPoolLeakBytes(long val)
val - The value to set.void setDirectBufferPoolLeakBytesAsObject(Long val)
val - The value to set.long getDirectBufferPoolLeakBytes()
Long getDirectBufferPoolLeakBytesAsObject()
void clearDirectBufferPoolLeakBytes()
setDirectBufferPoolLeakBytes(long)boolean hasDirectBufferPoolLeakBytes()
getDirectBufferPoolLeakBytes()Copyright © 2019 Neeve Research, LLC. All Rights Reserved.