Uses of Class
org.infinispan.loaders.LockSupportCacheStore

Packages that use LockSupportCacheStore
org.infinispan.loaders.bucket   
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.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 LockSupportCacheStore in org.infinispan.loaders.bucket
 

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

Uses of LockSupportCacheStore in org.infinispan.loaders.file
 

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

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

Subclasses of LockSupportCacheStore 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 LockSupportCacheStore in org.infinispan.loaders.jdbc.stringbased
 

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

Uses of LockSupportCacheStore in org.infinispan.loaders.s3
 

Subclasses of LockSupportCacheStore in org.infinispan.loaders.s3
 class S3CacheStore
          By default, a JClouds implementation of a BucketBasedCacheStore.
 


Google Analytics

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