Interface | Description |
---|---|
ClusteringConfigurationChildBuilder | |
ConfigurationChildBuilder | |
CustomFailurePolicy<K,V> |
Used for implementing custom policies in case of communication failures with a remote site.
|
LoaderConfigurationChildBuilder<S> |
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
|
PersistenceConfigurationChildBuilder | |
SecurityConfigurationChildBuilder | |
StoreConfiguration |
StoreConfiguration contains generic configuration elements available to all the stores.
|
StoreConfigurationBuilder<T extends StoreConfiguration,S extends StoreConfigurationBuilder<T,S>> |
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
|
StoreConfigurationChildBuilder<S> | |
TransactionConfigurationChildBuilder |
Class | Description |
---|---|
AbstractCustomInterceptorsConfigurationChildBuilder | Deprecated
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
|
AbstractModuleConfigurationBuilder |
AbstractModuleConfigurationBuilder.
|
AbstractPersistenceConfigurationChildBuilder |
AbstractPersistenceConfigurationChildBuilder.
|
AbstractSegmentedStoreConfiguration<T extends AbstractStoreConfiguration> |
Abstract store configuration that should be extended when the store configuration supports being segmented.
|
AbstractStoreConfiguration | |
AbstractStoreConfigurationBuilder<T extends StoreConfiguration,S extends AbstractStoreConfigurationBuilder<T,S>> | |
AbstractStoreConfigurationChildBuilder<S> | |
AbstractTransportConfigurationChildBuilder | |
AsyncStoreConfiguration |
Configuration for the async cache store.
|
AsyncStoreConfigurationBuilder<S> |
Configuration for the async cache store.
|
AuthorizationConfiguration |
AuthorizationConfiguration.
|
AuthorizationConfigurationBuilder |
AuthorizationConfigurationBuilder.
|
BackupConfiguration | |
BackupConfigurationBuilder | |
BackupForBuilder | |
BackupForConfiguration |
Defines the remote caches for which this cache acts as a backup.
|
ClusteringConfiguration |
Defines clustered characteristics of the cache.
|
ClusteringConfigurationBuilder |
Defines clustered characteristics of the cache.
|
ClusterLoaderConfiguration | Deprecated
since 11.0.
|
ClusterLoaderConfigurationBuilder | Deprecated
since 11.0.
|
Configuration | |
ConfigurationBuilder | |
Configurations |
Helper configuration methods.
|
ContentTypeConfiguration | |
ContentTypeConfigurationBuilder | |
CustomInterceptorsConfiguration | Deprecated
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
|
CustomInterceptorsConfigurationBuilder | Deprecated
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
|
CustomStoreConfiguration | |
CustomStoreConfigurationBuilder |
StoreConfigurationBuilder used for stores/loaders that don't have a configuration builder
|
EncodingConfiguration |
Controls encoding configuration for keys and values in the cache.
|
EncodingConfigurationBuilder | |
ExpirationConfiguration |
Controls the default expiration settings for entries in the cache.
|
ExpirationConfigurationBuilder |
Controls the default expiration settings for entries in the cache.
|
GroupsConfiguration |
Configuration for various grouper definitions.
|
GroupsConfigurationBuilder |
Configuration for various grouper definitions.
|
HashConfiguration |
Allows fine-tuning of rehashing characteristics.
|
HashConfigurationBuilder |
Allows fine-tuning of rehashing characteristics.
|
IndexingConfiguration |
Configures indexing of entries in the cache for searching.
|
IndexingConfigurationBuilder |
Configures indexing of entries in the cache for searching.
|
InterceptorConfiguration |
Describes a custom interceptor
|
InterceptorConfigurationBuilder | Deprecated
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
|
InvocationBatchingConfiguration | |
InvocationBatchingConfigurationBuilder | |
JMXStatisticsConfiguration | Deprecated
since 10.1.3.
|
JMXStatisticsConfigurationBuilder | Deprecated
since 10.1.3.
|
L1Configuration |
Configures the L1 cache behavior in 'distributed' caches instances.
|
L1ConfigurationBuilder |
Configures the L1 cache behavior in 'distributed' caches instances.
|
LockingConfiguration |
Defines the local, in-VM locking and concurrency characteristics of the cache.
|
LockingConfigurationBuilder |
Defines the local, in-VM locking and concurrency characteristics of the cache.
|
MemoryConfiguration |
Controls the memory storage configuration for the cache.
|
MemoryConfigurationBuilder |
Controls the data container for the cache.
|
MemoryStorageConfiguration | Deprecated
Since 11.0,
MemoryConfiguration is used to defined the data container memory
eviction and sizing. |
MemoryStorageConfigurationBuilder | Deprecated
since 11.0, use
MemoryConfigurationBuilder instead. |
PartitionHandlingConfiguration |
Controls how the cache handles partitioning and/or multiple node failures.
|
PartitionHandlingConfigurationBuilder |
Controls how the cache handles partitioning and/or multiple node failures.
|
PersistenceConfiguration |
Configuration for stores.
|
PersistenceConfigurationBuilder |
Configuration for cache stores.
|
RecoveryConfiguration |
Defines recovery configuration for the cache.
|
RecoveryConfigurationBuilder |
Defines recovery configuration for the cache.
|
SecurityConfiguration |
SecurityConfiguration.
|
SecurityConfigurationBuilder |
SecurityConfigurationBuilder.
|
SingleFileStoreConfiguration |
Defines the configuration for the single file cache store.
|
SingleFileStoreConfigurationBuilder |
Single file cache store configuration builder.
|
SitesConfiguration | |
SitesConfigurationBuilder | |
StateTransferConfiguration |
Configures how state is retrieved when a new cache joins the cluster.
|
StateTransferConfigurationBuilder |
Configures how state is transferred when a cache joins or leaves the cluster.
|
StatisticsConfiguration |
Determines whether cache statistics are gathered.
|
StatisticsConfigurationBuilder |
Determines whether cache statistics are gathered.
|
TakeOfflineConfiguration | |
TakeOfflineConfigurationBuilder | |
TransactionConfiguration |
Defines transactional (JTA) characteristics of the cache.
|
TransactionConfigurationBuilder |
Defines transactional (JTA) characteristics of the cache.
|
UnsafeConfiguration |
Controls certain tuning parameters that may break some of Infinispan's public API contracts in
exchange for better performance in some cases.
|
UnsafeConfigurationBuilder |
Controls certain tuning parameters that may break some of Infinispan's public API contracts in exchange for better
performance in some cases.
|
XSiteStateTransferConfiguration |
Configuration needed for State Transfer between different sites.
|
XSiteStateTransferConfigurationBuilder |
Configuration Builder to configure the state transfer between sites.
|
Enum | Description |
---|---|
BackupConfiguration.BackupStrategy | |
BackupFailurePolicy |
Defines the possible behaviour in case of failure during x-site.
|
BiasAcquisition |
Specifies when is a node allowed to acquire a bias on an entry, serving further reads
to the same key locally (despite not being an owner).
|
CacheMode |
Cache replication mode.
|
Index | Deprecated
since 11.0.
|
InterceptorConfiguration.Position |
Positional placing of a new custom interceptor
|
StorageType |
Enumeration defining the various storage types for the data container.
|
TransactionMode |
Transaction mode
|
VersioningScheme |
The various versioning schemes supported
|
Cache
configurationCopyright © 2021 JBoss by Red Hat. All rights reserved.