Class MemBlock

java.lang.Object
com.trdp.config.MemBlock

public class MemBlock extends Object
Memory block definition (<mem-block> element).

Defines a preallocated memory pool of a specific block size. Valid sizes are: 32, 72, 128, 256, 512, 1024, 1480, 2048, 4096, 11520, 16384, 32768, 65536, 131072.

  • Constructor Details

    • MemBlock

      public MemBlock(long size, Long preallocate)
  • Method Details

    • getSize

      public long getSize()
    • getPreallocate

      public long getPreallocate()
    • toString

      public String toString()
      Overrides:
      toString in class Object