Uses of Class
io.atomix.utils.memory.MappedMemory
-
Packages that use MappedMemory Package Description io.atomix.utils.memory Provides classes and interfaces for performing low-level on- and off-heap memory management. -
-
Uses of MappedMemory in io.atomix.utils.memory
Methods in io.atomix.utils.memory that return MappedMemory Modifier and Type Method Description static MappedMemoryMappedMemory. allocate(File file, int size)Allocates memory mapped to a file on disk.static MappedMemoryMappedMemory. allocate(File file, FileChannel.MapMode mode, int size)Allocates memory mapped to a file on disk.MappedMemoryMappedMemoryAllocator. allocate(int size)MappedMemoryMappedMemoryAllocator. reallocate(MappedMemory memory, int size)Methods in io.atomix.utils.memory with parameters of type MappedMemory Modifier and Type Method Description MappedMemoryMappedMemoryAllocator. reallocate(MappedMemory memory, int size)
-