Uses of Interface
org.apache.ignite.mem.MemoryAllocator
-
Packages that use MemoryAllocator Package Description org.apache.ignite.configuration Contains configuration-related classes. -
-
Uses of MemoryAllocator in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return MemoryAllocator Modifier and Type Method Description @Nullable MemoryAllocator
DataRegionConfiguration. getMemoryAllocator()
@Nullable MemoryAllocator
DataStorageConfiguration. getMemoryAllocator()
Methods in org.apache.ignite.configuration with parameters of type MemoryAllocator Modifier and Type Method Description DataRegionConfiguration
DataRegionConfiguration. setMemoryAllocator(MemoryAllocator allocator)
Sets memory allocator.DataStorageConfiguration
DataStorageConfiguration. setMemoryAllocator(MemoryAllocator allocator)
Sets default memory allocator for all memory regions.
-