Uses of Class
com.hazelcast.memory.MemorySize
Packages that use MemorySize
Package
Description
Provides classes for configuring HazelcastInstance.
Provides classes/interfaces for memory utilities, heap/native memory storage support.
-
Uses of MemorySize in com.hazelcast.config
Methods in com.hazelcast.config that return MemorySizeMethods in com.hazelcast.config with parameters of type MemorySizeModifier and TypeMethodDescriptionNativeMemoryConfig.setSize
(MemorySize capacity) Deprecated.Since 5.2, useNativeMemoryConfig.setCapacity(Capacity)
instead. -
Uses of MemorySize in com.hazelcast.memory
Methods in com.hazelcast.memory that return MemorySizeModifier and TypeMethodDescriptionstatic MemorySize
Deprecated.since 5.1, useCapacity.parse(String)
instead.static MemorySize
MemorySize.parse
(String value, MemoryUnit defaultUnit) Deprecated.since 5.1, useCapacity.parse(String, MemoryUnit)
instead
NativeMemoryConfig.getCapacity()
instead.