| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MapStoreConfigReadOnly  | 
| Modifier and Type | Method and Description | 
|---|---|
MapStoreConfig | 
MapConfig.getMapStoreConfig()
Returns the map store configuration 
 | 
MapStoreConfig | 
MapConfigReadOnly.getMapStoreConfig()  | 
MapStoreConfig | 
MapStoreConfig.setClassName(String className)
Sets the name for the MapStore implementation class 
 | 
MapStoreConfig | 
MapStoreConfigReadOnly.setClassName(String className)  | 
MapStoreConfig | 
MapStoreConfig.setEnabled(boolean enabled)
Enables and disables this configuration 
 | 
MapStoreConfig | 
MapStoreConfigReadOnly.setEnabled(boolean enabled)  | 
MapStoreConfig | 
MapStoreConfig.setFactoryClassName(String factoryClassName)
Sets the name for the MapStoreFactory implementation class 
 | 
MapStoreConfig | 
MapStoreConfigReadOnly.setFactoryClassName(String factoryClassName)  | 
MapStoreConfig | 
MapStoreConfig.setFactoryImplementation(Object factoryImplementation)
Sets the map store factory implementation object 
 | 
MapStoreConfig | 
MapStoreConfigReadOnly.setFactoryImplementation(Object factoryImplementation)  | 
MapStoreConfig | 
MapStoreConfig.setImplementation(Object implementation)
Sets the map store implementation object 
 | 
MapStoreConfig | 
MapStoreConfigReadOnly.setImplementation(Object implementation)  | 
MapStoreConfig | 
MapStoreConfig.setProperties(Properties properties)  | 
MapStoreConfig | 
MapStoreConfigReadOnly.setProperties(Properties properties)  | 
MapStoreConfig | 
MapStoreConfig.setProperty(String name,
           String value)  | 
MapStoreConfig | 
MapStoreConfigReadOnly.setProperty(String name,
           String value)  | 
MapStoreConfig | 
MapStoreConfig.setWriteDelaySeconds(int writeDelaySeconds)
Sets the number of seconds to delay before writing (storing) the dirty records 
 | 
MapStoreConfig | 
MapStoreConfigReadOnly.setWriteDelaySeconds(int writeDelaySeconds)  | 
| Modifier and Type | Method and Description | 
|---|---|
MapConfig | 
MapConfig.setMapStoreConfig(MapStoreConfig mapStoreConfig)
Sets the mapStore configuration 
 | 
MapConfig | 
MapConfigReadOnly.setMapStoreConfig(MapStoreConfig mapStoreConfig)  | 
| Constructor and Description | 
|---|
MapStoreConfig(MapStoreConfig config)  | 
MapStoreConfigReadOnly(MapStoreConfig config)  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.