Uses of Class
org.infinispan.loader.bucket.Bucket

Packages that use Bucket
org.infinispan.loader.bucket   
org.infinispan.loader.file   
 

Uses of Bucket in org.infinispan.loader.bucket
 

Methods in org.infinispan.loader.bucket that return Bucket
protected abstract  Bucket BucketBasedCacheStore.loadBucket(String keyHashCode)
          Loads the bucket from the store, base on the hashcode.
 

Methods in org.infinispan.loader.bucket with parameters of type Bucket
protected abstract  void BucketBasedCacheStore.insertBucket(Bucket bucket)
           
protected abstract  void BucketBasedCacheStore.saveBucket(Bucket bucket)
          This method assumes that the bucket is already persisted in the database.
 

Uses of Bucket in org.infinispan.loader.file
 

Methods in org.infinispan.loader.file that return Bucket
protected  Bucket FileCacheStore.loadBucket(File bucketFile)
           
protected  Bucket FileCacheStore.loadBucket(String bucketName)
           
 Bucket FileCacheStore.loadBucketContainingKey(String key)
           
 

Methods in org.infinispan.loader.file with parameters of type Bucket
protected  void FileCacheStore.insertBucket(Bucket bucket)
           
 void FileCacheStore.saveBucket(Bucket b)
           
 



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