@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 ISrvMonSysMemoryNativeCounters extends IRogValidatable
| ADM Type | Embedded Entity |
| Factory | SrvMonFactory |
| ADM Field Summary |
|---|
| Field | Type | Id | Description |
|---|---|---|---|
| allocBytes | Long | 2 | The cumulative number of native bytes that have been allocated. |
| allocCount | Long | 1 | The number of native memory allocations that have been performed. |
| freeBytes | Long | 6 | The cumulative number of native bytes that have been freed. |
| freeCount | Long | 5 | The number of native memory frees that have been performed. |
| reallocBytes | Long | 4 | The cumulative number of native bytes that have been reallocated. |
| reallocCount | Long | 3 | The number of native memory reallocations that have been performed. |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAllocBytes()
Clears the value of 'allocBytes'.
|
void |
clearAllocCount()
Clears the value of 'allocCount'.
|
void |
clearFreeBytes()
Clears the value of 'freeBytes'.
|
void |
clearFreeCount()
Clears the value of 'freeCount'.
|
void |
clearReallocBytes()
Clears the value of 'reallocBytes'.
|
void |
clearReallocCount()
Clears the value of 'reallocCount'.
|
long |
getAllocBytes()
Gets the value of 'allocBytes'.
|
Long |
getAllocBytesAsObject()
Gets the value of 'allocBytes'.
|
long |
getAllocCount()
Gets the value of 'allocCount'.
|
Long |
getAllocCountAsObject()
Gets the value of 'allocCount'.
|
long |
getFreeBytes()
Gets the value of 'freeBytes'.
|
Long |
getFreeBytesAsObject()
Gets the value of 'freeBytes'.
|
long |
getFreeCount()
Gets the value of 'freeCount'.
|
Long |
getFreeCountAsObject()
Gets the value of 'freeCount'.
|
long |
getReallocBytes()
Gets the value of 'reallocBytes'.
|
Long |
getReallocBytesAsObject()
Gets the value of 'reallocBytes'.
|
long |
getReallocCount()
Gets the value of 'reallocCount'.
|
Long |
getReallocCountAsObject()
Gets the value of 'reallocCount'.
|
boolean |
hasAllocBytes()
Checks for the presence of 'allocBytes'.
|
boolean |
hasAllocCount()
Checks for the presence of 'allocCount'.
|
boolean |
hasFreeBytes()
Checks for the presence of 'freeBytes'.
|
boolean |
hasFreeCount()
Checks for the presence of 'freeCount'.
|
boolean |
hasReallocBytes()
Checks for the presence of 'reallocBytes'.
|
boolean |
hasReallocCount()
Checks for the presence of 'reallocCount'.
|
void |
setAllocBytes(long val)
Sets the value of 'allocBytes'.
|
void |
setAllocBytesAsObject(Long val)
Sets the value of 'allocBytes'.
|
void |
setAllocCount(long val)
Sets the value of 'allocCount'.
|
void |
setAllocCountAsObject(Long val)
Sets the value of 'allocCount'.
|
void |
setFreeBytes(long val)
Sets the value of 'freeBytes'.
|
void |
setFreeBytesAsObject(Long val)
Sets the value of 'freeBytes'.
|
void |
setFreeCount(long val)
Sets the value of 'freeCount'.
|
void |
setFreeCountAsObject(Long val)
Sets the value of 'freeCount'.
|
void |
setReallocBytes(long val)
Sets the value of 'reallocBytes'.
|
void |
setReallocBytesAsObject(Long val)
Sets the value of 'reallocBytes'.
|
void |
setReallocCount(long val)
Sets the value of 'reallocCount'.
|
void |
setReallocCountAsObject(Long val)
Sets the value of 'reallocCount'.
|
getValidationErrors, isValidvoid setAllocCount(long val)
val - The value to set.void setAllocCountAsObject(Long val)
val - The value to set.long getAllocCount()
Long getAllocCountAsObject()
void clearAllocCount()
setAllocCount(long)boolean hasAllocCount()
getAllocCount()void setAllocBytes(long val)
val - The value to set.void setAllocBytesAsObject(Long val)
val - The value to set.long getAllocBytes()
Long getAllocBytesAsObject()
void clearAllocBytes()
setAllocBytes(long)boolean hasAllocBytes()
getAllocBytes()void setReallocCount(long val)
val - The value to set.void setReallocCountAsObject(Long val)
val - The value to set.long getReallocCount()
Long getReallocCountAsObject()
void clearReallocCount()
setReallocCount(long)boolean hasReallocCount()
getReallocCount()void setReallocBytes(long val)
val - The value to set.void setReallocBytesAsObject(Long val)
val - The value to set.long getReallocBytes()
Long getReallocBytesAsObject()
void clearReallocBytes()
setReallocBytes(long)boolean hasReallocBytes()
getReallocBytes()void setFreeCount(long val)
val - The value to set.void setFreeCountAsObject(Long val)
val - The value to set.long getFreeCount()
Long getFreeCountAsObject()
void clearFreeCount()
setFreeCount(long)boolean hasFreeCount()
getFreeCount()void setFreeBytes(long val)
val - The value to set.void setFreeBytesAsObject(Long val)
val - The value to set.long getFreeBytes()
Long getFreeBytesAsObject()
void clearFreeBytes()
setFreeBytes(long)boolean hasFreeBytes()
getFreeBytes()Copyright © 2019 Neeve Research, LLC. All Rights Reserved.