@Generated(value="com.neeve.adm.AdmGenerator", date="Thu May 07 15:37:32 EDT 2020") @AdmGenerated(compatLevel="4.0.0", admVersion="nvx-rumi-adm v3.14 (build 29)", date="5/7/20 3:37 PM", buildInfo="nvx-talon-3.14.19 (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 |
getInit()
Gets the value of 'init'.
|
long |
getMax()
Gets the value of 'max'.
|
long |
getUsed()
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 |
setInit(long val)
Sets the value of 'init'.
|
void |
setMax(long val)
Sets the value of 'max'.
|
void |
setUsed(long val)
Sets the value of 'used'.
|
getValidationErrors, isValid
void setInit(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.
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.long getUsed()
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.long getCommitted()
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.long getMax()
void clearMax()
setMax(long)
boolean hasMax()
getMax()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.