public static class LocalCache.LocalCacheResources extends Object
| Constructor and Description |
|---|
LocalCacheResources() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
RemoteStore |
remoteStore()
The cache remote store configuration.
|
TransactionComponent |
transactionComponent()
The cache transaction configuration.
|
@Subresource public ExpirationComponent expirationComponent()
@Subresource public CustomStore customStore()
@Subresource public NoneStore noneStore()
@Subresource public ObjectMemory objectMemory()
@Subresource public TransactionComponent transactionComponent()
@Subresource public HotrodStore hotrodStore()
@Subresource public BinaryMemory binaryMemory()
@Subresource public BinaryJDBCStore binaryJdbcStore()
@Subresource public FileStore fileStore()
@Subresource public OffHeapMemory offHeapMemory()
@Subresource public JDBCStore jdbcStore()
@Subresource public LockingComponent lockingComponent()
@Subresource public MixedJDBCStore mixedJdbcStore()
@Subresource public RemoteStore remoteStore()
Copyright © 2019 JBoss by Red Hat. All rights reserved.