Uses of Class
org.infinispan.loader.LockSupportCacheStore

Packages that use LockSupportCacheStore
org.infinispan.loader.bucket   
org.infinispan.loader.file   
org.infinispan.loader.jdbc.binary   
org.infinispan.loader.jdbc.stringbased   
org.infinispan.loader.s3   
 

Uses of LockSupportCacheStore in org.infinispan.loader.bucket
 

Subclasses of LockSupportCacheStore in org.infinispan.loader.bucket
 class BucketBasedCacheStore
          Base class for cache store that want to use the 'buckets approach' for storing data.
 

Uses of LockSupportCacheStore in org.infinispan.loader.file
 

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

Uses of LockSupportCacheStore in org.infinispan.loader.jdbc.binary
 

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

Uses of LockSupportCacheStore in org.infinispan.loader.jdbc.stringbased
 

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

Uses of LockSupportCacheStore in org.infinispan.loader.s3
 

Subclasses of LockSupportCacheStore in org.infinispan.loader.s3
 class S3CacheStore
          A TODO link implementation of a BucketBasedCacheStore.
 



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