Uses of Record Class
com.loomcache.common.config.GenericMapStoreConfig
Packages that use GenericMapStoreConfig
Package
Description
MapStore Service Provider Interface — pluggable backing store for
DistributedMap.Multi-Raft sharding infrastructure for LoomCache.
-
Uses of GenericMapStoreConfig in com.loomcache.common.config
Methods in com.loomcache.common.config that return GenericMapStoreConfigMethods in com.loomcache.common.config that return types with arguments of type GenericMapStoreConfigMethods in com.loomcache.common.config with parameters of type GenericMapStoreConfigModifier and TypeMethodDescriptionClusterConfig.Builder.genericMapStoreConfig(String mapName, GenericMapStoreConfig config) Method parameters in com.loomcache.common.config with type arguments of type GenericMapStoreConfigModifier and TypeMethodDescriptionClusterConfig.Builder.genericMapStoreConfigs(Map<String, GenericMapStoreConfig> genericMapStoreConfigs) -
Uses of GenericMapStoreConfig in com.loomcache.server.config
Methods in com.loomcache.server.config that return types with arguments of type GenericMapStoreConfigMethods in com.loomcache.server.config with parameters of type GenericMapStoreConfigModifier and TypeMethodDescriptionLoomConfig.Builder.genericMapStoreConfig(String mapName, GenericMapStoreConfig config) Method parameters in com.loomcache.server.config with type arguments of type GenericMapStoreConfigModifier and TypeMethodDescriptionLoomConfig.Builder.genericMapStoreConfigs(Map<String, GenericMapStoreConfig> genericMapStoreConfigs) -
Uses of GenericMapStoreConfig in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return types with arguments of type GenericMapStoreConfigMethod parameters in com.loomcache.server.datastructures with type arguments of type GenericMapStoreConfigModifier and TypeMethodDescriptionvoidDataStructureRegistry.setGenericMapStoreConfigs(Map<String, GenericMapStoreConfig> configs) -
Uses of GenericMapStoreConfig in com.loomcache.server.datastructures.mapstore
Constructors in com.loomcache.server.datastructures.mapstore with parameters of type GenericMapStoreConfigModifierConstructorDescriptionJdbcGenericMapStore(String mapName, DataConnectionConfig dataConnection, GenericMapStoreConfig storeConfig) -
Uses of GenericMapStoreConfig in com.loomcache.server.sharding
Method parameters in com.loomcache.server.sharding with type arguments of type GenericMapStoreConfigModifier and TypeMethodDescriptionvoidShardedDataStructureRegistry.setGenericMapStoreConfigs(Map<String, GenericMapStoreConfig> configs)