Package com.hazelcast.config
Class MemoryTierConfig
java.lang.Object
com.hazelcast.config.MemoryTierConfig
Memory tier configuration of Tiered-Store.
- Since:
- 5.1
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Returns the capacity of this memory tier.final int
hashCode()
setCapacity
(Capacity capacity) Sets the capacity of this memory tier.toString()
-
Field Details
-
DEFAULT_CAPACITY
Default capacity. It is 256 MB.
-
-
Constructor Details
-
MemoryTierConfig
public MemoryTierConfig() -
MemoryTierConfig
-
-
Method Details
-
getCapacity
Returns the capacity of this memory tier.- Returns:
- memory tier capacity.
-
setCapacity
Sets the capacity of this memory tier.- Parameters:
capacity
- capacity.- Returns:
- this MemoryTierConfig
-
equals
-
hashCode
public final int hashCode() -
toString
-