Package org.infinispan.persistence
package org.infinispan.persistence
Persistence API.
- Public API
-
Related PackagesPackageDescriptionThis 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 aNonBlockingStore
.Hot Rod-basedAdvancedLoadWriteStore
.RocksDB-basedAdvancedLoadWriteStore
.Soft IndexNonBlockingStore
.The Persistence SPI.This package contains aAdvancedLoadWriteStore
implementation based on a JDBC database connection. -
Classes