Package | Description |
---|---|
org.infinispan.compatibility.adaptor52x | |
org.infinispan.distexec.mapreduce | |
org.infinispan.eviction |
Classes related to eviction.
|
org.infinispan.jcache | |
org.infinispan.lucene.cacheloader | |
org.infinispan.nearcache.jms | |
org.infinispan.persistence |
This package contains stores, which are used for overflow or persistence.
|
org.infinispan.persistence.async | |
org.infinispan.persistence.cli | |
org.infinispan.persistence.cluster |
A
CacheLoader (not CacheStore ) that polls other nodes in the cluster for state. |
org.infinispan.persistence.file |
Simple filesystem-based
CacheStore implementation. |
org.infinispan.persistence.jdbc |
This package contains a
AdvancedLoadWriteStore implementation based on
a JDBC database connection. |
org.infinispan.persistence.jdbc.binary |
This JDBC CacheStore implementation is optimized for storing binary (non-String)
keys in the cache.
|
org.infinispan.persistence.jdbc.connectionfactory |
Connection factories for use with the JDBC Cache Store.
|
org.infinispan.persistence.jdbc.mixed |
This is a delegating CacheStore implementation that delegates either to a binary
or String based JDBC cache store depending on the key used.
|
org.infinispan.persistence.jdbc.stringbased |
This JDBC CacheStore implementation is optimized for storing String
keys in the cache.
|
org.infinispan.persistence.keymappers | |
org.infinispan.persistence.leveldb | |
org.infinispan.persistence.manager | |
org.infinispan.persistence.remote | |
org.infinispan.persistence.rest | |
org.infinispan.persistence.spi | |
org.infinispan.persistence.support | |
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
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.
|
AdvancedCacheLoader.KeyFilter
Used during the parallel iteration to filter-out the keys that the caller is not interested in.
|
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.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. |
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 |
---|
CacheLoader
Defines the logic for loading data from an external storage.
|
CacheWriter
Allows persisting data to an external storage, as opposed to the
CacheLoader . |
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.
|
AdvancedCacheLoader.KeyFilter
Used during the parallel iteration to filter-out the keys that the caller is not interested in.
|
CacheLoader
Defines the logic for loading data from an external storage.
|
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. |
AdvancedCacheWriter
Defines advanced functionality for persisting data to an external storage.
|
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.
|
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.KeyFilter
Used during the parallel iteration to filter-out the keys that the caller is not interested in.
|
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 |
---|
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.KeyFilter
Used during the parallel iteration to filter-out the keys that the caller is not interested in.
|
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 . |
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 |
---|
CacheLoader
Defines the logic for loading data from an external storage.
|
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.
|
AdvancedCacheLoader.KeyFilter
Used during the parallel iteration to filter-out the keys that the caller is not interested in.
|
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 |
---|
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.
|
AdvancedCacheLoader.KeyFilter
Used during the parallel iteration to filter-out the keys that the caller is not interested in.
|
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 |
---|
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.
|
AdvancedCacheLoader.KeyFilter
Used during the parallel iteration to filter-out the keys that the caller is not interested in.
|
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.
|
AdvancedCacheLoader.KeyFilter
Used during the parallel iteration to filter-out the keys that the caller is not interested in.
|
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 |
---|
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.
|
AdvancedCacheLoader.KeyFilter
Used during the parallel iteration to filter-out the keys that the caller is not interested in.
|
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.
|
AdvancedCacheLoader.KeyFilter
Used during the parallel iteration to filter-out the keys that the caller is not interested in.
|
CacheLoader
Defines the logic for loading data from an external storage.
|
CacheWriter
Allows persisting data to an external storage, as opposed to the
CacheLoader . |
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.
|
AdvancedCacheLoader.KeyFilter
Used during the parallel iteration to filter-out the keys that the caller is not interested in.
|
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.
|
AdvancedCacheLoader.KeyFilter
Used during the parallel iteration to filter-out the keys that the caller is not interested in.
|
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.
|
AdvancedCacheLoader.KeyFilter
Used during the parallel iteration to filter-out the keys that the caller is not interested in.
|
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 . |
Class and Description |
---|
AdvancedCacheLoader.KeyFilter
Used during the parallel iteration to filter-out the keys that the caller is not interested in.
|
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 . |
InitializationContext
Aggregates the initialisation state needed by either a
CacheLoader or a CacheWriter . |
Class and Description |
---|
PersistenceException
An exception thrown by a
CacheLoader or a CacheWriter implementation if there are problems
reading from a loader. |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.