Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
NativeMemoryConfig.MemoryAllocatorType |
NativeMemoryConfig.getAllocatorType()
Returns the
NativeMemoryConfig.MemoryAllocatorType to be used while allocating native memory. |
static NativeMemoryConfig.MemoryAllocatorType |
NativeMemoryConfig.MemoryAllocatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NativeMemoryConfig.MemoryAllocatorType[] |
NativeMemoryConfig.MemoryAllocatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NativeMemoryConfig |
NativeMemoryConfig.setAllocatorType(NativeMemoryConfig.MemoryAllocatorType allocatorType)
Sets the
NativeMemoryConfig.MemoryAllocatorType to be used while allocating native memory. |
Copyright © 2022 Hazelcast, Inc.. All rights reserved.