Uses of Class
com.hazelcast.config.MapStoreConfig

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

Uses of MapStoreConfig in com.hazelcast.config
 

Methods in com.hazelcast.config that return MapStoreConfig
 MapStoreConfig MapConfig.getMapStoreConfig()
          Returns the map store configuration
 MapStoreConfig MapStoreConfig.setClassName(String className)
          Sets the name for the MapStore implementation class
 MapStoreConfig MapStoreConfig.setEnabled(boolean enabled)
          Enables and disables this configuration
 MapStoreConfig MapStoreConfig.setFactoryClassName(String factoryClassName)
          Sets the name for the MapStoreFactory implementation class
 MapStoreConfig MapStoreConfig.setFactoryImplementation(Object factoryImplementation)
          Sets the map store factory implementation object
 MapStoreConfig MapStoreConfig.setImplementation(Object implementation)
          Sets the map store implementation object
 MapStoreConfig MapStoreConfig.setProperties(Properties properties)
           
 MapStoreConfig MapStoreConfig.setProperty(String name, String value)
           
 MapStoreConfig MapStoreConfig.setWriteDelaySeconds(int writeDelaySeconds)
          Sets the number of seconds to delay before writing (storing) the dirty records
 

Methods in com.hazelcast.config with parameters of type MapStoreConfig
 MapConfig MapConfig.setMapStoreConfig(MapStoreConfig mapStoreConfig)
          Sets the mapStore configuration
 



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