Package | Description |
---|---|
org.infinispan.persistence.async | |
org.infinispan.persistence.cluster |
A
CacheLoader (not CacheWriter ) that polls other nodes in the cluster for state. |
org.infinispan.persistence.file |
Simple filesystem-based
CacheWriter implementation. |
org.infinispan.persistence.manager | |
org.infinispan.persistence.spi |
The Persistence SPI
|
org.infinispan.persistence.support |
Modifier and Type | Class and Description |
---|---|
class |
AdvancedAsyncCacheLoader |
class |
AsyncCacheLoader |
Constructor and Description |
---|
AdvancedAsyncCacheLoader(CacheLoader actual,
AtomicReference<State> state) |
AsyncCacheLoader(CacheLoader actual,
AtomicReference<State> state) |
Modifier and Type | Class and Description |
---|---|
class |
ClusterLoader
Cache loader that consults other members in the cluster for values.
|
Modifier and Type | Class and Description |
---|---|
class |
SingleFileStore<K,V>
A filesystem-based implementation of a
CacheLoader . |
Modifier and Type | Method and Description |
---|---|
List<CacheLoader> |
PersistenceManagerImpl.getAllLoaders() |
Modifier and Type | Interface and Description |
---|---|
interface |
AdvancedCacheLoader<K,V>
A specialised extension of the
CacheLoader interface that allows processing parallel iteration over the
existing entries. |
interface |
AdvancedLoadWriteStore<K,V>
Advanced interface for interacting with an external store in a read-write mode.
|
interface |
ExternalStore<K,V>
Basic interface for interacting with an external store in a read-write mode.
|
interface |
FlagAffectedStore<K,V>
Implemented by stores that can skip writes based on certain flags present in the invocation.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingCacheLoader |
Modifier and Type | Field and Description |
---|---|
protected CacheLoader |
DelegatingCacheLoader.actual |
Modifier and Type | Method and Description |
---|---|
CacheLoader |
DelegatingCacheLoader.undelegate() |
Constructor and Description |
---|
DelegatingCacheLoader(CacheLoader actual) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.