Uses of Class
com.hazelcast.config.MapConfig.StorageType

Packages that use MapConfig.StorageType
com.hazelcast.config   
 

Uses of MapConfig.StorageType in com.hazelcast.config
 

Methods in com.hazelcast.config that return MapConfig.StorageType
 MapConfig.StorageType MapConfig.getStorageType()
           
static MapConfig.StorageType MapConfig.StorageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MapConfig.StorageType[] MapConfig.StorageType.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 MapConfig.StorageType
 MapConfig MapConfig.setStorageType(MapConfig.StorageType storageType)
           
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.