Uses of Class
io.atomix.utils.memory.MappedMemory
Packages that use MappedMemory
Package
Description
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 MappedMemoryModifier and TypeMethodDescriptionstatic MappedMemoryAllocates 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.MappedMemoryAllocator.allocate(int size)