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 | Field and Description |
---|---|
static MemorySize |
MemoryTierConfig.DEFAULT_CAPACITY
Default capacity.
|
Modifier and Type | Method and Description |
---|---|
MemorySize |
MemoryTierConfig.getCapacity()
Returns the capacity of this memory tier.
|
MemorySize |
NativeMemoryConfig.getSize()
Returns size of the native memory region.
|
Modifier and Type | Method and Description |
---|---|
MemoryTierConfig |
MemoryTierConfig.setCapacity(MemorySize capacity)
Sets the capacity of this memory tier.
|
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.
|
static MemorySize |
MemorySize.parseMemorySize(String memorySize)
Parses string representation of a memory size.
|
Copyright © 2022 Hazelcast, Inc.. All rights reserved.