|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheSimpleConfig | |
---|---|
com.hazelcast.cache.impl | Hazelcast JSR-107 aka JCache implementation |
com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
Uses of CacheSimpleConfig in com.hazelcast.cache.impl |
---|
Methods in com.hazelcast.cache.impl that return CacheSimpleConfig | |
---|---|
CacheSimpleConfig |
AbstractCacheService.findCacheConfig(String simpleName)
|
CacheSimpleConfig |
ICacheService.findCacheConfig(String simpleName)
|
Uses of CacheSimpleConfig in com.hazelcast.config |
---|
Subclasses of CacheSimpleConfig in com.hazelcast.config | |
---|---|
class |
CacheSimpleConfigReadOnly
Readonly version of CacheSimpleConfig |
Methods in com.hazelcast.config that return types with arguments of type CacheSimpleConfig | |
---|---|
Map<String,CacheSimpleConfig> |
Config.getCacheConfigs()
|
Methods in com.hazelcast.config with parameters of type CacheSimpleConfig | |
---|---|
Config |
Config.addCacheConfig(CacheSimpleConfig cacheConfig)
|
Method parameters in com.hazelcast.config with type arguments of type CacheSimpleConfig | |
---|---|
Config |
Config.setCacheConfigs(Map<String,CacheSimpleConfig> cacheConfigs)
|
Constructors in com.hazelcast.config with parameters of type CacheSimpleConfig | |
---|---|
CacheConfig(CacheSimpleConfig simpleConfig)
|
|
CacheSimpleConfig(CacheSimpleConfig cacheSimpleConfig)
|
|
CacheSimpleConfigReadOnly(CacheSimpleConfig cacheSimpleConfig)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |