Package | Description |
---|---|
org.infinispan.lucene.cacheloader | |
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.binary |
This JDBC CacheStore implementation is optimized for storing binary (non-String)
keys in the cache.
|
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.manager | |
org.infinispan.persistence.remote | |
org.infinispan.persistence.spi | |
org.infinispan.persistence.support |
Modifier and Type | Class and Description |
---|---|
class |
LuceneCacheLoader
A CacheLoader meant to load Lucene index(es) from filesystem based Lucene index(es).
|
Modifier and Type | Class and Description |
---|---|
class |
AdvancedAsyncCacheLoader |
class |
AsyncCacheLoader |
Constructor and Description |
---|
AdvancedAsyncCacheLoader(CacheLoader actual,
AtomicReference<State> state) |
AsyncCacheLoader(CacheLoader actual,
AtomicReference<State> state) |
Modifier and Type | Class and Description |
---|---|
class |
CLInterfaceLoader<K,V>
A read-only cache loader retrieving data from another cache(s) using the
Command Line Interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterLoader
Cache loader that consults other members in the cluster for values.
|
Modifier and Type | Class and Description |
---|---|
class |
SingleFileStore
A filesystem-based implementation of a
CacheLoader . |
Modifier and Type | Class and Description |
---|---|
class |
JdbcBinaryStore
AdvancedLoadWriteStore implementation that will store all the buckets as rows
in database, each row corresponding to a bucket. |
Modifier and Type | Class and Description |
---|---|
class |
JdbcMixedStore
Cache store that combines functionality of
JdbcBinaryStore and JdbcStringBasedStore . |
Modifier and Type | Class and Description |
---|---|
class |
JdbcStringBasedStore
AdvancedCacheLoader implementation that stores the entries in a database. |
Modifier and Type | Method and Description |
---|---|
List<CacheLoader> |
PersistenceManagerImpl.getAllLoaders() |
Modifier and Type | Class and Description |
---|---|
class |
RemoteStore
Cache store that delegates the call to a infinispan cluster.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdvancedCacheLoader<K,V>
A specialised extension of the
CacheLoader interface that allows processing parallel iteration over the
existing entries. |
interface |
AdvancedLoadWriteStore<K,V>
Advanced interface for interacting with an external store in a read-write mode.
|
interface |
ExternalStore<K,V>
Basic interface for interacting with an external store in a read-write mode.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingCacheLoader |
Modifier and Type | Field and Description |
---|---|
protected CacheLoader |
DelegatingCacheLoader.actual |
Modifier and Type | Method and Description |
---|---|
CacheLoader |
DelegatingCacheLoader.undelegate() |
Constructor and Description |
---|
DelegatingCacheLoader(CacheLoader actual) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.