Uses of Class
com.hazelcast.config.NativeMemoryConfig.MemoryAllocatorType

Packages that use NativeMemoryConfig.MemoryAllocatorType
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of NativeMemoryConfig.MemoryAllocatorType in com.hazelcast.config
 

Methods in com.hazelcast.config that return NativeMemoryConfig.MemoryAllocatorType
 NativeMemoryConfig.MemoryAllocatorType NativeMemoryConfig.getAllocatorType()
           
static NativeMemoryConfig.MemoryAllocatorType NativeMemoryConfig.MemoryAllocatorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NativeMemoryConfig.MemoryAllocatorType[] NativeMemoryConfig.MemoryAllocatorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hazelcast.config with parameters of type NativeMemoryConfig.MemoryAllocatorType
 NativeMemoryConfig NativeMemoryConfig.setAllocatorType(NativeMemoryConfig.MemoryAllocatorType allocatorType)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.