Uses of Package
org.infinispan.persistence.spi
-
Classes in org.infinispan.persistence.spi used by org.infinispan.configuration.cache Class Description InitializationContext Aggregates the initialisation state needed by either aCacheLoader
or aCacheWriter
. -
Classes in org.infinispan.persistence.spi used by org.infinispan.expiration Class Description MarshallableEntry Defines an externally persisted entry. -
Classes in org.infinispan.persistence.spi used by org.infinispan.persistence Class Description AdvancedCacheLoader Deprecated.since 11.0 replaced byNonBlockingStore
InitializationContext Aggregates the initialisation state needed by either aCacheLoader
or aCacheWriter
.MarshallableEntry Defines an externally persisted entry.MarshallableEntryFactory Factory forMarshallableEntry
.NonBlockingStore The contract for defining how caches interface with external sources of data, such as databases or filesystems.SegmentedAdvancedLoadWriteStore Deprecated.since 11.0 replaced byNonBlockingStore
-
Classes in org.infinispan.persistence.spi used by org.infinispan.persistence.cluster Class Description CacheLoader Deprecated.since 11.0 replaced byNonBlockingStore
InitializationContext Aggregates the initialisation state needed by either aCacheLoader
or aCacheWriter
.LocalOnlyCacheLoader Deprecated.since 11.0.MarshallableEntry Defines an externally persisted entry.PersistenceException An exception thrown by aCacheLoader
or aCacheWriter
implementation if there are problems reading from a loader. -
Classes in org.infinispan.persistence.spi used by org.infinispan.persistence.file Class Description InitializationContext Aggregates the initialisation state needed by either aCacheLoader
or aCacheWriter
.MarshallableEntry Defines an externally persisted entry.NonBlockingStore The contract for defining how caches interface with external sources of data, such as databases or filesystems.NonBlockingStore.Characteristic Enumeration defining the various characteristics of the underlying store to communicate what features it may or may not support. -
Classes in org.infinispan.persistence.spi used by org.infinispan.persistence.jdbc.common Class Description MarshallableEntry Defines an externally persisted entry. -
Classes in org.infinispan.persistence.spi used by org.infinispan.persistence.jdbc.common.impl Class Description NonBlockingStore The contract for defining how caches interface with external sources of data, such as databases or filesystems. -
Classes in org.infinispan.persistence.spi used by org.infinispan.persistence.jdbc.stringbased Class Description InitializationContext Aggregates the initialisation state needed by either aCacheLoader
or aCacheWriter
.MarshallableEntry Defines an externally persisted entry.NonBlockingStore The contract for defining how caches interface with external sources of data, such as databases or filesystems.NonBlockingStore.Characteristic Enumeration defining the various characteristics of the underlying store to communicate what features it may or may not support. -
Classes in org.infinispan.persistence.spi used by org.infinispan.persistence.jpa Class Description AdvancedCacheLoader Deprecated.since 11.0 replaced byNonBlockingStore
AdvancedCacheWriter Deprecated.since 11.0 replaced byNonBlockingStore
AdvancedCacheWriter.PurgeListener Deprecated.Callback to be notified when an entry is removed by theAdvancedCacheWriter.purge(java.util.concurrent.Executor, org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener)
method.AdvancedLoadWriteStore Deprecated.since 11.0 replaced byNonBlockingStore
CacheLoader Deprecated.since 11.0 replaced byNonBlockingStore
CacheWriter Deprecated.since 11.0 replaced byNonBlockingStore
ExternalStore Deprecated.since 11.0 replaced byNonBlockingStore
InitializationContext Aggregates the initialisation state needed by either aCacheLoader
or aCacheWriter
.MarshallableEntry Defines an externally persisted entry.PersistenceException An exception thrown by aCacheLoader
or aCacheWriter
implementation if there are problems reading from a loader. -
Classes in org.infinispan.persistence.spi used by org.infinispan.persistence.remote Class Description InitializationContext Aggregates the initialisation state needed by either aCacheLoader
or aCacheWriter
.MarshallableEntry Defines an externally persisted entry.NonBlockingStore The contract for defining how caches interface with external sources of data, such as databases or filesystems.NonBlockingStore.Characteristic Enumeration defining the various characteristics of the underlying store to communicate what features it may or may not support.NonBlockingStore.SegmentedPublisher A Publisher that provides a stream of values and the segments to which those values map. -
Classes in org.infinispan.persistence.spi used by org.infinispan.persistence.rocksdb Class Description InitializationContext Aggregates the initialisation state needed by either aCacheLoader
or aCacheWriter
.MarshallableEntry Defines an externally persisted entry.NonBlockingStore The contract for defining how caches interface with external sources of data, such as databases or filesystems.NonBlockingStore.Characteristic Enumeration defining the various characteristics of the underlying store to communicate what features it may or may not support.NonBlockingStore.SegmentedPublisher A Publisher that provides a stream of values and the segments to which those values map. -
Classes in org.infinispan.persistence.spi used by org.infinispan.persistence.sifs Class Description InitializationContext Aggregates the initialisation state needed by either aCacheLoader
or aCacheWriter
.MarshallableEntry Defines an externally persisted entry.NonBlockingStore The contract for defining how caches interface with external sources of data, such as databases or filesystems.NonBlockingStore.Characteristic Enumeration defining the various characteristics of the underlying store to communicate what features it may or may not support.PersistenceException An exception thrown by aCacheLoader
or aCacheWriter
implementation if there are problems reading from a loader. -
Classes in org.infinispan.persistence.spi used by org.infinispan.persistence.spi Class Description AdvancedCacheExpirationWriter Deprecated.since 11.0 replaced byNonBlockingStore
AdvancedCacheExpirationWriter.ExpirationPurgeListener Deprecated.Callback to be notified when an entry is removed by theAdvancedCacheExpirationWriter.purge(Executor, ExpirationPurgeListener)
method.AdvancedCacheLoader Deprecated.since 11.0 replaced byNonBlockingStore
AdvancedCacheWriter Deprecated.since 11.0 replaced byNonBlockingStore
AdvancedCacheWriter.PurgeListener Deprecated.Callback to be notified when an entry is removed by theAdvancedCacheWriter.purge(java.util.concurrent.Executor, org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener)
method.AdvancedLoadWriteStore Deprecated.since 11.0 replaced byNonBlockingStore
CacheLoader Deprecated.since 11.0 replaced byNonBlockingStore
CacheWriter Deprecated.since 11.0 replaced byNonBlockingStore
ExternalStore Deprecated.since 11.0 replaced byNonBlockingStore
InitializationContext Aggregates the initialisation state needed by either aCacheLoader
or aCacheWriter
.MarshallableEntry Defines an externally persisted entry.MarshallableEntryFactory Factory forMarshallableEntry
.MarshalledValue A marshallable object containing serialized representations of cache values and metadata, that can be used to store values, metadata and timestamps as a single entity.NonBlockingStore.Characteristic Enumeration defining the various characteristics of the underlying store to communicate what features it may or may not support.NonBlockingStore.SegmentedPublisher A Publisher that provides a stream of values and the segments to which those values map.PersistenceException An exception thrown by aCacheLoader
or aCacheWriter
implementation if there are problems reading from a loader. -
Classes in org.infinispan.persistence.spi used by org.infinispan.persistence.sql Class Description InitializationContext Aggregates the initialisation state needed by either aCacheLoader
or aCacheWriter
.MarshallableEntry Defines an externally persisted entry.MarshallableEntryFactory Factory forMarshallableEntry
.NonBlockingStore The contract for defining how caches interface with external sources of data, such as databases or filesystems.