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