Questo contenuto non è disponibile nella lingua selezionata.
6.8. JBoss Data Grid Resource Adapter Properties
The JBoss Data Grid (JDG) resource adapter can be configured to support the following caching modes:
|
Cache Type
|
Obtain Cache By
|
|---|---|
|
Remote Cache
|
using JNDI
|
|
Remote Cache
|
1 or more host:port combinations specified
|
|
Remote Cache
|
referring to HotRod client properties file specified
|
The following table describes the configuration properties that can be configured for the resource adapter:
|
Property Name
|
Required
|
Property Template
|
Description
|
|---|---|---|---|
|
CacheTypeMap
|
Y
|
cacheName:className[;pkFieldName] [,cacheName:className[;pkFieldName]..]
|
This property maps the root Java class name to the cache and identifies the primary key.
|
|
module
|
N
| |
This property specifies the JBoss EAP module containing the cache classes defined in CacheTypeMap.
|
|
CacheJndiName
|
N
| |
This is the JNDI name used to find the CacheContainer.
|
|
RemoteServerList
|
N
|
host:port[;host:portâ¦.]
|
This property specifies the host (and ports) that will be clustered together to access the caches defined in CacheTypeMap.
|
|
ConfigurationFileNameForLocalCache
|
N
| |
This is the XML configuration file for configuring a local cache.
|
|
HotRodClientPropertiesFile
|
N
| |
This is the HotRod properties file for configuring a connection to a remote cache.
|