Class | Description |
---|---|
AsyncOperationsThreadPool<T extends AsyncOperationsThreadPool<T>> |
Defines a thread pool used for asynchronous operations.
|
Backup<T extends Backup<T>> |
A backup site to which to replicate this cache.
|
BackupForComponent<T extends BackupForComponent<T>> |
A cache for which this cache acts as a backup (for use with cross site
replication).
|
BackupsComponent<T extends BackupsComponent<T>> |
The remote backups for this cache.
|
BackupsComponent.BackupsComponentResources |
Child mutators for BackupsComponent
|
BehindWrite<T extends BehindWrite<T>> |
Configures a cache store as write-behind instead of write-through.
|
BinaryJDBCStore<T extends BinaryJDBCStore<T>> |
The cache JDBC store configuration.
|
BinaryJDBCStore.BinaryJDBCStoreResources |
Child mutators for BinaryJDBCStore
|
BinaryMemory<T extends BinaryMemory<T>> |
On-heap binary-based memory configuration.
|
BinaryTable<T extends BinaryTable<T>> |
Defines a table used to store cache entries whose keys cannot be expressed as
strings.
|
CustomStore<T extends CustomStore<T>> |
The cache store configuration.
|
CustomStore.CustomStoreResources |
Child mutators for CustomStore
|
DistributedCache<T extends DistributedCache<T>> |
A distributed cache configuration.
|
DistributedCache.DistributedCacheResources |
Child mutators for DistributedCache
|
ExpirationComponent<T extends ExpirationComponent<T>> |
The cache expiration configuration.
|
ExpirationThreadPool<T extends ExpirationThreadPool<T>> |
Defines a thread pool used for for evictions.
|
FileStore<T extends FileStore<T>> |
The cache file store configuration.
|
FileStore.FileStoreResources |
Child mutators for FileStore
|
HotrodStore<T extends HotrodStore<T>> |
HotRod-based store using Infinispan Server instance to store data.
|
HotrodStore.HotrodStoreResources |
Child mutators for HotrodStore
|
InvalidationCache<T extends InvalidationCache<T>> |
An invalidation cache
|
InvalidationCache.InvalidationCacheResources |
Child mutators for InvalidationCache
|
JDBCStore<T extends JDBCStore<T>> |
The cache JDBC store configuration.
|
JDBCStore.JDBCStoreResources |
Child mutators for JDBCStore
|
JGroupsTransport<T extends JGroupsTransport<T>> |
The description of the transport used by this cache container
|
ListenerThreadPool<T extends ListenerThreadPool<T>> |
Defines a thread pool used for asynchronous cache listener notifications.
|
LocalCache<T extends LocalCache<T>> |
A local cache configuration
|
LocalCache.LocalCacheResources |
Child mutators for LocalCache
|
LockingComponent<T extends LockingComponent<T>> |
The locking configuration of the cache.
|
MixedJDBCStore<T extends MixedJDBCStore<T>> |
The cache JDBC store configuration.
|
MixedJDBCStore.MixedJDBCStoreResources |
Child mutators for MixedJDBCStore
|
NoneStore<T extends NoneStore<T>> |
A store-less configuration.
|
NoneTransport<T extends NoneTransport<T>> |
A local-only transport used by this cache-container
|
ObjectMemory<T extends ObjectMemory<T>> |
On-heap object-based memory configuration.
|
OffHeapMemory<T extends OffHeapMemory<T>> |
Off-heap memory configuration.
|
PartitionHandlingComponent<T extends PartitionHandlingComponent<T>> |
The partition handling configuration for distributed and replicated caches.
|
PersistenceThreadPool<T extends PersistenceThreadPool<T>> |
Defines a thread pool used for interacting with the persistent store.
|
Property<T extends Property<T>> |
A cache store property with name and value.
|
RemoteCommandThreadPool<T extends RemoteCommandThreadPool<T>> |
Defines a thread pool used to execute remote commands.
|
RemoteStore<T extends RemoteStore<T>> |
The cache remote store configuration.
|
RemoteStore.RemoteStoreResources |
Child mutators for RemoteStore
|
ReplicatedCache<T extends ReplicatedCache<T>> |
A replicated cache configuration
|
ReplicatedCache.ReplicatedCacheResources |
Child mutators for ReplicatedCache
|
ScatteredCache<T extends ScatteredCache<T>> |
A scattered cache configuration.
|
ScatteredCache.ScatteredCacheResources |
Child mutators for ScatteredCache
|
StateTransferComponent<T extends StateTransferComponent<T>> |
The state transfer configuration for distributed and replicated caches.
|
StateTransferThreadPool<T extends StateTransferThreadPool<T>> |
Defines a thread pool used for for state transfer.
|
StringTable<T extends StringTable<T>> |
Defines a table used to store cache entries whose keys can be expressed as
strings.
|
ThroughWrite<T extends ThroughWrite<T>> |
Configures a cache store as write-through.
|
TransactionComponent<T extends TransactionComponent<T>> |
The cache transaction configuration.
|
TransportThreadPool<T extends TransportThreadPool<T>> |
Defines a thread pool used for asynchronous transport communication.
|
Enum | Description |
---|---|
Backup.FailurePolicy | |
Backup.Strategy | |
LockingComponent.Isolation | |
TransactionComponent.Locking | |
TransactionComponent.Mode |
Copyright © 2019 JBoss by Red Hat. All rights reserved.