Package | Description |
---|---|
org.infinispan.lucene.cacheloader | |
org.infinispan.persistence |
This package contains stores, which are used for overflow or persistence.
|
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 | |
org.infinispan.persistence.support |
Modifier and Type | Method and Description |
---|---|
void |
LuceneCacheLoader.process(AdvancedCacheLoader.KeyFilter filter,
AdvancedCacheLoader.CacheLoaderTask task,
Executor executor,
boolean fetchValue,
boolean fetchMetadata) |
Modifier and Type | Class and Description |
---|---|
class |
CollectionKeyFilter
Filter based on accepting/rejecting the keys that are present in a supplied collection.
|
class |
CompositeFilter
Allows AND-composing several filters.
|
class |
PrimaryOwnerFilter |
Modifier and Type | Method and Description |
---|---|
static AdvancedCacheLoader.KeyFilter |
PersistenceUtil.notNull(AdvancedCacheLoader.KeyFilter filter) |
Modifier and Type | Method and Description |
---|---|
static int |
PersistenceUtil.count(AdvancedCacheLoader acl,
AdvancedCacheLoader.KeyFilter filter) |
static AdvancedCacheLoader.KeyFilter |
PersistenceUtil.notNull(AdvancedCacheLoader.KeyFilter filter) |
static Set<InternalCacheEntry> |
PersistenceUtil.toEntrySet(AdvancedCacheLoader acl,
AdvancedCacheLoader.KeyFilter filter,
InternalEntryFactory ief) |
static Set<Object> |
PersistenceUtil.toKeySet(AdvancedCacheLoader acl,
AdvancedCacheLoader.KeyFilter filter) |
Constructor and Description |
---|
CompositeFilter(AdvancedCacheLoader.KeyFilter... filters) |
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 | Field and Description |
---|---|
static AdvancedCacheLoader.KeyFilter |
AdvancedCacheLoader.KeyFilter.LOAD_ALL_FILTER |
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.
|
Modifier and Type | Method and Description |
---|---|
Map<Object,MarshalledEntry> |
Bucket.getStoredEntries(AdvancedCacheLoader.KeyFilter filter,
TimeService timeService) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.