|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Generated(value="com.neeve.adm.AdmGenerator", date="Wed Mar 28 10:54:31 EDT 2018") @AdmGenerated(compatLevel="3.8.0", admVersion="nvx-adm v3.7.265 (build 0)", date="3/28/18 10:54 AM", buildInfo="nvx-talon-3.7.265 (nvx-codegen-plugin)") public interface ISrvMonSysMemoryUsage
Holds stats for a portion a JVM memory region.
Method Summary | |
---|---|
void |
clearCommitted()
Clears the value of 'committed' Field Description The amount of memory in bytes that is committed for the Java virtual machine to use. |
void |
clearInit()
Clears the value of 'init' Field Description The amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management. |
void |
clearMax()
Clears the value of 'max' Field Description The max amount of memory used in bytes. |
void |
clearUsed()
Clears the value of 'used' Field Description The amount of used memory in bytes. |
long |
getCommitted()
Gets the value of 'committed' Field Description The amount of memory in bytes that is committed for the Java virtual machine to use. |
long |
getInit()
Gets the value of 'init' Field Description The amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management. |
long |
getMax()
Gets the value of 'max' Field Description The max amount of memory used in bytes. |
long |
getUsed()
Gets the value of 'used' Field Description The amount of used memory in bytes. |
boolean |
hasCommitted()
Checks for the presence of 'committed' Field Description The amount of memory in bytes that is committed for the Java virtual machine to use. |
boolean |
hasInit()
Checks for the presence of 'init' Field Description The amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management. |
boolean |
hasMax()
Checks for the presence of 'max' Field Description The max amount of memory used in bytes. |
boolean |
hasUsed()
Checks for the presence of 'used' Field Description The amount of used memory in bytes. |
void |
setCommitted(long val)
Sets the value of 'committed' Field Description The amount of memory in bytes that is committed for the Java virtual machine to use. |
void |
setInit(long val)
Sets the value of 'init' Field Description The amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management. |
void |
setMax(long val)
Sets the value of 'max' Field Description The max amount of memory used in bytes. |
void |
setUsed(long val)
Sets the value of 'used' Field Description The amount of used memory in bytes. |
Methods inherited from interface com.neeve.rog.IRogValidatable |
---|
getValidationErrors, isValid |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |