Class MemorySize

java.lang.Object
io.quarkus.runtime.configuration.MemorySize

public final class MemorySize extends Object
A type representing data sizes.
  • Constructor Details

    • MemorySize

      public MemorySize(BigInteger value)
  • Method Details

    • asLongValue

      public long asLongValue()
      Returns:
      Long - the size of memory in bytes
    • asBigInteger

      public BigInteger asBigInteger()
      Returns:
      BigInteger - the value