public static class ReplicatedCache.ReplicatedCacheResources extends Object
Constructor and Description |
---|
ReplicatedCacheResources() |
Modifier and Type | Method and Description |
---|---|
BackupForComponent |
backupForComponent()
A cache for which this cache acts as a backup (for use with cross
site replication).
|
BackupsComponent |
backupsComponent()
The remote backups for this cache.
|
BinaryJDBCStore |
binaryJdbcStore()
The cache JDBC store configuration.
|
CustomStore |
customStore()
The cache store configuration.
|
EvictionComponent |
evictionComponent()
The cache eviction configuration.
|
ExpirationComponent |
expirationComponent()
The cache expiration configuration.
|
FileStore |
fileStore()
The cache file store configuration.
|
JDBCStore |
jdbcStore()
The cache JDBC store configuration.
|
LockingComponent |
lockingComponent()
The locking configuration of the cache.
|
MixedJDBCStore |
mixedJdbcStore()
The cache JDBC store configuration.
|
NoneStore |
noneStore()
A store-less configuration.
|
PartitionHandlingComponent |
partitionHandlingComponent()
The partition handling configuration for distributed and replicated
caches.
|
RemoteStore |
remoteStore()
The cache remote store configuration.
|
StateTransferComponent |
stateTransferComponent()
The state transfer configuration for distributed and replicated
caches.
|
TransactionComponent |
transactionComponent()
The cache transaction configuration.
|
public EvictionComponent evictionComponent()
public ExpirationComponent expirationComponent()
public CustomStore customStore()
public NoneStore noneStore()
public BackupForComponent backupForComponent()
public TransactionComponent transactionComponent()
public BinaryJDBCStore binaryJdbcStore()
public FileStore fileStore()
public StateTransferComponent stateTransferComponent()
public JDBCStore jdbcStore()
public PartitionHandlingComponent partitionHandlingComponent()
public LockingComponent lockingComponent()
public BackupsComponent backupsComponent()
public MixedJDBCStore mixedJdbcStore()
public RemoteStore remoteStore()
Copyright © 2018 JBoss by Red Hat. All rights reserved.