Package | Description |
---|---|
org.infinispan.loaders.bucket |
Abstract classes that use hashed buckets to store entries.
|
org.infinispan.loaders.cloud |
This package contains a
CacheStore implementation based on
JClouds, which in turn is an abstraction layer to store data on cloud infrastructure providers
such as Amazon's S3,
RackspaceCloud's CloudFiles,
Microsoft's Windows Azure Blob Storage API, and others. |
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.
|
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 |
CloudCacheStore.loopOverBuckets(BucketBasedCacheStore.BucketHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected void |
FileCacheStore.loopOverBuckets(BucketBasedCacheStore.BucketHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected void |
JdbcBinaryCacheStore.loopOverBuckets(BucketBasedCacheStore.BucketHandler handler) |
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.