Uses of Interface
org.apache.ignite.mem.MemoryAllocator
-
Packages that use MemoryAllocator Package Description org.apache.ignite.configuration Contains configuration-related classes.org.apache.ignite.internal.mem.unsafe -
-
Uses of MemoryAllocator in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return MemoryAllocator Modifier and Type Method Description @Nullable MemoryAllocatorDataRegionConfiguration. getMemoryAllocator()@Nullable MemoryAllocatorDataStorageConfiguration. getMemoryAllocator()Methods in org.apache.ignite.configuration with parameters of type MemoryAllocator Modifier and Type Method Description DataRegionConfigurationDataRegionConfiguration. setMemoryAllocator(MemoryAllocator allocator)Sets memory allocator.DataStorageConfigurationDataStorageConfiguration. setMemoryAllocator(MemoryAllocator allocator)Sets default memory allocator for all memory regions. -
Uses of MemoryAllocator in org.apache.ignite.internal.mem.unsafe
Classes in org.apache.ignite.internal.mem.unsafe that implement MemoryAllocator Modifier and Type Class Description classUnsafeMemoryAllocatorConstructors in org.apache.ignite.internal.mem.unsafe with parameters of type MemoryAllocator Constructor Description UnsafeMemoryProvider(@Nullable IgniteLogger log, @Nullable MemoryAllocator allocator)
-