Class AdminWebService.MemoryBlock
java.lang.Object
ubic.gemma.rest.AdminWebService.MemoryBlock
- Enclosing class:
AdminWebService
- Author:
- phase 3 admin-panel wiring
-
Field Summary
FieldsModifier and TypeFieldDescriptionlonglong-1 when the JVM does not define a maximum (e.g.long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
usedBytes
public long usedBytes -
committedBytes
public long committedBytes -
maxBytes
public long maxBytes-1 when the JVM does not define a maximum (e.g. non-heap on some collectors).
-
-
Constructor Details
-
MemoryBlock
public MemoryBlock() -
MemoryBlock
public MemoryBlock(long usedBytes, long committedBytes, long maxBytes)
-