Package | Description |
---|---|
org.infinispan.configuration.as | |
org.infinispan.configuration.cache |
Classes related to eviction.
|
org.infinispan.configuration.parsing |
Modifier and Type | Method and Description |
---|---|
static void |
ParserAS7.parseStoreAttribute(org.jboss.staxmapper.XMLExtendedStreamReader reader,
int index,
CacheStoreConfigurationBuilder<?,?> storeBuilder) |
static void |
ParserAS7.parseStoreElement(org.jboss.staxmapper.XMLExtendedStreamReader reader,
CacheStoreConfigurationBuilder<?,?> storeBuilder) |
static void |
ParserAS7.parseStoreProperty(org.jboss.staxmapper.XMLExtendedStreamReader reader,
CacheStoreConfigurationBuilder<?,?> storeBuilder) |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheStoreConfigurationBuilder<T extends CacheStoreConfiguration,S extends CacheStoreConfigurationBuilder<T,S>>
StoreConfigurationBuilder is the interface which should be implemented by all cache store builders
|
Modifier and Type | Interface and Description |
---|---|
interface |
LockSupportStoreConfigurationBuilder<T extends LockSupportStoreConfiguration,S extends LockSupportStoreConfigurationBuilder<T,S>>
LockSupportCacheStoreConfigurationBuilder is an interface which should be implemented by all cache store builders which support locking
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLockSupportStoreConfigurationBuilder<T extends LockSupportStoreConfiguration,S extends AbstractLockSupportStoreConfigurationBuilder<T,S>>
AbstractLockSupportCacheStoreConfigurationBuilder.
|
class |
AbstractStoreConfigurationBuilder<T extends CacheStoreConfiguration,S extends AbstractStoreConfigurationBuilder<T,S>> |
class |
FileCacheStoreConfigurationBuilder
File cache store configuration builder
|
class |
LegacyStoreConfigurationBuilder
Configuration of a legacy cache store, i.e.
|
class |
LoaderConfigurationBuilder
Configuration of a legacy cache store, i.e.
|
Modifier and Type | Method and Description |
---|---|
<T extends CacheStoreConfigurationBuilder<?,?>> |
LoadersConfigurationBuilder.addStore(Class<T> klass)
Adds a cache store which uses the specified builder class to build its configuration
|
Modifier and Type | Method and Description |
---|---|
CacheLoaderConfigurationBuilder<?,?> |
LoadersConfigurationBuilder.addStore(CacheStoreConfigurationBuilder<?,?> builder)
Adds a cache store which uses the specified builder instance to build its configuration
|
Modifier and Type | Method and Description |
---|---|
static void |
Parser52.parseAsyncStore(org.jboss.staxmapper.XMLExtendedStreamReader reader,
CacheStoreConfigurationBuilder<?,?> storeBuilder) |
static void |
Parser52.parseCommonStoreAttributes(org.jboss.staxmapper.XMLExtendedStreamReader reader,
int i,
CacheStoreConfigurationBuilder<?,?> builder)
This method is public static so that it can be reused by custom cache store/loader configuration parsers
|
static void |
Parser52.parseCommonStoreChildren(org.jboss.staxmapper.XMLExtendedStreamReader reader,
CacheStoreConfigurationBuilder<?,?> storeBuilder) |
static void |
Parser52.parseSingletonStore(org.jboss.staxmapper.XMLExtendedStreamReader reader,
CacheStoreConfigurationBuilder<?,?> storeBuilder) |
Copyright © 2015 JBoss, a division of Red Hat. All Rights Reserved.