Package | Description |
---|---|
org.infinispan.configuration | |
org.infinispan.configuration.cache |
Classes related to eviction.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Self<S extends Self<S>>
This interface simplifies the task of writing fluent builders which need to inherit from
other builders (abstract or concrete).
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheLoaderConfigurationBuilder<T extends CacheLoaderConfiguration,S extends CacheLoaderConfigurationBuilder<T,S>>
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
|
interface |
CacheStoreConfigurationBuilder<T extends CacheStoreConfiguration,S extends CacheStoreConfigurationBuilder<T,S>>
StoreConfigurationBuilder is the interface which should be implemented by all cache store builders
|
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 |
AbstractLoaderConfigurationBuilder<T extends CacheLoaderConfiguration,S extends AbstractLoaderConfigurationBuilder<T,S>> |
class |
AbstractLockSupportStoreConfigurationBuilder<T extends LockSupportStoreConfiguration,S extends AbstractLockSupportStoreConfigurationBuilder<T,S>>
AbstractLockSupportCacheStoreConfigurationBuilder.
|
class |
AbstractStoreConfigurationBuilder<T extends CacheStoreConfiguration,S extends AbstractStoreConfigurationBuilder<T,S>> |
class |
ClusterCacheLoaderConfigurationBuilder |
class |
FileCacheStoreConfigurationBuilder
File cache store configuration builder
|
class |
LegacyLoaderConfigurationBuilder
Configuration a legacy cache loader, i.e.
|
class |
LegacyStoreConfigurationBuilder
Configuration of a legacy cache store, i.e.
|
class |
LoaderConfigurationBuilder
Configuration of a legacy cache store, i.e.
|
Copyright © 2015 JBoss, a division of Red Hat. All Rights Reserved.