Uses of Class
org.infinispan.loaders.LockSupportCacheStore

Packages that use LockSupportCacheStore
org.infinispan.loaders.bucket Abstract classes that use hashed buckets to store entries. 
org.infinispan.loaders.cloud This package contains a CacheStore implementation based on JClouds, which in turn is an abstraction layer to store data on cloud infrastructure providers such as Amazon's S3, RackspaceCloud's CloudFiles, Microsoft's Windows Azure Blob Storage API, and others. 
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.stringbased This JDBC CacheStore implementation is optimized for storing String keys in the cache. 
 

Uses of LockSupportCacheStore in org.infinispan.loaders.bucket
 

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

Uses of LockSupportCacheStore in org.infinispan.loaders.cloud
 

Subclasses of LockSupportCacheStore in org.infinispan.loaders.cloud
 class CloudCacheStore
          The CloudCacheStore implementation that utilizes JClouds to communicate with cloud storage providers such as Amazon's S3, Rackspace's Cloudfiles, or any other such provider supported by JClouds.
 

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.
 


Google Analytics

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