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

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

Uses of FluentConfiguration.LoadersConfig in org.infinispan.config
 

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

Methods in org.infinispan.config that return FluentConfiguration.LoadersConfig
 FluentConfiguration.LoadersConfig FluentConfiguration.LoadersConfig.addCacheLoader(CacheLoaderConfig... configs)
          Deprecated.  
 FluentConfiguration.LoadersConfig CacheLoaderManagerConfig.addCacheLoader(CacheLoaderConfig... configs)
           
 FluentConfiguration.LoadersConfig CacheLoaderManagerConfig.addCacheLoaderConfig(CacheLoaderConfig clc)
          Deprecated. use CacheLoaderManagerConfig.addCacheLoader(org.infinispan.loaders.CacheLoaderConfig...) instead
 FluentConfiguration.LoadersConfig FluentConfiguration.LoadersConfig.passivation(Boolean passivation)
          Deprecated. If true, data is only written to the cache store when it is evicted from memory, a phenomenon known as 'passivation'.
 FluentConfiguration.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'.
 FluentConfiguration.LoadersConfig FluentConfiguration.LoadersConfig.preload(Boolean preload)
          Deprecated. If true, when the cache starts, data stored in the cache store will be pre-loaded into memory.
 FluentConfiguration.LoadersConfig CacheLoaderManagerConfig.preload(Boolean preload)
          If true, when the cache starts, data stored in the cache store will be pre-loaded into memory.
 FluentConfiguration.LoadersConfig CacheLoaderManagerConfig.setCacheLoaderConfigs(List<CacheLoaderConfig> configs)
          Deprecated. The visibility of this method will be reduced and XMLElement definition is likely to move to the getCacheLoaderConfigs().
 FluentConfiguration.LoadersConfig FluentConfiguration.LoadersConfig.shared(Boolean shared)
          Deprecated. 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.
 FluentConfiguration.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 © 2012 JBoss, a division of Red Hat. All Rights Reserved.