Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.memory |
Provides classes/interfaces for memory utilities, heap/native memory storage support.
|
Modifier and Type | Method and Description |
---|---|
MemorySize |
NativeMemoryConfig.getSize()
Returns size of the native memory region.
|
Modifier and Type | Method and Description |
---|---|
NativeMemoryConfig |
NativeMemoryConfig.setSize(MemorySize size)
Sets size of the native memory region.
|
Modifier and Type | Method and Description |
---|---|
static MemorySize |
MemorySize.parse(String value)
Parses string representation of a memory size value.
|
static MemorySize |
MemorySize.parse(String value,
MemoryUnit defaultUnit)
Parses string representation of a memory size value.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.