| Package | Description |
|---|---|
| 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 |
SingleFileStore<K,V>
A filesystem-based implementation of a
AdvancedLoadWriteStore. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AdvancedCacheExpirationWriter<K,V>
Deprecated.
since 11.0 replaced by
NonBlockingStore |
interface |
AdvancedCacheWriter<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 |
interface |
TransactionalCacheWriter<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 |
DelegatingCacheWriter<K,V> |
| Modifier and Type | Field and Description |
|---|---|
protected CacheWriter<K,V> |
DelegatingCacheWriter.actual |
| Modifier and Type | Method and Description |
|---|---|
CacheWriter |
DelegatingCacheWriter.undelegate() |
CacheWriter<K,V> |
NonBlockingStoreAdapter.writer() |
| Constructor and Description |
|---|
DelegatingCacheWriter(CacheWriter<K,V> actual) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.