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.
|
BinaryMemory |
binaryMemory()
On-heap binary-based memory configuration.
|
CustomStore |
customStore()
The cache store configuration.
|
ExpirationComponent |
expirationComponent()
The cache expiration configuration.
|
FileStore |
fileStore()
The cache file store configuration.
|
HotrodStore |
hotrodStore()
HotRod-based store using Infinispan Server instance to store data.
|
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.
|
ObjectMemory |
objectMemory()
On-heap object-based memory configuration.
|
OffHeapMemory |
offHeapMemory()
Off-heap memory 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 ExpirationComponent expirationComponent()
public CustomStore customStore()
public NoneStore noneStore()
public BackupForComponent backupForComponent()
public ObjectMemory objectMemory()
public TransactionComponent transactionComponent()
public HotrodStore hotrodStore()
public BinaryMemory binaryMemory()
public BinaryJDBCStore binaryJdbcStore()
public FileStore fileStore()
public StateTransferComponent stateTransferComponent()
public OffHeapMemory offHeapMemory()
public JDBCStore jdbcStore()
public PartitionHandlingComponent partitionHandlingComponent()
public LockingComponent lockingComponent()
public BackupsComponent backupsComponent()
public MixedJDBCStore mixedJdbcStore()
public RemoteStore remoteStore()
Copyright © 2019 JBoss by Red Hat. All rights reserved.