Infinispan Distribution 5.2.6.Final-redhat-2

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.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.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.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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