|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AbstractCacheLoader in org.infinispan.loader |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loader | |
---|---|
class |
AbstractCacheStore
An abstract CacheStore that holds common implementations for some methods |
class |
LockSupportCacheStore
This class extends AbstractCacheStore adding lock support for consistently acceessing
stored data. |
Uses of AbstractCacheLoader in org.infinispan.loader.bdbje |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loader.bdbje | |
---|---|
class |
BdbjeCacheStore
An Oracle SleepyCat JE implementation of a CacheStore . |
Uses of AbstractCacheLoader in org.infinispan.loader.bucket |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loader.bucket | |
---|---|
class |
BucketBasedCacheStore
Base class for cache store that want to use the 'buckets approach' for storing data. |
Uses of AbstractCacheLoader in org.infinispan.loader.cluster |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loader.cluster | |
---|---|
class |
ClusterCacheLoader
Cache loader that consults other members in the cluster for values. |
Uses of AbstractCacheLoader in org.infinispan.loader.file |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loader.file | |
---|---|
class |
FileCacheStore
A filesystem-based implementation of a BucketBasedCacheStore . |
Uses of AbstractCacheLoader in org.infinispan.loader.jdbc.binary |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loader.jdbc.binary | |
---|---|
class |
JdbcBinaryCacheStore
BucketBasedCacheStore implementation that will store all the buckets as rows in database, each row
coresponding to a bucket. |
Uses of AbstractCacheLoader in org.infinispan.loader.jdbc.mixed |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loader.jdbc.mixed | |
---|---|
class |
JdbcMixedCacheStore
Cache store that combines functionality of JdbcBinaryCacheStore and JdbcStringBasedCacheStore . |
Uses of AbstractCacheLoader in org.infinispan.loader.jdbc.stringbased |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loader.jdbc.stringbased | |
---|---|
class |
JdbcStringBasedCacheStore
CacheStore implementation that stores the entries in a database. |
Uses of AbstractCacheLoader in org.infinispan.loader.s3 |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loader.s3 | |
---|---|
class |
S3CacheStore
A TODO link implementation of a BucketBasedCacheStore . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |