Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.loaders.AbstractCacheStore

Packages that use AbstractCacheStore
org.infinispan.loaders This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.loaders.bucket Abstract classes that use hashed buckets to store entries. 
org.infinispan.loaders.file Simple filesystem-based CacheStore implementation. 
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.remote   
 

Uses of AbstractCacheStore in org.infinispan.loaders
 

Subclasses of AbstractCacheStore in org.infinispan.loaders
 class LockSupportCacheStore<L>
          This class extends AbstractCacheStore adding lock support for consistently accessing stored data.
 

Uses of AbstractCacheStore in org.infinispan.loaders.bucket
 

Subclasses of AbstractCacheStore in org.infinispan.loaders.bucket
 class BucketBasedCacheStore
          Base class for CacheStore implementations that combine entries into buckets when storing data.
 

Uses of AbstractCacheStore in org.infinispan.loaders.file
 

Subclasses of AbstractCacheStore in org.infinispan.loaders.file
 class FileCacheStore
          A filesystem-based implementation of a BucketBasedCacheStore.
 

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

Subclasses of AbstractCacheStore in org.infinispan.loaders.jdbc.binary
 class JdbcBinaryCacheStore
          BucketBasedCacheStore implementation that will store all the buckets as rows in database, each row corresponding to a bucket.
 

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

Subclasses of AbstractCacheStore in org.infinispan.loaders.jdbc.mixed
 class JdbcMixedCacheStore
          Cache store that combines functionality of JdbcBinaryCacheStore and JdbcStringBasedCacheStore.
 

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

Subclasses of AbstractCacheStore in org.infinispan.loaders.jdbc.stringbased
 class JdbcStringBasedCacheStore
          CacheStore implementation that stores the entries in a database.
 

Uses of AbstractCacheStore in org.infinispan.loaders.remote
 

Subclasses of AbstractCacheStore in org.infinispan.loaders.remote
 class RemoteCacheStore
          Cache store that delegates the call to a infinispan cluster.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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