| 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)Deprecated. 
 since 5.1, use  Capacity.parse(String)instead. | 
| static MemorySize | MemorySize. parse(String value,
     MemoryUnit defaultUnit)Deprecated. 
 since 5.1, use  Capacity.parse(String, MemoryUnit)instead | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.