Uses of Interface
org.infinispan.loaders.bucket.BucketBasedCacheStore.BucketHandler

Packages that use BucketBasedCacheStore.BucketHandler
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. 
 

Uses of BucketBasedCacheStore.BucketHandler in org.infinispan.loaders.bucket
 

Classes in org.infinispan.loaders.bucket that implement BucketBasedCacheStore.BucketHandler
protected  class BucketBasedCacheStore.CollectionGeneratingBucketHandler<T>
           
 

Methods in org.infinispan.loaders.bucket with parameters of type BucketBasedCacheStore.BucketHandler
protected abstract  void BucketBasedCacheStore.loopOverBuckets(BucketBasedCacheStore.BucketHandler handler)
          A mechanism to loop over all buckets in the cache store.
 

Uses of BucketBasedCacheStore.BucketHandler in org.infinispan.loaders.cloud
 

Methods in org.infinispan.loaders.cloud with parameters of type BucketBasedCacheStore.BucketHandler
protected  void CloudCacheStore.loopOverBuckets(BucketBasedCacheStore.BucketHandler handler)
           
 

Uses of BucketBasedCacheStore.BucketHandler in org.infinispan.loaders.file
 

Methods in org.infinispan.loaders.file with parameters of type BucketBasedCacheStore.BucketHandler
protected  void FileCacheStore.loopOverBuckets(BucketBasedCacheStore.BucketHandler handler)
           
 

Uses of BucketBasedCacheStore.BucketHandler in org.infinispan.loaders.jdbc.binary
 

Methods in org.infinispan.loaders.jdbc.binary with parameters of type BucketBasedCacheStore.BucketHandler
protected  void JdbcBinaryCacheStore.loopOverBuckets(BucketBasedCacheStore.BucketHandler handler)
           
 


Google Analytics

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