Class AdminWebService.MemoryBlock

java.lang.Object
ubic.gemma.rest.AdminWebService.MemoryBlock
Enclosing class:
AdminWebService

public static class AdminWebService.MemoryBlock extends Object
Author:
phase 3 admin-panel wiring
  • 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)