|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapStoreConfig | |
---|---|
com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
com.hazelcast.map.impl.mapstore | Contains map store operations. |
Uses of MapStoreConfig in com.hazelcast.config |
---|
Subclasses of MapStoreConfig in com.hazelcast.config | |
---|---|
class |
MapStoreConfigReadOnly
Contains the configuration for a Map Store (read-only). |
Methods in com.hazelcast.config that return MapStoreConfig | |
---|---|
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.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.setInitialLoadMode(MapStoreConfig.InitialLoadMode initialLoadMode)
|
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.setWriteBatchSize(int writeBatchSize)
Sets the number of operations to be included in each batch processing round. |
MapStoreConfig |
MapStoreConfigReadOnly.setWriteBatchSize(int writeBatchSize)
|
MapStoreConfig |
MapStoreConfig.setWriteDelaySeconds(int writeDelaySeconds)
Sets the number of seconds to delay before writing (storing) the dirty records Default value is 0. |
MapStoreConfig |
MapStoreConfigReadOnly.setWriteDelaySeconds(int writeDelaySeconds)
|
Methods in com.hazelcast.config with parameters of type MapStoreConfig | |
---|---|
MapConfig |
MapConfig.setMapStoreConfig(MapStoreConfig mapStoreConfig)
Sets the mapStore configuration |
MapConfig |
MapConfigReadOnly.setMapStoreConfig(MapStoreConfig mapStoreConfig)
|
Constructors in com.hazelcast.config with parameters of type MapStoreConfig | |
---|---|
MapStoreConfig(MapStoreConfig config)
|
|
MapStoreConfigReadOnly(MapStoreConfig config)
|
Uses of MapStoreConfig in com.hazelcast.map.impl.mapstore |
---|
Methods in com.hazelcast.map.impl.mapstore that return MapStoreConfig | |
---|---|
MapStoreConfig |
MapStoreContext.getMapStoreConfig()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |