Uses of Enum Class
com.hazelcast.config.NativeMemoryConfig.MemoryAllocatorType
Packages that use NativeMemoryConfig.MemoryAllocatorType
-
Uses of NativeMemoryConfig.MemoryAllocatorType in com.hazelcast.config
Methods in com.hazelcast.config that return NativeMemoryConfig.MemoryAllocatorTypeModifier and TypeMethodDescriptionNativeMemoryConfig.getAllocatorType()Returns theNativeMemoryConfig.MemoryAllocatorTypeto be used while allocating native memory.Returns the enum constant of this class with the specified name.NativeMemoryConfig.MemoryAllocatorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hazelcast.config with parameters of type NativeMemoryConfig.MemoryAllocatorTypeModifier and TypeMethodDescriptionNativeMemoryConfig.setAllocatorType(NativeMemoryConfig.MemoryAllocatorType allocatorType) Sets theNativeMemoryConfig.MemoryAllocatorTypeto be used while allocating native memory.