Uses of Class
org.infinispan.config.ConfigurationElements

Packages that use ConfigurationElements
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.loaders.bdbje This package contains a CacheStore implementation based on Oracle's BDBJE storage engine. 
org.infinispan.loaders.file   
org.infinispan.loaders.jdbc.binary This JDBC CacheStore implementation is optimized for storing binary (non-String) keys in the cache. 
org.infinispan.loaders.jdbc.mixed This is a delegating CacheStore implementation that delegates either to a binary or String based JDBC cache store depending on the key used. 
org.infinispan.loaders.jdbc.stringbased This JDBC CacheStore implementation is optimized for storing String keys in the cache. 
org.infinispan.loaders.s3 This package contains a CacheStore implementation based on persisting to Amazon's S3 service. 
 

Uses of ConfigurationElements in org.infinispan.config
 

Classes in org.infinispan.config with annotations of type ConfigurationElements
 class Configuration
          Encapsulates the configuration of a Cache.
 class GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

Uses of ConfigurationElements in org.infinispan.loaders.bdbje
 

Classes in org.infinispan.loaders.bdbje with annotations of type ConfigurationElements
 class BdbjeCacheStoreConfig
          Configures BdbjeCacheStore.
 

Uses of ConfigurationElements in org.infinispan.loaders.file
 

Classes in org.infinispan.loaders.file with annotations of type ConfigurationElements
 class FileCacheStoreConfig
          Configures FileCacheStore.
 

Uses of ConfigurationElements in org.infinispan.loaders.jdbc.binary
 

Classes in org.infinispan.loaders.jdbc.binary with annotations of type ConfigurationElements
 class JdbcBinaryCacheStoreConfig
          Defines available configuration elements for JdbcBinaryCacheStore.
 

Uses of ConfigurationElements in org.infinispan.loaders.jdbc.mixed
 

Classes in org.infinispan.loaders.jdbc.mixed with annotations of type ConfigurationElements
 class JdbcMixedCacheStoreConfig
          Configureation for JdbcMixedCacheStore.
 

Uses of ConfigurationElements in org.infinispan.loaders.jdbc.stringbased
 

Classes in org.infinispan.loaders.jdbc.stringbased with annotations of type ConfigurationElements
 class JdbcStringBasedCacheStoreConfig
          Configuration for JdbcStringBasedCacheStore cache store.
 

Uses of ConfigurationElements in org.infinispan.loaders.s3
 

Classes in org.infinispan.loaders.s3 with annotations of type ConfigurationElements
 class S3CacheStoreConfig
          Configures S3CacheStore.
 


Google Analytics

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