| Package | Description |
|---|---|
| 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.spi |
The Persistence SPI.
|
| org.infinispan.persistence.support |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterLoader
Deprecated.
since 11.0. To be removed in 14.0 ISPN-11864 with no direct replacement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SingleFileStore<K,V>
A filesystem-based implementation of a
AdvancedLoadWriteStore. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AdvancedCacheLoader<K,V>
Deprecated.
since 11.0 replaced by
NonBlockingStore |
interface |
AdvancedLoadWriteStore<K,V>
Deprecated.
since 11.0 replaced by
NonBlockingStore |
interface |
ExternalStore<K,V>
Deprecated.
since 11.0 replaced by
NonBlockingStore |
interface |
FlagAffectedStore<K,V>
Implemented by stores that can skip writes based on certain flags present in the invocation.
|
interface |
SegmentedAdvancedLoadWriteStore<K,V>
Deprecated.
since 11.0 replaced by
NonBlockingStore |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSegmentedAdvancedLoadWriteStore<K,V>
Abstract segment loader writer that implements all the single key non segmented methods by invoking the segmented
equivalent by passing in the segment returned from invoking
AbstractSegmentedAdvancedLoadWriteStore.getKeyMapper(). |
class |
ComposedSegmentedLoadWriteStore<K,V,T extends AbstractSegmentedStoreConfiguration>
Segmented store that creates multiple inner stores for each segment.
|
class |
DelegatingCacheLoader<K,V> |
| Modifier and Type | Field and Description |
|---|---|
protected CacheLoader |
DelegatingCacheLoader.actual |
| Modifier and Type | Method and Description |
|---|---|
CacheLoader<K,V> |
NonBlockingStoreAdapter.loader() |
CacheLoader |
DelegatingCacheLoader.undelegate() |
| Constructor and Description |
|---|
DelegatingCacheLoader(CacheLoader actual) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.