Package | Description |
---|---|
org.infinispan.distexec.mapreduce | |
org.infinispan.lucene.cacheloader | |
org.infinispan.persistence.async | |
org.infinispan.persistence.file |
Simple filesystem-based
CacheStore implementation. |
org.infinispan.persistence.jdbc.binary |
This JDBC CacheStore implementation is optimized for storing binary (non-String)
keys in the cache.
|
org.infinispan.persistence.jdbc.mixed |
This is a delegating CacheStore implementation that delegates either to a binary
or String based JDBC cache store depending on the key used.
|
org.infinispan.persistence.jdbc.stringbased |
This JDBC CacheStore implementation is optimized for storing String
keys in the cache.
|
org.infinispan.persistence.manager | |
org.infinispan.persistence.remote | |
org.infinispan.persistence.spi |
Modifier and Type | Class and Description |
---|---|
class |
MapReduceCacheLoaderTask |
Modifier and Type | Method and Description |
---|---|
void |
LuceneCacheLoader.process(AdvancedCacheLoader.KeyFilter filter,
AdvancedCacheLoader.CacheLoaderTask task,
Executor executor,
boolean fetchValue,
boolean fetchMetadata) |
Modifier and Type | Method and Description |
---|---|
void |
AdvancedAsyncCacheLoader.process(AdvancedCacheLoader.KeyFilter keyFilter,
AdvancedCacheLoader.CacheLoaderTask cacheLoaderTask,
Executor executor,
boolean loadValues,
boolean loadMetadata) |
Modifier and Type | Method and Description |
---|---|
void |
SingleFileStore.process(AdvancedCacheLoader.KeyFilter filter,
AdvancedCacheLoader.CacheLoaderTask task,
Executor executor,
boolean fetchValue,
boolean fetchMetadata) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcBinaryStore.process(AdvancedCacheLoader.KeyFilter filter,
AdvancedCacheLoader.CacheLoaderTask task,
Executor executor,
boolean fetchValue,
boolean fetchMetadata) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcMixedStore.process(AdvancedCacheLoader.KeyFilter filter,
AdvancedCacheLoader.CacheLoaderTask task,
Executor executor,
boolean fetchValue,
boolean fetchMetadata) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcStringBasedStore.process(AdvancedCacheLoader.KeyFilter filter,
AdvancedCacheLoader.CacheLoaderTask task,
Executor executor,
boolean fetchValue,
boolean fetchMetadata) |
Modifier and Type | Method and Description |
---|---|
void |
PersistenceManager.processOnAllStores(AdvancedCacheLoader.KeyFilter keyFilter,
AdvancedCacheLoader.CacheLoaderTask task,
boolean fetchValue,
boolean fetchMetadata) |
void |
PersistenceManagerImpl.processOnAllStores(AdvancedCacheLoader.KeyFilter keyFilter,
AdvancedCacheLoader.CacheLoaderTask task,
boolean fetchValue,
boolean fetchMetadata) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteStore.process(AdvancedCacheLoader.KeyFilter filter,
AdvancedCacheLoader.CacheLoaderTask task,
Executor executor,
boolean fetchValue,
boolean fetchMetadata) |
Modifier and Type | Method and Description |
---|---|
void |
AdvancedCacheLoader.process(AdvancedCacheLoader.KeyFilter<K> filter,
AdvancedCacheLoader.CacheLoaderTask<K,V> task,
Executor executor,
boolean fetchValue,
boolean fetchMetadata)
Iterates in parallel over the entries in the storage using the threads from the executor pool.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.