@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 ISrvMonSysMemoryUsage extends IRogValidatable
| ADM Type | Embedded Entity |
| Factory | SrvMonFactory |
| ADM Field Summary |
|---|
| Field | Type | Id | Description |
|---|---|---|---|
| committed | Long | 3 |
The amount of memory in bytes that is committed for the Java virtual machine to use.
This amount of memory is guaranteed for the Java virtual machine to use. |
| init | Long | 1 |
The amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.
A value of -1 indicates that the initial memory size is undefined. |
| max | Long | 4 | The max amount of memory used in bytes. |
| used | Long | 2 | The amount of used memory in bytes. |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCommitted()
Clears the value of 'committed'.
|
void |
clearInit()
Clears the value of 'init'.
|
void |
clearMax()
Clears the value of 'max'.
|
void |
clearUsed()
Clears the value of 'used'.
|
long |
getCommitted()
Gets the value of 'committed'.
|
Long |
getCommittedAsObject()
Gets the value of 'committed'.
|
long |
getInit()
Gets the value of 'init'.
|
Long |
getInitAsObject()
Gets the value of 'init'.
|
long |
getMax()
Gets the value of 'max'.
|
Long |
getMaxAsObject()
Gets the value of 'max'.
|
long |
getUsed()
Gets the value of 'used'.
|
Long |
getUsedAsObject()
Gets the value of 'used'.
|
boolean |
hasCommitted()
Checks for the presence of 'committed'.
|
boolean |
hasInit()
Checks for the presence of 'init'.
|
boolean |
hasMax()
Checks for the presence of 'max'.
|
boolean |
hasUsed()
Checks for the presence of 'used'.
|
void |
setCommitted(long val)
Sets the value of 'committed'.
|
void |
setCommittedAsObject(Long val)
Sets the value of 'committed'.
|
void |
setInit(long val)
Sets the value of 'init'.
|
void |
setInitAsObject(Long val)
Sets the value of 'init'.
|
void |
setMax(long val)
Sets the value of 'max'.
|
void |
setMaxAsObject(Long val)
Sets the value of 'max'.
|
void |
setUsed(long val)
Sets the value of 'used'.
|
void |
setUsedAsObject(Long val)
Sets the value of 'used'.
|
getValidationErrors, isValidvoid setInit(long val)
A value of -1 indicates that the initial memory size is undefined.
val - The value to set.void setInitAsObject(Long val)
A value of -1 indicates that the initial memory size is undefined.
val - The value to set.long getInit()
A value of -1 indicates that the initial memory size is undefined.
Long getInitAsObject()
A value of -1 indicates that the initial memory size is undefined.
void clearInit()
A value of -1 indicates that the initial memory size is undefined.
setInit(long)boolean hasInit()
A value of -1 indicates that the initial memory size is undefined.
getInit()void setUsed(long val)
val - The value to set.void setUsedAsObject(Long val)
val - The value to set.long getUsed()
Long getUsedAsObject()
void clearUsed()
setUsed(long)boolean hasUsed()
getUsed()void setCommitted(long val)
This amount of memory is guaranteed for the Java virtual machine to use.
val - The value to set.void setCommittedAsObject(Long val)
This amount of memory is guaranteed for the Java virtual machine to use.
val - The value to set.long getCommitted()
This amount of memory is guaranteed for the Java virtual machine to use.
Long getCommittedAsObject()
This amount of memory is guaranteed for the Java virtual machine to use.
void clearCommitted()
This amount of memory is guaranteed for the Java virtual machine to use.
setCommitted(long)boolean hasCommitted()
This amount of memory is guaranteed for the Java virtual machine to use.
getCommitted()void setMax(long val)
val - The value to set.void setMaxAsObject(Long val)
val - The value to set.long getMax()
Long getMaxAsObject()
void clearMax()
setMax(long)boolean hasMax()
getMax()Copyright © 2019 Neeve Research, LLC. All Rights Reserved.