|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapStoreConfig | |
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
| Uses of MapStoreConfig in com.hazelcast.config |
|---|
| Subclasses of MapStoreConfig in com.hazelcast.config | |
|---|---|
class |
MapStoreConfigReadOnly
|
| Methods in com.hazelcast.config that return MapStoreConfig | |
|---|---|
MapStoreConfig |
MapConfigReadOnly.getMapStoreConfig()
|
MapStoreConfig |
MapConfig.getMapStoreConfig()
Returns the map store configuration |
MapStoreConfig |
MapStoreConfigReadOnly.setClassName(String className)
|
MapStoreConfig |
MapStoreConfig.setClassName(String className)
Sets the name for the MapStore implementation class |
MapStoreConfig |
MapStoreConfigReadOnly.setEnabled(boolean enabled)
|
MapStoreConfig |
MapStoreConfig.setEnabled(boolean enabled)
Enables and disables this configuration |
MapStoreConfig |
MapStoreConfigReadOnly.setFactoryClassName(String factoryClassName)
|
MapStoreConfig |
MapStoreConfig.setFactoryClassName(String factoryClassName)
Sets the name for the MapStoreFactory implementation class |
MapStoreConfig |
MapStoreConfigReadOnly.setFactoryImplementation(Object factoryImplementation)
|
MapStoreConfig |
MapStoreConfig.setFactoryImplementation(Object factoryImplementation)
Sets the map store factory implementation object |
MapStoreConfig |
MapStoreConfigReadOnly.setImplementation(Object implementation)
|
MapStoreConfig |
MapStoreConfig.setImplementation(Object implementation)
Sets the map store implementation object |
MapStoreConfig |
MapStoreConfig.setInitialLoadMode(MapStoreConfig.InitialLoadMode initialLoadMode)
Sets initial load mode LAZY: Default load mode where load is async EAGER: load mode where load is blocked till all partitions are loaded |
MapStoreConfig |
MapStoreConfigReadOnly.setProperties(Properties properties)
|
MapStoreConfig |
MapStoreConfig.setProperties(Properties properties)
|
MapStoreConfig |
MapStoreConfigReadOnly.setProperty(String name,
String value)
|
MapStoreConfig |
MapStoreConfig.setProperty(String name,
String value)
|
MapStoreConfig |
MapStoreConfigReadOnly.setWriteDelaySeconds(int writeDelaySeconds)
|
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 |
MapConfigReadOnly.setMapStoreConfig(MapStoreConfig mapStoreConfig)
|
MapConfig |
MapConfig.setMapStoreConfig(MapStoreConfig mapStoreConfig)
Sets the mapStore configuration |
| Constructors in com.hazelcast.config with parameters of type MapStoreConfig | |
|---|---|
MapStoreConfig(MapStoreConfig config)
|
|
MapStoreConfigReadOnly(MapStoreConfig config)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||