Package | Description |
---|---|
org.infinispan.compatibility.loaders | |
org.infinispan.loaders.bucket |
Abstract classes that use hashed buckets to store entries.
|
Modifier and Type | Method and Description |
---|---|
protected Bucket |
Custom52xCacheStore.loadBucket(File bucketFile) |
protected Bucket |
Custom52xCacheStore.loadBucket(Integer hash) |
Bucket |
Custom52xCacheStore.loadBucketContainingKey(String key) |
Modifier and Type | Method and Description |
---|---|
void |
Custom52xCacheStore.updateBucket(Bucket b) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends Bucket>> |
Bucket.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.