Package | Description |
---|---|
org.infinispan.configuration.cache |
Classes related to eviction.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClusteringConfigurationChildBuilder |
interface |
LoaderConfigurationChildBuilder |
interface |
LoadersConfigurationChildBuilder |
interface |
TransactionConfigurationChildBuilder |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCustomInterceptorsConfigurationChildBuilder<T> |
class |
AbstractLoaderConfigurationBuilder<T extends AbstractLoaderConfiguration> |
class |
AbstractLoaderConfigurationChildBuilder<T> |
class |
AbstractLoadersConfigurationChildBuilder<T> |
class |
AbstractTransportConfigurationChildBuilder<T> |
class |
AsyncConfigurationBuilder
If configured all communications are asynchronous, in that whenever a thread sends a message sent
over the wire, it does not wait for an acknowledgment before returning.
|
class |
AsyncLoaderConfigurationBuilder
Configuration for the async cache loader.
|
class |
ClusteringConfigurationBuilder
Defines clustered characteristics of the cache.
|
class |
ConfigurationBuilder |
class |
CustomInterceptorsConfigurationBuilder
Configures custom interceptors to be added to the cache.
|
class |
DataContainerConfigurationBuilder
Controls the data container for the cache.
|
class |
DeadlockDetectionConfigurationBuilder
Configures deadlock detection.
|
class |
EvictionConfigurationBuilder
Controls the eviction settings for the cache.
|
class |
ExpirationConfigurationBuilder
Controls the default expiration settings for entries in the cache.
|
class |
FileCacheStoreConfigurationBuilder
File cache store configuration builder
|
class |
GroupsConfigurationBuilder
Configuration for various grouper definitions.
|
class |
HashConfigurationBuilder
Allows fine-tuning of rehashing characteristics.
|
class |
IndexingConfigurationBuilder
Configures indexing of entries in the cache for searching.
|
class |
InterceptorConfigurationBuilder
This builder defines details of a specific custom interceptor.
|
class |
InvocationBatchingConfigurationBuilder |
class |
JMXStatisticsConfigurationBuilder
Determines whether statistics are gather and reported.
|
class |
L1ConfigurationBuilder
Configures the L1 cache behavior in 'distributed' caches instances.
|
class |
LoaderConfigurationBuilder
Configuration a specific cache loader or cache store
|
class |
LoadersConfigurationBuilder
Configuration for cache loaders and stores.
|
class |
LockingConfigurationBuilder
Defines the local, in-VM locking and concurrency characteristics of the cache.
|
class |
RecoveryConfigurationBuilder
Defines recovery configuration for the cache.
|
class |
SingletonStoreConfigurationBuilder
SingletonStore is a delegating cache store used for situations when only one
instance in a cluster should interact with the underlying store.
|
class |
StateTransferConfigurationBuilder
Configures how state is transferred when a cache joins or leaves the cluster.
|
class |
StoreAsBinaryConfigurationBuilder
Controls whether when stored in memory, keys and values are stored as references to their original objects, or in
a serialized, binary format.
|
class |
SyncConfigurationBuilder
If configured all communications are synchronous, in that whenever a thread sends a message sent
over the wire, it blocks until it receives an acknowledgment from the recipient.
|
class |
TransactionConfigurationBuilder
Defines transactional (JTA) characteristics of the cache.
|
class |
UnsafeConfigurationBuilder
Controls certain tuning parameters that may break some of Infinispan's public API contracts in exchange for better
performance in some cases.
|
class |
VersioningConfigurationBuilder |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.