Infinispan Distribution 5.2.6.Final-redhat-2

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

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

Uses of Bucket in org.infinispan.loaders.bucket
 

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

Methods in org.infinispan.loaders.bucket that return types with arguments of type Bucket
 Set<Class<? extends Bucket>> Bucket.Externalizer.getTypeClasses()
           
 

Methods in org.infinispan.loaders.bucket with parameters of type Bucket
 boolean BucketBasedCacheStore.BucketHandler.handle(Bucket bucket)
          Handles a bucket that is passed in.
 boolean BucketBasedCacheStore.CollectionGeneratingBucketHandler.handle(Bucket bucket)
           
protected  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.
 void Bucket.Externalizer.writeObject(ObjectOutput output, Bucket b)
           
 

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(Integer hash)
           
 Bucket FileCacheStore.loadBucketContainingKey(String key)
           
 

Methods in org.infinispan.loaders.file with parameters of type 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(Integer 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)
           
 

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

Methods in org.infinispan.loaders.jdbc.logging with parameters of type Bucket
 void Log.sqlFailureInsertingBucket(Bucket bucket, SQLException e)
           
 void Log.sqlFailureUpdatingBucket(Bucket bucket, SQLException e)
           
 

Uses of Bucket in org.infinispan.util.logging
 

Methods in org.infinispan.util.logging with parameters of type Bucket
 void Log.errorSavingBucket(Bucket b, IOException ex)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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