Package io.quarkus.runtime.configuration
Class MemorySize
java.lang.Object
io.quarkus.runtime.configuration.MemorySize
A type representing data sizes.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MemorySize
-
-
Method Details
-
asLongValue
public long asLongValue()- Returns:
Long- the size of memory in bytes
-
asBigInteger
- Returns:
BigInteger- the value
-