Uses of Package
org.infinispan.loaders.bucket

Packages that use org.infinispan.loaders.bucket
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.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. 
 

Classes in org.infinispan.loaders.bucket used by org.infinispan.loaders.bucket
Bucket
          A bucket is where entries are stored.
BucketBasedCacheStore.BucketHandler
           
 

Classes in org.infinispan.loaders.bucket used by org.infinispan.loaders.cloud
Bucket
          A bucket is where entries are stored.
BucketBasedCacheStore
          Base class for CacheStore implementations that combine entries into buckets when storing data.
BucketBasedCacheStore.BucketHandler
           
 

Classes in org.infinispan.loaders.bucket used by org.infinispan.loaders.file
Bucket
          A bucket is where entries are stored.
BucketBasedCacheStore
          Base class for CacheStore implementations that combine entries into buckets when storing data.
BucketBasedCacheStore.BucketHandler
           
 

Classes in org.infinispan.loaders.bucket used by org.infinispan.loaders.jdbc.binary
Bucket
          A bucket is where entries are stored.
BucketBasedCacheStore
          Base class for CacheStore implementations that combine entries into buckets when storing data.
BucketBasedCacheStore.BucketHandler
           
 

Classes in org.infinispan.loaders.bucket used by org.infinispan.util.logging
Bucket
          A bucket is where entries are stored.
 


-->

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