| Package | Description |
|---|---|
| org.infinispan.persistence.async | |
| org.infinispan.persistence.manager |
Implementations of the
PersistenceManager interface, which define the logic
of how infinispan interacts with external stores. |
| org.infinispan.persistence.spi |
The Persistence SPI.
|
| org.infinispan.persistence.support |
| Class and Description |
|---|
| DelegatingNonBlockingStore |
| Class and Description |
|---|
| DelegatingPersistenceManager |
| Class and Description |
|---|
| BatchModification
A simple wrapper class, necessary for Transactional stores, which allows MarshalledEntries and Object keys to be passed
to a store implementation in order.
|
| Class and Description |
|---|
| AbstractSegmentedAdvancedLoadWriteStore
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(). |
| SegmentPublisherWrapper |
Copyright © 2022 JBoss by Red Hat. All rights reserved.