Package | Description |
---|---|
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
CacheWriter implementation. |
org.infinispan.persistence.manager | |
org.infinispan.persistence.spi |
The Persistence SPI
|
Modifier and Type | Method and Description |
---|---|
static <K,V> int |
PersistenceUtil.count(AdvancedCacheLoader<K,V> acl,
KeyFilter<? super K> filter) |
static <K,V> Set<InternalCacheEntry> |
PersistenceUtil.toEntrySet(AdvancedCacheLoader<K,V> acl,
KeyFilter<? super K> filter,
InternalEntryFactory ief) |
static <K,V> Set<K> |
PersistenceUtil.toKeySet(AdvancedCacheLoader<K,V> acl,
KeyFilter<? super K> filter) |
Modifier and Type | Class and Description |
---|---|
class |
AdvancedAsyncCacheLoader |
Modifier and Type | Class and Description |
---|---|
class |
SingleFileStore<K,V>
A filesystem-based implementation of a
CacheLoader . |
Modifier and Type | Method and Description |
---|---|
AdvancedCacheLoader |
PersistenceManagerStub.getStateTransferProvider() |
AdvancedCacheLoader |
PersistenceManager.getStateTransferProvider()
Returns the store one configured with fetch persistent state, or null if none exist.
|
AdvancedCacheLoader |
PersistenceManagerImpl.getStateTransferProvider() |
Modifier and Type | Interface and Description |
---|---|
interface |
AdvancedLoadWriteStore<K,V>
Advanced interface for interacting with an external store in a read-write mode.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.