Package org.infinispan.persistence
package org.infinispan.persistence
Persistence API.
- Public API
-
PackageDescriptionThis is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.A
CacheLoader
(notCacheWriter
) that polls other nodes in the cluster for state.Simple filesystem-basedCacheWriter
implementation.This package contains aAdvancedLoadWriteStore
implementation based on a JDBC database connection.Modifications that are used to encapsulate cache operations for application to ainvalid reference
CacheStore
Hot Rod-basedAdvancedLoadWriteStore
.RocksDB-basedAdvancedLoadWriteStore
.Soft IndexAdvancedLoadWriteStore
.The Persistence SPI.This package contains aAdvancedLoadWriteStore
implementation based on a JDBC database connection. -