LOCAL
ALL
indexing-properties Properties to control indexing behaviour Attribute | Value |
Type | OBJECT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
invalidations The number of cache invalidations. May return null if the cache is not started. Attribute | Value |
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
jndi-name The jndi-name to which to bind this cache instance. Attribute | Value |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
misses The number of cache attribute misses. May return null if the cache is not started. Attribute | Value |
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
mode Sets the clustered cache mode, ASYNC for asynchronous operation, or SYNC for synchronous operation. Attribute | Value |
Type | STRING |
Nillable | false |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Allowed Values | SYNC ASYNC |
module The module whose class loader should be used when building this cache's configuration. Attribute | Value |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
number-of-entries The current number of entries in the cache. May return null if the cache is not started. Attribute | Value |
Type | INT |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
passivations The number of cache node passivations (passivating a node from memory to a cache store). May return null if the cache is not started. Attribute | Value |
Type | STRING |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
queue-flush-interval In ASYNC mode, this attribute controls how often the asynchronous thread used to flush the replication queue runs. This should be a positive integer which represents thread wakeup time in milliseconds. Attribute | Value |
Default Value | 10 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Unit | MILLISECONDS |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
queue-size In ASYNC mode, this attribute can be used to trigger flushing of the queue when it reaches a specific threshold. Attribute | Value |
Default Value | 0 |
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
read-write-ratio The read/write ratio of the cache ((hits+misses)/stores). May return null if the cache is not started. Attribute | Value |
Type | DOUBLE |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
remote-timeout In SYNC mode, the timeout (in ms) used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown. Attribute | Value |
Default Value | 17500 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Unit | MILLISECONDS |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
remove-hits The number of cache attribute remove hits. May return null if the cache is not started. Attribute | Value |
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
remove-misses The number of cache attribute remove misses. May return null if the cache is not started. Attribute | Value |
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
replication-count The number of times data was replicated around the cluster. May return null if the cache is not started. Attribute | Value |
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
replication-failures The number of data replication failures. May return null if the cache is not started. Attribute | Value |
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
start The cache start mode, which can be EAGER (immediate start) or LAZY (on-demand start). Attribute | Value |
Default Value | LAZY |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Allowed Values | EAGER LAZY |
statistics-enabled If enabled, statistics will be collected for this cache Attribute | Value |
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | resource-services |
stores The number of cache attribute put operations. May return null if the cache is not started. Attribute | Value |
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
success-ratio The data replication success ratio (successes/successes+failures). May return null if the cache is not started. Attribute | Value |
Type | DOUBLE |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
time-since-reset Time (in secs) since cache statistics were reset. May return null if the cache is not started. Attribute | Value |
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |