Enum NativeMemoryConfig.MemoryAllocatorType

java.lang.Object
java.lang.Enum<NativeMemoryConfig.MemoryAllocatorType>
com.hazelcast.config.NativeMemoryConfig.MemoryAllocatorType
All Implemented Interfaces:
Serializable, Comparable<NativeMemoryConfig.MemoryAllocatorType>, java.lang.constant.Constable
Enclosing class:
NativeMemoryConfig

public static enum NativeMemoryConfig.MemoryAllocatorType
extends Enum<NativeMemoryConfig.MemoryAllocatorType>
Type of memory allocator:
  • STANDARD: allocate/free memory using default OS memory manager
  • POOLED: manage memory blocks in pool