Package | Description |
---|---|
org.infinispan.eviction |
Classes related to eviction.
|
org.infinispan.persistence |
This package contains stores, which are used for overflow or persistence.
|
org.infinispan.persistence.cluster |
A
CacheLoader (not CacheWriter ) that polls other nodes in the cluster for state. |
org.infinispan.persistence.file |
Simple filesystem-based
CacheWriter implementation. |
org.infinispan.persistence.jdbc.stringbased |
This JDBC CacheStore implementation is optimized for storing String
keys in the cache.
|
org.infinispan.persistence.jpa |
JPA-based
AdvancedLoadWriteStore |
org.infinispan.persistence.remote |
HotRod-based
AdvancedLoadWriteStore |
org.infinispan.persistence.rest |
RESTful
AdvancedLoadWriteStore |
org.infinispan.persistence.spi |
The Persistence SPI
|
Class and Description |
---|
PersistenceException
An exception thrown by a
CacheLoader or a CacheWriter implementation if there are problems
reading from a loader. |
Class and Description |
---|
AdvancedCacheLoader
A specialised extension of the
CacheLoader interface that allows processing parallel iteration over the
existing entries. |
AdvancedCacheLoader.TaskContext
Used during the parallel iteration in order to offer the
AdvancedCacheLoader.CacheLoaderTask a way of canceling the entry
iteration. |
InitializationContext
Aggregates the initialisation state needed by either a
CacheLoader or a CacheWriter . |
Class and Description |
---|
CacheLoader
Defines the logic for loading data from an external storage.
|
InitializationContext
Aggregates the initialisation state needed by either a
CacheLoader or a CacheWriter . |
LocalOnlyCacheLoader
Marker interface for cache loaders that should only load values on the originating nodes.
|
PersistenceException
An exception thrown by a
CacheLoader or a CacheWriter implementation if there are problems
reading from a loader. |
Class and Description |
---|
AdvancedCacheLoader
A specialised extension of the
CacheLoader interface that allows processing parallel iteration over the
existing entries. |
AdvancedCacheLoader.CacheLoaderTask
Offers a callback to be invoked for parallel iteration over the entries in an external store.
|
AdvancedCacheWriter
Defines advanced functionality for persisting data to an external storage.
|
AdvancedCacheWriter.PurgeListener
Callback to be notified when an entry is removed by the
AdvancedCacheWriter.purge(java.util.concurrent.Executor,
org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener) method. |
AdvancedLoadWriteStore
Advanced interface for interacting with an external store in a read-write mode.
|
CacheLoader
Defines the logic for loading data from an external storage.
|
CacheWriter
Allows persisting data to an external storage, as opposed to the
CacheLoader . |
ExternalStore
Basic interface for interacting with an external store in a read-write mode.
|
InitializationContext
Aggregates the initialisation state needed by either a
CacheLoader or a CacheWriter . |
Class and Description |
---|
AdvancedCacheLoader
A specialised extension of the
CacheLoader interface that allows processing parallel iteration over the
existing entries. |
AdvancedCacheLoader.CacheLoaderTask
Offers a callback to be invoked for parallel iteration over the entries in an external store.
|
AdvancedCacheWriter
Defines advanced functionality for persisting data to an external storage.
|
AdvancedCacheWriter.PurgeListener
Callback to be notified when an entry is removed by the
AdvancedCacheWriter.purge(java.util.concurrent.Executor,
org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener) method. |
AdvancedLoadWriteStore
Advanced interface for interacting with an external store in a read-write mode.
|
CacheLoader
Defines the logic for loading data from an external storage.
|
CacheWriter
Allows persisting data to an external storage, as opposed to the
CacheLoader . |
ExternalStore
Basic interface for interacting with an external store in a read-write mode.
|
InitializationContext
Aggregates the initialisation state needed by either a
CacheLoader or a CacheWriter . |
PersistenceException
An exception thrown by a
CacheLoader or a CacheWriter implementation if there are problems
reading from a loader. |
TransactionalCacheWriter
Defines the functionality of a transactional store.
|
Class and Description |
---|
AdvancedCacheLoader
A specialised extension of the
CacheLoader interface that allows processing parallel iteration over the
existing entries. |
AdvancedCacheLoader.CacheLoaderTask
Offers a callback to be invoked for parallel iteration over the entries in an external store.
|
AdvancedCacheWriter
Defines advanced functionality for persisting data to an external storage.
|
AdvancedCacheWriter.PurgeListener
Callback to be notified when an entry is removed by the
AdvancedCacheWriter.purge(java.util.concurrent.Executor,
org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener) method. |
AdvancedLoadWriteStore
Advanced interface for interacting with an external store in a read-write mode.
|
CacheLoader
Defines the logic for loading data from an external storage.
|
CacheWriter
Allows persisting data to an external storage, as opposed to the
CacheLoader . |
ExternalStore
Basic interface for interacting with an external store in a read-write mode.
|
InitializationContext
Aggregates the initialisation state needed by either a
CacheLoader or a CacheWriter . |
PersistenceException
An exception thrown by a
CacheLoader or a CacheWriter implementation if there are problems
reading from a loader. |
Class and Description |
---|
AdvancedCacheLoader
A specialised extension of the
CacheLoader interface that allows processing parallel iteration over the
existing entries. |
AdvancedCacheLoader.CacheLoaderTask
Offers a callback to be invoked for parallel iteration over the entries in an external store.
|
AdvancedCacheWriter
Defines advanced functionality for persisting data to an external storage.
|
AdvancedCacheWriter.PurgeListener
Callback to be notified when an entry is removed by the
AdvancedCacheWriter.purge(java.util.concurrent.Executor,
org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener) method. |
AdvancedLoadWriteStore
Advanced interface for interacting with an external store in a read-write mode.
|
CacheLoader
Defines the logic for loading data from an external storage.
|
CacheWriter
Allows persisting data to an external storage, as opposed to the
CacheLoader . |
ExternalStore
Basic interface for interacting with an external store in a read-write mode.
|
FlagAffectedStore
Implemented by stores that can skip writes based on certain flags present in the invocation.
|
InitializationContext
Aggregates the initialisation state needed by either a
CacheLoader or a CacheWriter . |
PersistenceException
An exception thrown by a
CacheLoader or a CacheWriter implementation if there are problems
reading from a loader. |
Class and Description |
---|
AdvancedCacheLoader
A specialised extension of the
CacheLoader interface that allows processing parallel iteration over the
existing entries. |
AdvancedCacheLoader.CacheLoaderTask
Offers a callback to be invoked for parallel iteration over the entries in an external store.
|
AdvancedCacheWriter
Defines advanced functionality for persisting data to an external storage.
|
AdvancedCacheWriter.PurgeListener
Callback to be notified when an entry is removed by the
AdvancedCacheWriter.purge(java.util.concurrent.Executor,
org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener) method. |
AdvancedLoadWriteStore
Advanced interface for interacting with an external store in a read-write mode.
|
CacheLoader
Defines the logic for loading data from an external storage.
|
CacheWriter
Allows persisting data to an external storage, as opposed to the
CacheLoader . |
ExternalStore
Basic interface for interacting with an external store in a read-write mode.
|
InitializationContext
Aggregates the initialisation state needed by either a
CacheLoader or a CacheWriter . |
Class and Description |
---|
AdvancedCacheExpirationWriter.ExpirationPurgeListener
Callback to be notified when an entry is removed by the
AdvancedCacheExpirationWriter.purge(Executor, ExpirationPurgeListener) method. |
AdvancedCacheLoader
A specialised extension of the
CacheLoader interface that allows processing parallel iteration over the
existing entries. |
AdvancedCacheLoader.CacheLoaderTask
Offers a callback to be invoked for parallel iteration over the entries in an external store.
|
AdvancedCacheLoader.TaskContext
Used during the parallel iteration in order to offer the
AdvancedCacheLoader.CacheLoaderTask a way of canceling the entry
iteration. |
AdvancedCacheWriter
Defines advanced functionality for persisting data to an external storage.
|
AdvancedCacheWriter.PurgeListener
Callback to be notified when an entry is removed by the
AdvancedCacheWriter.purge(java.util.concurrent.Executor,
org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener) method. |
CacheLoader
Defines the logic for loading data from an external storage.
|
CacheWriter
Allows persisting data to an external storage, as opposed to the
CacheLoader . |
ExternalStore
Basic interface for interacting with an external store in a read-write mode.
|
InitializationContext
Aggregates the initialisation state needed by either a
CacheLoader or a CacheWriter . |
PersistenceException
An exception thrown by a
CacheLoader or a CacheWriter implementation if there are problems
reading from a loader. |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.