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.
|
public ExpirationComponent expirationComponent()
public CustomStore customStore()
public NoneStore noneStore()
public ObjectMemory objectMemory()
public TransactionComponent transactionComponent()
public HotrodStore hotrodStore()
public BinaryMemory binaryMemory()
public BinaryJDBCStore binaryJdbcStore()
public FileStore fileStore()
public OffHeapMemory offHeapMemory()
public JDBCStore jdbcStore()
public LockingComponent lockingComponent()
public MixedJDBCStore mixedJdbcStore()
public RemoteStore remoteStore()
Copyright © 2019 JBoss by Red Hat. All rights reserved.