| Class | Description |
|---|---|
| AsyncOperationsThreadPool |
Defines a thread pool used for asynchronous operations.
|
| Backup |
A backup site to which to replicate this cache.
|
| BackupForComponent |
A cache for which this cache acts as a backup (for use with cross site replication).
|
| BackupsComponent |
The remote backups for this cache.
|
| BehindWrite |
Configures a cache store as write-behind instead of write-through.
|
| BinaryJdbcStore |
The cache JDBC store configuration.
|
| BinaryTable |
Defines a table used to store cache entries whose keys cannot be expressed as strings.
|
| CustomStore |
The cache store configuration.
|
| DistributedCache |
A distributed cache configuration.
|
| EvictionComponent |
The cache eviction configuration.
|
| ExpirationComponent |
The cache expiration configuration.
|
| ExpirationThreadPool |
Defines a thread pool used for for evictions.
|
| FileStore |
The cache file store configuration.
|
| InvalidationCache |
An invalidation cache
|
| JgroupsTransport |
The description of the transport used by this cache container
|
| ListenerThreadPool |
Defines a thread pool used for asynchronous cache listener notifications.
|
| LocalCache |
A local cache configuration
|
| LockingComponent |
The locking configuration of the cache.
|
| MixedJdbcStore |
The cache JDBC store configuration.
|
| NoneStore |
A store-less configuration.
|
| NoneTransport |
A local-only transport used by this cache-container
|
| PartitionHandlingComponent |
The partition handling configuration for distributed and replicated caches.
|
| PersistenceThreadPool |
Defines a thread pool used for interacting with the persistent store.
|
| Property |
A cache store property with name and value.
|
| RemoteCommandThreadPool |
Defines a thread pool used to execute remote commands.
|
| RemoteStore |
The cache remote store configuration.
|
| ReplicatedCache |
A replicated cache configuration
|
| StateTransferComponent |
The state transfer configuration for distributed and replicated caches.
|
| StateTransferThreadPool |
Defines a thread pool used for for state transfer.
|
| StringJdbcStore |
The cache JDBC store configuration.
|
| StringTable |
Defines a table used to store cache entries whose keys can be expressed as strings.
|
| ThroughWrite |
Configures a cache store as write-through.
|
| TransactionComponent |
The cache transaction configuration.
|
| TransportThreadPool |
Defines a thread pool used for asynchronous transport communication.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.