Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
NativeMemoryConfig.MemoryAllocatorType |
NativeMemoryConfig.getAllocatorType() |
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) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.