Uses of Class
com.hazelcast.memory.MemorySize

Packages that use MemorySize
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
com.hazelcast.memory 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 MemorySize
 MemorySize NativeMemoryConfig.getSize()
           
 

Methods in com.hazelcast.config with parameters of type MemorySize
 NativeMemoryConfig NativeMemoryConfig.setSize(MemorySize size)
           
 

Uses of MemorySize in com.hazelcast.memory
 

Methods in com.hazelcast.memory that return MemorySize
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 © 2015 Hazelcast, Inc.. All Rights Reserved.