Modifier and Type | Class and Description |
---|---|
class |
JCacheLoaderAdapter<K,V> |
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<K,V>
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 | Class and Description |
---|---|
class |
JpaStore |
Modifier and Type | Class and Description |
---|---|
class |
LevelDBStore |
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 | Class and Description |
---|---|
class |
SoftIndexFileStore
Local file-based cache store, optimized for write-through use with strong consistency guarantees
(ability to flush disk operations before returning from the store call).
|
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.