com.neeve.server.mon
Interface ISrvMonSysMemoryUsage

All Superinterfaces:
IRogValidatable
All Known Implementing Classes:
SrvMonSysMemoryUsage

@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
extends IRogValidatable

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

setInit

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.

A value of -1 indicates that the initial memory size is undefined.

Parameters:
val - The value to set.

getInit

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.

A value of -1 indicates that the initial memory size is undefined.

Returns:
The amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.

clearInit

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.

A value of -1 indicates that the initial memory size is undefined.

See Also:
setInit(long)

hasInit

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.

A value of -1 indicates that the initial memory size is undefined.

See Also:
getInit()

setUsed

void setUsed(long val)
Sets the value of 'used'

Field Description

The amount of used memory in bytes.

Parameters:
val - The value to set.

getUsed

long getUsed()
Gets the value of 'used'

Field Description

The amount of used memory in bytes.

Returns:
The amount of used memory in bytes.

clearUsed

void clearUsed()
Clears the value of 'used'

Field Description

The amount of used memory in bytes.

See Also:
setUsed(long)

hasUsed

boolean hasUsed()
Checks for the presence of 'used'

Field Description

The amount of used memory in bytes.

See Also:
getUsed()

setCommitted

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.

This amount of memory is guaranteed for the Java virtual machine to use.

Parameters:
val - The value to set.

getCommitted

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.

This amount of memory is guaranteed for the Java virtual machine to use.

Returns:
the amount of memory in bytes that is committed for the Java virtual machine to use.

clearCommitted

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.

This amount of memory is guaranteed for the Java virtual machine to use.

See Also:
setCommitted(long)

hasCommitted

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.

This amount of memory is guaranteed for the Java virtual machine to use.

See Also:
getCommitted()

setMax

void setMax(long val)
Sets the value of 'max'

Field Description

The max amount of memory used in bytes.

Parameters:
val - The value to set.

getMax

long getMax()
Gets the value of 'max'

Field Description

The max amount of memory used in bytes.

Returns:
The max amount of memory used in bytes.

clearMax

void clearMax()
Clears the value of 'max'

Field Description

The max amount of memory used in bytes.

See Also:
setMax(long)

hasMax

boolean hasMax()
Checks for the presence of 'max'

Field Description

The max amount of memory used in bytes.

See Also:
getMax()


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.