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

Packages that use Bucket
org.infinispan.loaders.bucket   
org.infinispan.loaders.cloud   
org.infinispan.loaders.file   
org.infinispan.loaders.jdbc.binary This JDBC CacheStore implementation is optimized for storing binary (non-String) keys in the cache. 
 

Uses of Bucket in org.infinispan.loaders.bucket
 

Methods in org.infinispan.loaders.bucket that return Bucket
protected abstract  Bucket BucketBasedCacheStore.loadBucket(String hash)
          Loads a Bucket from the store, based on the hash code of the bucket.
 

Methods in org.infinispan.loaders.bucket with parameters of type Bucket
protected abstract  void BucketBasedCacheStore.insertBucket(Bucket bucket)
          Inserts a new Bucket in the storage system.
protected abstract  void BucketBasedCacheStore.updateBucket(Bucket bucket)
          Updates a bucket in the store with the Bucket passed in to the method.
 

Uses of Bucket in org.infinispan.loaders.cloud
 

Methods in org.infinispan.loaders.cloud that return Bucket
protected  Bucket CloudCacheStore.loadBucket(String hash)
           
 

Methods in org.infinispan.loaders.cloud with parameters of type Bucket
protected  void CloudCacheStore.insertBucket(Bucket bucket)
           
protected  void CloudCacheStore.updateBucket(Bucket bucket)
           
 

Uses of Bucket in org.infinispan.loaders.file
 

Methods in org.infinispan.loaders.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.loaders.file with parameters of type Bucket
protected  void FileCacheStore.insertBucket(Bucket bucket)
           
 void FileCacheStore.updateBucket(Bucket b)
           
 

Uses of Bucket in org.infinispan.loaders.jdbc.binary
 

Methods in org.infinispan.loaders.jdbc.binary that return Bucket
protected  Bucket JdbcBinaryCacheStore.loadBucket(String keyHashCode)
           
 

Methods in org.infinispan.loaders.jdbc.binary with parameters of type Bucket
protected  void JdbcBinaryCacheStore.insertBucket(Bucket bucket)
           
protected  void JdbcBinaryCacheStore.updateBucket(Bucket bucket)
           
 


Google Analytics

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