| Class | Description |
|---|---|
| ComponentBackupFor<T extends ComponentBackupFor> |
A cache for which this cache acts as a backup (for use with cross site replication).
|
| ComponentBackups<T extends ComponentBackups> |
The remote backups for this cache.
|
| ComponentEviction<T extends ComponentEviction> |
The cache eviction configuration.
|
| ComponentExpiration<T extends ComponentExpiration> |
The cache expiration configuration.
|
| ComponentLocking<T extends ComponentLocking> |
The locking configuration of the cache.
|
| ComponentPartitionHandling<T extends ComponentPartitionHandling> |
The partition handling configuration for distributed and replicated caches.
|
| ComponentStateTransfer<T extends ComponentStateTransfer> |
The state transfer configuration for distributed and replicated caches.
|
| ComponentTransaction<T extends ComponentTransaction> |
The cache transaction configuration.
|
| ReplicatedCache<T extends ReplicatedCache> |
A replicated cache configuration
|
| StoreBinaryJdbc<T extends StoreBinaryJdbc> |
The cache JDBC store configuration.
|
| StoreCustom<T extends StoreCustom> |
The cache store configuration.
|
| StoreFile<T extends StoreFile> |
The cache file store configuration.
|
| StoreMixedJdbc<T extends StoreMixedJdbc> |
The cache JDBC store configuration.
|
| StoreNone<T extends StoreNone> |
A store-less configuration.
|
| StoreRemote<T extends StoreRemote> |
The cache remote store configuration.
|
| StoreStringJdbc<T extends StoreStringJdbc> |
The cache JDBC store configuration.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.