Package | Description |
---|---|
org.infinispan.configuration.cache |
Classes related to eviction.
|
org.infinispan.loaders.decorators |
This package contains loaders and stores, which are used for overflow or persistence.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLoaderConfigurationBuilder<T extends CacheLoaderConfiguration,S extends AbstractLoaderConfigurationBuilder<T,S>> |
interface |
CacheLoaderConfigurationBuilder<T extends CacheLoaderConfiguration,S extends CacheLoaderConfigurationBuilder<T,S>>
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheStoreConfiguration |
interface |
LockSupportStoreConfiguration
LockSupportStoreConfiguration.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLoaderConfiguration
AbstractLoaderConfiguration.
|
class |
AbstractLockSupportStoreConfiguration
Lock supporting cache store configuration.
|
class |
AbstractStoreConfiguration |
class |
ClusterCacheLoaderConfiguration
ClusterCacheLoaderConfiguration.
|
class |
FileCacheStoreConfiguration
File cache store configuration.
|
class |
LegacyLoaderConfiguration
Configuration a legacy cache loader or cache store, i.e.
|
class |
LegacyStoreConfiguration
Configuration a legacy cache store, i.e.
|
class |
LoaderConfiguration
Configuration a legacy cache store, i.e.
|
Modifier and Type | Method and Description |
---|---|
List<CacheLoaderConfiguration> |
LoadersConfiguration.cacheLoaders() |
Modifier and Type | Method and Description |
---|---|
static CacheLoaderConfig |
LegacyConfigurationAdaptor.adapt(CacheLoaderConfiguration loader) |
Modifier and Type | Method and Description |
---|---|
void |
ChainingCacheStore.addCacheLoader(CacheLoader loader,
CacheLoaderConfiguration config) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.