Package | Description |
---|---|
org.infinispan.loaders.bucket |
Abstract classes that use hashed buckets to store entries.
|
org.infinispan.loaders.file |
Simple filesystem-based
CacheStore implementation. |
Modifier and Type | Class and Description |
---|---|
protected class |
BucketBasedCacheStore.CollectionGeneratingBucketHandler<T> |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
BucketBasedCacheStore.loopOverBuckets(BucketBasedCacheStore.BucketHandler handler)
A mechanism to loop over all buckets in the cache store.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FileCacheStore.loopOverBuckets(BucketBasedCacheStore.BucketHandler handler) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.