Uses of Class
io.atomix.utils.memory.MemorySize
-
Packages that use MemorySize Package Description io.atomix.utils.memory Provides classes and interfaces for performing low-level on- and off-heap memory management. -
-
Uses of MemorySize in io.atomix.utils.memory
Methods in io.atomix.utils.memory that return MemorySize Modifier and Type Method Description static MemorySizeMemorySize. from(long bytes)Creates a memory size from the given bytes.
-