| 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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComposedSegmentedLoadWriteStore.forEach(ObjIntConsumer<? super AdvancedLoadWriteStore> consumer)
Method that allows user to directly invoke some method(s) on the underlying store.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.