Uses of Interface
org.infinispan.config.Configuration.LoadersConfig

Packages that use Configuration.LoadersConfig
org.infinispan.config Cache configuration beans and parsers. 
 

Uses of Configuration.LoadersConfig in org.infinispan.config
 

Classes in org.infinispan.config that implement Configuration.LoadersConfig
 class CacheLoaderManagerConfig
          Holds the configuration of the cache loader chain.
 

Methods in org.infinispan.config that return Configuration.LoadersConfig
 Configuration.LoadersConfig Configuration.LoadersConfig.addCacheLoaderConfig(CacheLoaderConfig clc)
           
 Configuration.LoadersConfig CacheLoaderManagerConfig.addCacheLoaderConfig(CacheLoaderConfig clc)
           
 Configuration.LoadersConfig Configuration.configureLoaders()
           
 Configuration.LoadersConfig Configuration.LoadersConfig.passivation(Boolean passivation)
          If true, data is only written to the cache store when it is evicted from memory, a phenomenon known as 'passivation'.
 Configuration.LoadersConfig CacheLoaderManagerConfig.passivation(Boolean passivation)
          If true, data is only written to the cache store when it is evicted from memory, a phenomenon known as 'passivation'.
 Configuration.LoadersConfig Configuration.LoadersConfig.preload(Boolean preload)
          If true, when the cache starts, data stored in the cache store will be pre-loaded into memory.
 Configuration.LoadersConfig CacheLoaderManagerConfig.preload(Boolean preload)
          If true, when the cache starts, data stored in the cache store will be pre-loaded into memory.
 Configuration.LoadersConfig Configuration.LoadersConfig.setCacheLoaderConfigs(List<CacheLoaderConfig> configs)
           
 Configuration.LoadersConfig CacheLoaderManagerConfig.setCacheLoaderConfigs(List<CacheLoaderConfig> configs)
           
 Configuration.LoadersConfig Configuration.LoadersConfig.shared(Boolean shared)
          This setting should be set to true when multiple cache instances share the same cache store (e.g., multiple nodes in a cluster using a JDBC-based CacheStore pointing to the same, shared database.) Setting this to true avoids multiple cache instances writing the same modification multiple times.
 Configuration.LoadersConfig CacheLoaderManagerConfig.shared(Boolean shared)
          This setting should be set to true when multiple cache instances share the same cache store (e.g., multiple nodes in a cluster using a JDBC-based CacheStore pointing to the same, shared database.) Setting this to true avoids multiple cache instances writing the same modification multiple times.
 



Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.