| Package | Description |
|---|---|
| org.infinispan.persistence.spi |
The Persistence SPI.
|
| org.infinispan.persistence.support |
| 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.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.